/vbox/src/libs/xpcom18a4/python/src/ |
H A D | PyGModule.cpp | 86 const char *methodName = "getClassObject"; local 88 nsresult nr = InvokeNativeViaPolicy(methodName, &ret, "OOO", cm, clsid, iid); 95 nr = HandleNativeGatewayError(methodName); 115 const char *methodName = "registerSelf"; local 116 nsresult nr = InvokeNativeViaPolicy(methodName, NULL, "OOzz", cm, path, registryLocation, componentType); 132 const char *methodName = "unregisterSelf"; local 133 nsresult nr = InvokeNativeViaPolicy(methodName, NULL, "OOz", cm, path, registryLocation); 147 const char *methodName = "canUnload"; local 149 nsresult nr = InvokeNativeViaPolicy(methodName, &ret, "O", cm); 154 nr = HandleNativeGatewayError(methodName); 180 const char *methodName = "getFactory"; local 201 const char *methodName = "init"; local 214 const char *methodName = "onRegister"; local 232 const char *methodName = "autoRegisterComponents"; local 243 const char *methodName = "autoRegisterComponent"; local 261 const char *methodName = "autoUnregisterComponent"; local 279 const char *methodName = "registerDeferredComponents"; local 295 const char *methodName = "unloadAll"; local [all...] |
H A D | PyGInputStream.cpp | 75 const char *methodName = "close"; local 76 return InvokeNativeViaPolicy(methodName, NULL); 85 const char *methodName = "available"; local 86 nsresult nr = InvokeNativeViaPolicy(methodName, &ret); 90 nr = HandleNativeGatewayError(methodName); 103 const char *methodName = "read"; local 104 nsresult nr = InvokeNativeViaPolicy(methodName, &ret, "i", count); 120 nr = HandleNativeGatewayError(methodName); 147 const char *methodName = "isNonBlocking"; local 148 nsresult nr = InvokeNativeViaPolicy(methodName, [all...] |
H A D | ErrorUtils.cpp | 89 void DoLogMessage(const char *methodName, const char *pszMessageText) argument 110 c += methodName; 129 void LogMessage(const char *methodName, const char *pszMessageText) argument 135 DoLogMessage(methodName, pszMessageText); 140 void LogMessage(const char *methodName, nsACString &text) argument 143 LogMessage(methodName, c); 148 static void VLogF(const char *methodName, const char *fmt, va_list argptr) argument 158 LogMessage(methodName, buff);
|
/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/ |
H A D | lbximage.h | 39 char *methodName; member in struct:_LbxBitmapCompMethod 80 char *methodName; member in struct:_LbxPixmapCompMethod
|
/vbox/src/libs/xpcom18a4/java/src/org/mozilla/xpcom/internal/ |
H A D | XPCOMJavaProxy.java | 113 String methodName = aMethod.getName(); 117 if (methodName.equals("hashCode")) { 120 if (methodName.equals("equals")) { 123 if (methodName.equals("toString")) { 127 methodName + "]"); 133 if (methodName.equals("finalize")) { 137 methodName + "]"); 143 return callXPCOMMethod(aProxy, methodName, aParams);
|
/vbox/src/libs/xpcom18a4/java/src/ |
H A D | nsJavaXPTCStub.cpp | 447 nsCAutoString methodName; local 451 methodName.AppendLiteral("get"); 453 methodName.AppendLiteral("set"); 454 methodName.AppendASCII(aMethodInfo->name); 455 methodName.SetCharAt(toupper(methodName[3]), 3); 457 methodName.AppendASCII(aMethodInfo->name); 458 methodName.SetCharAt(tolower(methodName[0]), 0); 461 if (gJavaKeywords->GetEntry(methodName [all...] |
H A D | nsJavaWrapper.cpp | 1442 const char* methodName = aMethodName; local 1443 if (methodName[0] == '_') { 1444 methodName++; 1450 rv = aIInfo->GetMethodInfoForName(methodName, aMethodIndex, aMethodInfo); 1456 rv = QueryAttributeInfo(aIInfo, methodName, PR_FALSE, aMethodIndex, 1462 char* name = strdup(methodName); 1471 rv = QueryAttributeInfo(aIInfo, methodName, PR_TRUE, aMethodIndex, 1552 const char* methodName = env->GetStringUTFChars(aMethodName, nsnull); local 1553 rv = QueryMethodInfo(iinfo, methodName, &methodIndex, &methodInfo); 1554 env->ReleaseStringUTFChars(aMethodName, methodName); [all...] |
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/public/ |
H A D | nsIInterfaceInfo.idl | 86 void getMethodInfoForName(in string methodName, out PRUint16 index,
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/java_api/src/ |
H A D | TestBean.java | 591 String methodName = "get" + classname; 595 Method method = TestBean.class.getDeclaredMethod(methodName); 626 String methodName = "get" + classname; 630 Method method = TestBean.class.getDeclaredMethod(methodName);
|
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/ |
H A D | xptiInterfaceInfo.cpp | 340 xptiInterfaceEntry::GetMethodInfoForName(const char* methodName, uint16 *index, argument 353 if (PL_strcmp(methodName, info->GetName()) == 0) { 361 return mInterface->mParent->GetMethodInfoForName(methodName, index, result);
|
H A D | xptiprivate.h | 613 nsresult GetMethodInfoForName(const char *methodName, PRUint16 *index, const nsXPTMethodInfo * *info); 706 NS_IMETHOD GetMethodInfoForName(const char *methodName, PRUint16 *index, const nsXPTMethodInfo * *info) { return !mEntry ? NS_ERROR_UNEXPECTED : mEntry->GetMethodInfoForName(methodName, index, info); } argument
|
/vbox/src/VBox/Main/webservice/jaxlibs/ |
H A D | jaxws-tools.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/istack/ ... |
H A D | jaxws-rt.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ... |
H A D | jaxb-xjc.jar | META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ... |