Searched refs:IsOut (Results 1 - 25 of 45) sorted by relevance

12

/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/
H A Dxptcstubs_ppc_linux.cpp115 if (!param.IsOut() && type == nsXPTType::T_DOUBLE) {
125 else if (!param.IsOut() && type == nsXPTType::T_FLOAT) {
132 else if (!param.IsOut() && (type == nsXPTType::T_I64
152 if(param.IsOut() || !type.IsArithmetic()) {
H A Dxptcstubs_ppc_netbsd.cpp115 if (!param.IsOut() && type == nsXPTType::T_DOUBLE) {
127 else if (!param.IsOut() && type == nsXPTType::T_FLOAT) {
138 else if (!param.IsOut() && (type == nsXPTType::T_I64
158 if(param.IsOut() || !type.IsArithmetic()) {
H A Dxptcstubs_amd64_darwin.cpp108 if (!param.IsOut() && type == nsXPTType::T_DOUBLE) {
115 else if (!param.IsOut() && type == nsXPTType::T_FLOAT) {
132 if (param.IsOut() || !type.IsArithmetic()) {
H A Dxptcstubs_x86_64_linux.cpp108 if (!param.IsOut() && type == nsXPTType::T_DOUBLE) {
115 else if (!param.IsOut() && type == nsXPTType::T_FLOAT) {
132 if (param.IsOut() || !type.IsArithmetic()) {
H A Dxptcstubs_x86_64_solaris.cpp109 if (!param.IsOut() && type == nsXPTType::T_DOUBLE) {
116 else if (!param.IsOut() && type == nsXPTType::T_FLOAT) {
133 if (param.IsOut() || !type.IsArithmetic()) {
H A Dxptcstubs_mips.cpp87 if(param.IsOut() || !type.IsArithmetic())
H A Dxptcstubs_x86_solaris.cpp81 if(param.IsOut() || !type.IsArithmetic())
H A Dxptcstubs_arm_netbsd.cpp79 if(param.IsOut() || !type.IsArithmetic())
H A Dxptcstubs_gcc_x86_unix.cpp90 if(param.IsOut() || !type.IsArithmetic())
H A Dxptcstubs_linux_m68k.cpp80 if(param.IsOut() || !type.IsArithmetic())
H A Dxptcstubs_netbsd_m68k.cpp84 if(param.IsOut() || !type.IsArithmetic())
H A Dxptcstubs_openvms_alpha.cpp83 if(param.IsOut() || !type.IsArithmetic())
H A Dxptcstubs_osf1_alpha.cpp83 if(param.IsOut() || !type.IsArithmetic())
H A Dxptcstubs_sparc_netbsd.cpp88 if(param.IsOut() || !type.IsArithmetic())
H A Dxptcstubs_sparc_solaris.cpp88 if(param.IsOut() || !type.IsArithmetic())
H A Dxptcstubs_sparcv9_solaris.cpp84 if(param.IsOut() || !type.IsArithmetic())
H A Dxptcstubs_unixish_x86.cpp81 if(param.IsOut() || !type.IsArithmetic())
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dndrtypes.h45 unsigned short IsOut : 1; /* 0x0010 - The parameter is an output */ member in struct:__anon13697
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dndrtypes.h45 unsigned short IsOut : 1; /* 0x0010 - The parameter is an output */ member in struct:__anon1073
/vbox/src/libs/xpcom18a4/java/src/
H A DnsJavaXPTCStub.cpp566 if (paramInfo.IsIn() && !paramInfo.IsOut() && !paramInfo.IsDipper()) // 'in'
617 if (!aParamInfo.IsOut()) { // 'in'
641 if (!aParamInfo.IsOut()) { // 'in'
666 if (!aParamInfo.IsOut()) { // 'in'
691 if (!aParamInfo.IsOut()) { // 'in'
715 if (!aParamInfo.IsOut()) { // 'in'
740 if (!aParamInfo.IsOut()) { // 'in'
764 if (!aParamInfo.IsOut()) { // 'in'
788 if (!aParamInfo.IsOut()) { // 'in'
816 if (!aParamInfo.IsOut()) { // 'i
[all...]
H A DnsJavaWrapper.cpp994 } else if ((aParamInfo.IsOut() || aIsArrayElement) && *aParam) {
1009 } else if ((aParamInfo.IsOut() || aIsArrayElement) && *aParam) {
1024 } else if ((aParamInfo.IsOut() || aIsArrayElement) && *aParam) {
1039 } else if ((aParamInfo.IsOut() || aIsArrayElement) && *aParam) {
1052 } else if ((aParamInfo.IsOut() || aIsArrayElement) && *aParam) {
1068 } else if ((aParamInfo.IsOut() || aIsArrayElement) && *aParam) {
1081 } else if ((aParamInfo.IsOut() || aIsArrayElement) && *aParam) {
1099 } else if ((aParamInfo.IsOut() || aIsArrayElement) && *aParam) {
1109 if ((aParamInfo.IsOut() || aIsArrayElement) &&
1145 if ((aParamInfo.IsOut() || aIsArrayElemen
[all...]
/vbox/src/libs/xpcom18a4/python/
H A Dxpt.py273 def IsOut(self): member in class:Parameter
276 return self.IsIn() and self.IsOut()
296 if self.IsOut():
299 elif self.IsOut() or self.IsDipper():
312 elif self.IsOut():
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/os2/
H A Dxptcstubs_emx.cpp91 if(param.IsOut() || !type.IsArithmetic())
H A Dxptcstubs_gcc_x86_os2.cpp92 if(param.IsOut() || !type.IsArithmetic())
H A Dxptcstubs_os2.cpp122 if(param.IsOut() || !type.IsArithmetic())

Completed in 442 milliseconds

12