Searched refs:numMethods (Results 1 – 11 of 11) sorted by relevance
/external/conscrypt/src/compat/native/ |
D | JNIHelp.h | 45 …tiveMethods(C_JNIEnv* env, const char* className, const JNINativeMethod* gMethods, int numMethods); 122 …ativeMethods(JNIEnv* env, const char* className, const JNINativeMethod* gMethods, int numMethods) { in jniRegisterNativeMethods() argument 123 return jniRegisterNativeMethods(&env->functions, className, gMethods, numMethods); in jniRegisterNativeMethods()
|
D | JNIHelp.cpp | 70 const JNINativeMethod* gMethods, int numMethods) in jniRegisterNativeMethods() argument 74 ALOGV("Registering %s's %d native methods...", className, numMethods); in jniRegisterNativeMethods() 83 if ((*env)->RegisterNatives(e, c.get(), gMethods, numMethods) < 0) { in jniRegisterNativeMethods()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | LoadCodecs.cpp | 87 typedef UInt32 (WINAPI *GetNumberOfMethodsFunc)(UInt32 *numMethods); 118 UInt32 numMethods = 1; in LoadCodecs() local 122 RINOK(getNumberOfMethodsFunc(&numMethods)); in LoadCodecs() 125 for(UInt32 i = 0; i < numMethods; i++) in LoadCodecs() 525 STDMETHODIMP CCodecs::GetNumberOfMethods(UInt32 *numMethods) in GetNumberOfMethods() argument 527 *numMethods = in GetNumberOfMethods()
|
D | LoadCodecs.h | 177 STDMETHOD(GetNumberOfMethods)(UInt32 *numMethods);
|
/external/jmonkeyengine/engine/src/networking/com/jme3/network/rmi/ |
D | RmiSerializer.java | 151 int numMethods = buffer.get() & 0xff; in readObjectDef() local 152 MethodDef[] methodDefs = new MethodDef[numMethods]; in readObjectDef() 153 for (int i = 0; i < numMethods; i++){ in readObjectDef()
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zEncode.cpp | 156 int numMethods = _bindInfo.Coders.Size(); in Encode() local 173 for (i = 0; i < numMethods; i++) in Encode() 271 for (i = numMethods - 1; i >= 0; i--) in Encode() 272 folderItem.Coders[numMethods - 1 - i].Props = _codersInfo[i].Props; in Encode()
|
/external/lzma/CPP/7zip/UI/Console/ |
D | Main.cpp | 305 UInt32 numMethods; in Main2() local 306 if (codecs->GetNumberOfMethods(&numMethods) == S_OK) in Main2() 307 for (UInt32 j = 0; j < numMethods; j++) in Main2()
|
/external/jdiff/src/jdiff/ |
D | HTMLStatistics.java | 457 int numMethods = numMethodsRemoved + numMethodsAdded + numMethodsChanged; in emitNumbersByElement() local 458 h_.writeText(" <TD ALIGN=\"right\">" + numMethods + "</TD>"); in emitNumbersByElement()
|
/external/lzma/CPP/7zip/ |
D | ICoder.h | 130 STDMETHOD(GetNumberOfMethods)(UInt32 *numMethods) PURE;
|
/external/jhead/ |
D | main.c | 784 JNINativeMethod* gMethods, int numMethods) in registerNativeMethods() argument 794 if ((*env)->RegisterNatives(env, clazz, gMethods, numMethods) < 0) { in registerNativeMethods()
|
/external/guava/guava/lib/ |
D | jdiff.jar | META-INF/
META-INF/MANIFEST.MF
jdiff/
jdiff/API.class
API ... |