HomeSort by relevance Sort by last modified time
    Searched refs:numMethods (Results 1 - 24 of 24) sorted by null

  /packages/inputmethods/LatinIME/native/jni/
jni_common.h 24 const int numMethods);
jni_common.cpp 64 const int numMethods) {
70 if (env->RegisterNatives(clazz, methods, numMethods) != 0) {
  /cts/hostsidetests/appsecurity/test-apps/SplitApp/jni/
com_android_cts_splitapp_Native.cpp 45 static int registerNativeMethods(JNIEnv* env, const char* className, JNINativeMethod* gMethods, int numMethods) {
53 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) {
  /development/samples/SimpleJNI/jni/
native.cpp 41 JNINativeMethod* gMethods, int numMethods)
50 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) {
  /frameworks/base/core/tests/hosttests/test-apps/SharedUid/32/jni/
native.cpp 41 JNINativeMethod* gMethods, int numMethods)
50 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) {
  /frameworks/base/core/tests/hosttests/test-apps/SharedUid/64/jni/
native.cpp 41 JNINativeMethod* gMethods, int numMethods)
50 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) {
  /frameworks/base/core/tests/hosttests/test-apps/SharedUid/dual/jni/
native.cpp 41 JNINativeMethod* gMethods, int numMethods)
50 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) {
  /external/conscrypt/src/compat/native/
JNIHelp.h 45 int jniRegisterNativeMethods(C_JNIEnv* env, const char* className, const JNINativeMethod* gMethods, int numMethods);
122 inline int jniRegisterNativeMethods(JNIEnv* env, const char* className, const JNINativeMethod* gMethods, int numMethods) {
123 return jniRegisterNativeMethods(&env->functions, className, gMethods, numMethods);
JNIHelp.cpp 70 const JNINativeMethod* gMethods, int numMethods)
74 ALOGV("Registering %s's %d native methods...", className, numMethods);
83 if ((*env)->RegisterNatives(e, c.get(), gMethods, numMethods) < 0) {
  /libnativehelper/include/nativehelper/
JNIHelp.h 45 int jniRegisterNativeMethods(C_JNIEnv* env, const char* className, const JNINativeMethod* gMethods, int numMethods);
122 inline int jniRegisterNativeMethods(JNIEnv* env, const char* className, const JNINativeMethod* gMethods, int numMethods) {
123 return jniRegisterNativeMethods(&env->functions, className, gMethods, numMethods);
  /dalvik/tools/dmtracedump/
TraceDump.c 146 int numMethods;
153 int numMethods;
188 int numMethods;
868 pKeys->numMethods = count;
928 qsort(pKeys->methods, pKeys->numMethods, sizeof(MethodEntry),
1007 printf("Methods (%d):\n", pKeys->numMethods);
1008 for (i = 0; i < pKeys->numMethods; i++) {
1108 hi = pKeys->numMethods - 1;
    [all...]
  /frameworks/base/include/android_runtime/
AndroidRuntime.h 54 const char* className, const JNINativeMethod* gMethods, int numMethods);
  /external/lzma/CPP/7zip/UI/Common/
LoadCodecs.cpp 87 typedef UInt32 (WINAPI *GetNumberOfMethodsFunc)(UInt32 *numMethods);
118 UInt32 numMethods = 1;
122 RINOK(getNumberOfMethodsFunc(&numMethods));
125 for(UInt32 i = 0; i < numMethods; i++)
525 STDMETHODIMP CCodecs::GetNumberOfMethods(UInt32 *numMethods)
527 *numMethods =
LoadCodecs.h 177 STDMETHOD(GetNumberOfMethods)(UInt32 *numMethods);
  /libnativehelper/
JNIHelp.cpp 71 const JNINativeMethod* gMethods, int numMethods)
75 ALOGV("Registering %s's %d native methods...", className, numMethods);
84 if ((*env)->RegisterNatives(e, c.get(), gMethods, numMethods) < 0) {
  /external/lzma/CPP/7zip/Archive/7z/
7zEncode.cpp 156 int numMethods = _bindInfo.Coders.Size();
173 for (i = 0; i < numMethods; i++)
271 for (i = numMethods - 1; i >= 0; i--)
272 folderItem.Coders[numMethods - 1 - i].Props = _codersInfo[i].Props;
  /external/lzma/CPP/7zip/UI/Console/
Main.cpp 305 UInt32 numMethods;
306 if (codecs->GetNumberOfMethods(&numMethods) == S_OK)
307 for (UInt32 j = 0; j < numMethods; j++)
  /external/lzma/CPP/7zip/
ICoder.h 130 STDMETHOD(GetNumberOfMethods)(UInt32 *numMethods) PURE;
  /packages/apps/Gallery2/jni_jpegstream/src/
jpegstream.cpp 312 JNINativeMethod* gMethods, int numMethods) {
319 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) {
  /external/jdiff/src/jdiff/
HTMLStatistics.java 457 int numMethods = numMethodsRemoved + numMethodsAdded + numMethodsChanged;
458 h_.writeText(" <TD ALIGN=\"right\">" + numMethods + "</TD>");
  /external/jhead/
main.c 784 JNINativeMethod* gMethods, int numMethods)
794 if ((*env)->RegisterNatives(env, clazz, gMethods, numMethods) < 0) {
  /frameworks/base/core/jni/
AndroidRuntime.cpp 268 const char* className, const JNINativeMethod* gMethods, int numMethods)
270 return jniRegisterNativeMethods(env, className, gMethods, numMethods);
    [all...]
  /external/guava/guava/lib/
jdiff.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 480 milliseconds