Home
last modified time | relevance | path

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

/external/conscrypt/src/compat/native/
DJNIHelp.h122 …ativeMethods(JNIEnv* env, const char* className, const JNINativeMethod* gMethods, int numMethods) { in jniRegisterNativeMethods()
DJNIHelp.cpp70 const JNINativeMethod* gMethods, int numMethods) in jniRegisterNativeMethods()
/external/jdiff/src/jdiff/
DHTMLStatistics.java457 int numMethods = numMethodsRemoved + numMethodsAdded + numMethodsChanged; in emitNumbersByElement() local
/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.cpp118 UInt32 numMethods = 1; in LoadCodecs() local
525 STDMETHODIMP CCodecs::GetNumberOfMethods(UInt32 *numMethods) in GetNumberOfMethods()
/external/lzma/CPP/7zip/Archive/7z/
D7zEncode.cpp156 int numMethods = _bindInfo.Coders.Size(); in Encode() local
/external/lzma/CPP/7zip/UI/Console/
DMain.cpp305 UInt32 numMethods; in Main2() local
/external/jhead/
Dmain.c784 JNINativeMethod* gMethods, int numMethods) in registerNativeMethods()