Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/UI/Common/
DLoadCodecs.cpp283 UInt32 numMethods = 1; in LoadCodecs() local
287 RINOK(getNumberOfMethods(&numMethods)) in LoadCodecs()
289 for (UInt32 i = 0; i < numMethods; i++) in LoadCodecs()
307 UInt32 numMethods = lib.ComHashers->GetNumHashers(); in LoadCodecs() local
308 for (UInt32 i = 0; i < numMethods; i++) in LoadCodecs()
969 Z7_COM7F_IMF(CCodecs::GetNumMethods(UInt32 *numMethods)) in Z7_COM7F_IMF() argument
971 *numMethods = NUM_EXPORT_CODECS in Z7_COM7F_IMF()
1318 UInt32 numMethods; in Get_CodecsInfoUser_Vector() local
1319 if (GetNumMethods(&numMethods) == S_OK) in Get_CodecsInfoUser_Vector()
1320 for (UInt32 j = 0; j < numMethods; j++) in Get_CodecsInfoUser_Vector()
/third_party/lzma/CPP/7zip/Archive/7z/
D7zEncode.cpp354 const unsigned numMethods = _bindInfo.Coders.Size();
356 for (i = 0; i < numMethods; i++)
387 for (i = 0; i < numMethods; i++)
440 RINOK(FillProps_from_Coder(coder, folderItem.Coders[numMethods - 1 - i].Props))
504 for (i = 0; i < numMethods; i++)
507 RINOK(FillProps_from_Coder(coder, folderItem.Coders[numMethods - 1 - i].Props))
/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/
DICoder.h366 x(GetNumMethods(UInt32 *numMethods)) \
465 typedef HRESULT (WINAPI *Func_GetNumberOfMethods)(UInt32 *numMethods);
/third_party/lzma/CPP/7zip/UI/Console/
DMain.cpp1146 UInt32 numMethods; in Main2() local
1147 if (_externalCodecs.GetCodecs->GetNumMethods(&numMethods) == S_OK) in Main2()
1148 for (UInt32 j = 0; j < numMethods; j++) in Main2()
1193 numMethods = _externalCodecs.GetHashers->GetNumHashers(); in Main2()
1194 for (UInt32 j = 0; j < numMethods; j++) in Main2()