Searched refs:numMethods (Results 1 - 10 of 10) sorted by relevance

/external/conscrypt/src/compat/native/
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);
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
/external/lzma/CPP/7zip/UI/Common/
H A DLoadCodecs.cpp87 typedef UInt32 (WINAPI *GetNumberOfMethodsFunc)(UInt32 *numMethods);
118 UInt32 numMethods = 1;
122 RINOK(getNumberOfMethodsFunc(&numMethods));
125 for(UInt32 i = 0; i < numMethods; i++)
525 STDMETHODIMP CCodecs::GetNumberOfMethods(UInt32 *numMethods) argument
527 *numMethods =
H A DLoadCodecs.h177 STDMETHOD(GetNumberOfMethods)(UInt32 *numMethods);
/external/lzma/CPP/7zip/Archive/7z/
H A D7zEncode.cpp156 int numMethods = _bindInfo.Coders.Size(); local
173 for (i = 0; i < numMethods; i++)
271 for (i = numMethods - 1; i >= 0; i--)
272 folderItem.Coders[numMethods - 1 - i].Props = _codersInfo[i].Props;
/external/lzma/CPP/7zip/UI/Console/
H A DMain.cpp305 UInt32 numMethods; local
306 if (codecs->GetNumberOfMethods(&numMethods) == S_OK)
307 for (UInt32 j = 0; j < numMethods; j++)
/external/lzma/CPP/7zip/
H A DICoder.h130 STDMETHOD(GetNumberOfMethods)(UInt32 *numMethods) PURE;
/external/jdiff/src/jdiff/
H A DHTMLStatistics.java457 int numMethods = numMethodsRemoved + numMethodsAdded + numMethodsChanged;
458 h_.writeText(" <TD ALIGN=\"right\">" + numMethods + "</TD>");
/external/jhead/
H A Dmain.c784 JNINativeMethod* gMethods, int numMethods)
794 if ((*env)->RegisterNatives(env, clazz, gMethods, numMethods) < 0) {
783 registerNativeMethods(JNIEnv* env, const char* className, JNINativeMethod* gMethods, int numMethods) argument
/external/guava/guava/lib/
H A Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API.java package jdiff ...

Completed in 1557 milliseconds