Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/UI/Common/
DLoadCodecs.cpp289 UInt32 numMethods = 1; in LoadCodecs() local
293 RINOK(getNumberOfMethods(&numMethods)); in LoadCodecs()
295 for (UInt32 i = 0; i < numMethods; i++) in LoadCodecs()
313 UInt32 numMethods = lib.ComHashers->GetNumHashers(); in LoadCodecs() local
314 for (UInt32 i = 0; i < numMethods; i++) in LoadCodecs()
967 STDMETHODIMP CCodecs::GetNumMethods(UInt32 *numMethods) in GetNumMethods() argument
969 *numMethods = NUM_EXPORT_CODECS in GetNumMethods()
1316 UInt32 numMethods; in Get_CodecsInfoUser_Vector() local
1317 if (GetNumMethods(&numMethods) == S_OK) in Get_CodecsInfoUser_Vector()
1318 for (UInt32 j = 0; j < numMethods; j++) in Get_CodecsInfoUser_Vector()
DLoadCodecs.h400 STDMETHOD(GetNumMethods)(UInt32 *numMethods);
/third_party/lzma/CPP/7zip/Archive/7z/
D7zEncode.cpp329 unsigned numMethods = _bindInfo.Coders.Size(); in Encode() local
349 for (i = 0; i < numMethods; i++) in Encode()
376 for (i = 0; i < numMethods; i++) in Encode()
401 CByteBuffer &props = folderItem.Coders[numMethods - 1 - i].Props; in Encode()
/third_party/lzma/CPP/7zip/
DICoder.h340 STDMETHOD(GetNumMethods)(UInt32 *numMethods) PURE;
423 typedef HRESULT (WINAPI *Func_GetNumberOfMethods)(UInt32 *numMethods);
/third_party/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()
/third_party/lzma/CPP/7zip/UI/Console/
DMain.cpp1068 UInt32 numMethods; in Main2() local
1069 if (codecs->GetNumMethods(&numMethods) == S_OK) in Main2()
1070 for (UInt32 j = 0; j < numMethods; j++) in Main2()
1115 numMethods = codecs->GetNumHashers(); in Main2()
1116 for (UInt32 j = 0; j < numMethods; j++) in Main2()