Home
last modified time | relevance | path

Searched refs:numMethods (Results 1 – 7 of 7) sorted by relevance

/external/conscrypt/common/src/jni/main/include/
DJniUtil.h98 const JNINativeMethod* gMethods, int numMethods) { in getJNIEnv() argument
99 ALOGV("Registering %s's %d native methods...", className, numMethods); in getJNIEnv()
109 if (env->RegisterNatives(c.get(), gMethods, numMethods) < 0) { in getJNIEnv()
/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.cpp258 UInt32 numMethods = 1; in LoadCodecs() local
262 RINOK(getNumberOfMethods(&numMethods)); in LoadCodecs()
264 for (UInt32 i = 0; i < numMethods; i++) in LoadCodecs()
281 UInt32 numMethods = lib.ComHashers->GetNumHashers(); in LoadCodecs() local
282 for (UInt32 i = 0; i < numMethods; i++) in LoadCodecs()
818 STDMETHODIMP CCodecs::GetNumMethods(UInt32 *numMethods) in GetNumMethods() argument
820 *numMethods = NUM_EXPORT_CODECS in GetNumMethods()
DLoadCodecs.h325 STDMETHOD(GetNumMethods)(UInt32 *numMethods);
/external/lzma/CPP/7zip/
DICoder.h279 STDMETHOD(GetNumMethods)(UInt32 *numMethods) PURE;
361 typedef HRESULT (WINAPI *Func_GetNumberOfMethods)(UInt32 *numMethods);
/external/lzma/CPP/7zip/Archive/7z/
D7zEncode.cpp315 unsigned numMethods = _bindInfo.Coders.Size(); in Encode() local
335 for (i = 0; i < numMethods; i++) in Encode()
362 for (i = 0; i < numMethods; i++) in Encode()
376 CByteBuffer &props = folderItem.Coders[numMethods - 1 - i].Props; in Encode()
/external/lzma/CPP/7zip/UI/Console/
DMain.cpp738 UInt32 numMethods; in Main2() local
739 if (codecs->GetNumMethods(&numMethods) == S_OK) in Main2()
740 for (UInt32 j = 0; j < numMethods; j++) in Main2()
779 numMethods = codecs->GetNumHashers(); in Main2()
780 for (UInt32 j = 0; j < numMethods; j++) in Main2()
/external/jdiff/src/jdiff/
DHTMLStatistics.java463 int numMethods = numMethodsRemoved + numMethodsAdded + numMethodsChanged; in emitNumbersByElement() local
464 h_.writeText(" <TD ALIGN=\"right\">" + numMethods + "</TD>"); in emitNumbersByElement()