Searched refs:numMethods (Results 1 – 7 of 7) sorted by relevance
98 const JNINativeMethod* gMethods, int numMethods) { in getJNIEnv() argument99 ALOGV("Registering %s's %d native methods...", className, numMethods); in getJNIEnv()109 if (env->RegisterNatives(c.get(), gMethods, numMethods) < 0) { in getJNIEnv()
258 UInt32 numMethods = 1; in LoadCodecs() local262 RINOK(getNumberOfMethods(&numMethods)); in LoadCodecs()264 for (UInt32 i = 0; i < numMethods; i++) in LoadCodecs()281 UInt32 numMethods = lib.ComHashers->GetNumHashers(); in LoadCodecs() local282 for (UInt32 i = 0; i < numMethods; i++) in LoadCodecs()818 STDMETHODIMP CCodecs::GetNumMethods(UInt32 *numMethods) in GetNumMethods() argument820 *numMethods = NUM_EXPORT_CODECS in GetNumMethods()
325 STDMETHOD(GetNumMethods)(UInt32 *numMethods);
279 STDMETHOD(GetNumMethods)(UInt32 *numMethods) PURE;361 typedef HRESULT (WINAPI *Func_GetNumberOfMethods)(UInt32 *numMethods);
315 unsigned numMethods = _bindInfo.Coders.Size(); in Encode() local335 for (i = 0; i < numMethods; i++) in Encode()362 for (i = 0; i < numMethods; i++) in Encode()376 CByteBuffer &props = folderItem.Coders[numMethods - 1 - i].Props; in Encode()
738 UInt32 numMethods; in Main2() local739 if (codecs->GetNumMethods(&numMethods) == S_OK) in Main2()740 for (UInt32 j = 0; j < numMethods; j++) in Main2()779 numMethods = codecs->GetNumHashers(); in Main2()780 for (UInt32 j = 0; j < numMethods; j++) in Main2()
463 int numMethods = numMethodsRemoved + numMethodsAdded + numMethodsChanged; in emitNumbersByElement() local464 h_.writeText(" <TD ALIGN=\"right\">" + numMethods + "</TD>"); in emitNumbersByElement()