Searched refs:numMethods (Results 1 – 9 of 9) 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()
209 UInt32 numMethods = 1; in LoadCodecs() local213 RINOK(getNumberOfMethodsFunc(&numMethods)); in LoadCodecs()215 for (UInt32 i = 0; i < numMethods; i++) in LoadCodecs()232 UInt32 numMethods = lib.Hashers->GetNumHashers(); in LoadCodecs() local233 for (UInt32 i = 0; i < numMethods; i++) in LoadCodecs()697 STDMETHODIMP CCodecs::GetNumberOfMethods(UInt32 *numMethods) in GetNumberOfMethods() argument699 *numMethods = NUM_EXPORT_CODECS in GetNumberOfMethods()
222 STDMETHOD(GetNumberOfMethods)(UInt32 *numMethods);
132 STDMETHOD(GetNumberOfMethods)(UInt32 *numMethods) PURE;206 typedef HRESULT (WINAPI *Func_GetNumberOfMethods)(UInt32 *numMethods);
164 unsigned numMethods = _bindInfo.Coders.Size(); in Encode() local181 for (i = 0; i < numMethods; i++) in Encode()291 for (i = 0; i < numMethods; i++) in Encode()292 folderItem.Coders[numMethods - 1 - i].Props = _codersInfo[i].Props; in Encode()
610 UInt32 numMethods; in Main2() local611 if (codecs->GetNumberOfMethods(&numMethods) == S_OK) in Main2()612 for (UInt32 j = 0; j < numMethods; j++) in Main2()628 numMethods = codecs->GetNumHashers(); in Main2()629 for (UInt32 j = 0; j < numMethods; j++) in Main2()
457 int numMethods = numMethodsRemoved + numMethodsAdded + numMethodsChanged; in emitNumbersByElement() local458 h_.writeText(" <TD ALIGN=\"right\">" + numMethods + "</TD>"); in emitNumbersByElement()
META-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API ...