Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/7z/
D7zEncode.cpp350 const unsigned numMethods = _bindInfo.Coders.Size();
352 for (i = 0; i < numMethods; i++)
383 for (i = 0; i < numMethods; i++)
436 RINOK(FillProps_from_Coder(coder, folderItem.Coders[numMethods - 1 - i].Props))
500 for (i = 0; i < numMethods; i++)
503 RINOK(FillProps_from_Coder(coder, folderItem.Coders[numMethods - 1 - i].Props))
/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.cpp287 UInt32 numMethods = 1; in LoadCodecs() local
291 RINOK(getNumberOfMethods(&numMethods)) in LoadCodecs()
293 for (UInt32 i = 0; i < numMethods; i++) in LoadCodecs()
311 UInt32 numMethods = lib.ComHashers->GetNumHashers(); in LoadCodecs() local
312 for (UInt32 i = 0; i < numMethods; i++) in LoadCodecs()
973 Z7_COM7F_IMF(CCodecs::GetNumMethods(UInt32 *numMethods)) in Z7_COM7F_IMF() argument
975 *numMethods = NUM_EXPORT_CODECS in Z7_COM7F_IMF()
1322 UInt32 numMethods; in Get_CodecsInfoUser_Vector() local
1323 if (GetNumMethods(&numMethods) == S_OK) in Get_CodecsInfoUser_Vector()
1324 for (UInt32 j = 0; j < numMethods; j++) in Get_CodecsInfoUser_Vector()
/external/libwebsockets/test-apps/android/app/src/main/jni/
DLwsService.cpp51 …egisterNativeMethods(JNIEnv* env, const char* className, JNINativeMethod* gMethods, int numMethods) in registerNativeMethods() argument
58 if (env->RegisterNatives(cls, gMethods, numMethods) < 0) { in registerNativeMethods()
/external/lzma/CPP/7zip/
DICoder.h366 x(GetNumMethods(UInt32 *numMethods)) \
465 typedef HRESULT (WINAPI *Func_GetNumberOfMethods)(UInt32 *numMethods);
/external/perfetto/src/android_sdk/nativehelper/
DJNIHelp.h409 int numMethods) { in jniRegisterNativeMethods() argument
418 int result = env->RegisterNatives(clazz, methods, numMethods); in jniRegisterNativeMethods()
570 int numMethods);
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Djniutil.cc154 int numMethods) { in jniRegisterNativeMethods() argument
155 CONSCRYPT_LOG_VERBOSE("Registering %s's %d native methods...", className, numMethods); in jniRegisterNativeMethods()
165 if (env->RegisterNatives(c.get(), gMethods, numMethods) < 0) { in jniRegisterNativeMethods()
/external/lzma/CPP/7zip/UI/Console/
DMain.cpp1195 UInt32 numMethods; in Main2() local
1196 if (_externalCodecs.GetCodecs->GetNumMethods(&numMethods) == S_OK) in Main2()
1197 for (UInt32 j = 0; j < numMethods; j++) in Main2()
1242 numMethods = _externalCodecs.GetHashers->GetNumHashers(); in Main2()
1243 for (UInt32 j = 0; j < numMethods; j++) in Main2()
/external/nullaway/nullaway/src/main/java/com/uber/nullaway/handlers/
DInferredJARModelsHandler.java322 int numMethods = in.readInt(); in parseStubStream() local
324 for (int i = 0; i < numMethods; ++i) { in parseStubStream()
/external/lzma/CPP/7zip/Archive/Wim/
DWimHandler.cpp281 unsigned numMethods = 0; in Z7_COM7F_IMF() local
289 numMethods++; in Z7_COM7F_IMF()
297 numMethods++; in Z7_COM7F_IMF()
300 if (numMethods == 1 && chunkSizeBits != 0) in Z7_COM7F_IMF()
/external/conscrypt/common/src/jni/main/include/conscrypt/
Djniutil.h144 int numMethods);
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/windows-sys-0.52.0/src/Windows/Win32/System/Wmi/
Dmod.rs1227 pub numMethods: u32, field
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/windows-sys-0.52.0/src/Windows/Win32/System/Wmi/
Dmod.rs1227 pub numMethods: u32, field