Searched defs:numMethods (Results 1 - 7 of 7) sorted by relevance

/external/conscrypt/src/compat/native/
H A DJNIHelp.cpp70 const JNINativeMethod* gMethods, int numMethods)
74 ALOGV("Registering %s's %d native methods...", className, numMethods);
83 if ((*env)->RegisterNatives(e, c.get(), gMethods, numMethods) < 0) {
69 jniRegisterNativeMethods(C_JNIEnv* env, const char* className, const JNINativeMethod* gMethods, int numMethods) argument
H A DJNIHelp.h45 int jniRegisterNativeMethods(C_JNIEnv* env, const char* className, const JNINativeMethod* gMethods, int numMethods);
122 inline int jniRegisterNativeMethods(JNIEnv* env, const char* className, const JNINativeMethod* gMethods, int numMethods) { argument
123 return jniRegisterNativeMethods(&env->functions, className, gMethods, numMethods);
/external/conscrypt/src/openjdk/native/
H A DJNIHelp.cpp68 const JNINativeMethod* gMethods, int numMethods)
70 ALOGV("Registering %s's %d native methods...", className, numMethods);
80 if (env->RegisterNatives(c.get(), gMethods, numMethods) < 0) {
67 jniRegisterNativeMethods(JNIEnv* env, const char* className, const JNINativeMethod* gMethods, int numMethods) argument
/external/lzma/CPP/7zip/Archive/7z/
H A D7zEncode.cpp164 unsigned numMethods = _bindInfo.Coders.Size(); local
181 for (i = 0; i < numMethods; i++)
291 for (i = 0; i < numMethods; i++)
292 folderItem.Coders[numMethods - 1 - i].Props = _codersInfo[i].Props;
/external/lzma/CPP/7zip/UI/Common/
H A DLoadCodecs.cpp209 UInt32 numMethods = 1; local
213 RINOK(getNumberOfMethodsFunc(&numMethods));
215 for (UInt32 i = 0; i < numMethods; i++)
232 UInt32 numMethods = lib.Hashers->GetNumHashers(); local
233 for (UInt32 i = 0; i < numMethods; i++)
697 STDMETHODIMP CCodecs::GetNumberOfMethods(UInt32 *numMethods) argument
699 *numMethods = NUM_EXPORT_CODECS
/external/guava/guava/lib/
H A Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API.java package jdiff ...
/external/guice/lib/build/jdiff/
H A Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API.java package jdiff ...

Completed in 312 milliseconds