Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zEncode.cpp354 const unsigned numMethods = _bindInfo.Coders.Size(); in Encode1() local
356 for (i = 0; i < numMethods; i++) in Encode1()
387 for (i = 0; i < numMethods; i++) in Encode1()
440 RINOK(FillProps_from_Coder(coder, folderItem.Coders[numMethods - 1 - i].Props)) in Encode1()
504 for (i = 0; i < numMethods; i++) in Encode1()
507 RINOK(FillProps_from_Coder(coder, folderItem.Coders[numMethods - 1 - i].Props)) in Encode1()
/third_party/lzma/CPP/7zip/UI/Common/
H A 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 GetNumMethods() argument
971 *numMethods = NUM_EXPORT_CODECS in GetNumMethods()
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; in Get_CodecsInfoUser_Vector()
[all...]
/third_party/libwebsockets/test-apps/android/app/src/main/jni/
H A DLwsService.cpp51 static int registerNativeMethods(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/
H A DICoder.h366 x(GetNumMethods(UInt32 *numMethods)) \
465 typedef HRESULT (WINAPI *Func_GetNumberOfMethods)(UInt32 *numMethods);
/third_party/lzma/CPP/7zip/UI/Console/
H A DMain.cpp1146 UInt32 numMethods;
1147 if (_externalCodecs.GetCodecs->GetNumMethods(&numMethods) == S_OK)
1148 for (UInt32 j = 0; j < numMethods; j++)
1193 numMethods = _externalCodecs.GetHashers->GetNumHashers();
1194 for (UInt32 j = 0; j < numMethods; j++)

Completed in 6 milliseconds