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

  /development/pdk/pndk/samples/samplejni/
native.cpp 21 JNINativeMethod* gMethods, int numMethods)
30 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) {
  /dalvik/libnativehelper/include/nativehelper/
JNIHelp.h 42 const JNINativeMethod* gMethods, int numMethods);
111 const JNINativeMethod* gMethods, int numMethods)
114 numMethods);
  /external/quake/quake/src/QW/client/
main.cpp 71 JNINativeMethod* gMethods, int numMethods)
81 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) {
  /sdk/emulator/qtools/
check_stack.cpp 195 int numMethods = 0;
198 numMethods += 1;
205 if (numNonNativeMethods != numMethods && numNonNativeMethods != numMethods + 1) {
206 printf("\nDiff at time %llu pid %d: non-native %d numMethods %d\n",
207 time, pid, numNonNativeMethods, numMethods);
  /external/quake/quake/src/WinQuake/
masterMain.cpp 87 JNINativeMethod* gMethods, int numMethods)
97 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) {
  /external/webkit/WebCore/bridge/jni/v8/
JavaClassV8.cpp 63 int numMethods = env->GetArrayLength(methods);
64 for (i = 0; i < numMethods; i++) {
JavaInstanceV8.cpp 76 size_t numMethods = methodList.size();
85 for (size_t methodIndex = 0; methodIndex < numMethods; methodIndex++) {
  /dalvik/tools/dmtracedump/
TraceDump.c 157 int numMethods;
164 int numMethods;
199 int numMethods;
949 pKeys->numMethods = count;
1009 qsort(pKeys->methods, pKeys->numMethods, sizeof(MethodEntry),
1085 printf("Methods (%d):\n", pKeys->numMethods);
1086 for (i = 0; i < pKeys->numMethods; i++) {
1184 hi = pKeys->numMethods - 1;
    [all...]
  /frameworks/base/include/android_runtime/
AndroidRuntime.h 44 const char* className, const JNINativeMethod* gMethods, int numMethods);
  /external/webkit/WebCore/bridge/jni/jsc/
JavaClassJSC.cpp 75 int numMethods = env->GetArrayLength(methods);
76 for (i = 0; i < numMethods; i++) {
JavaInstanceJSC.cpp 128 size_t numMethods = methodList.size();
136 for (size_t methodIndex = 0; methodIndex < numMethods; methodIndex++) {
  /development/apps/Term/jni/
termExec.cpp 275 JNINativeMethod* gMethods, int numMethods)
284 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) {
  /packages/inputmethods/LatinIME/native/jni/
com_android_inputmethod_latin_BinaryDictionary.cpp 142 JNINativeMethod* gMethods, int numMethods)
152 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) {
  /dalvik/libnativehelper/
JNIHelp.c 33 const JNINativeMethod* gMethods, int numMethods)
45 if ((*env)->RegisterNatives(env, clazz, gMethods, numMethods) < 0) {
  /external/jdiff/src/jdiff/
HTMLStatistics.java 457 int numMethods = numMethodsRemoved + numMethodsAdded + numMethodsChanged;
458 h_.writeText(" <TD ALIGN=\"right\">" + numMethods + "</TD>");
  /packages/inputmethods/PinyinIME/jni/android/
com_android_inputmethod_pinyin_PinyinDecoderService.cpp 378 JNINativeMethod* gMethods, int numMethods)
386 if ((*env).RegisterNatives(clazz, gMethods, numMethods) < 0) {
  /external/jhead/
main.c 726 JNINativeMethod* gMethods, int numMethods)
736 if ((*env)->RegisterNatives(env, clazz, gMethods, numMethods) < 0) {
  /frameworks/base/core/jni/
AndroidRuntime.cpp 271 const char* className, const JNINativeMethod* gMethods, int numMethods)
273 return jniRegisterNativeMethods(env, className, gMethods, numMethods);
    [all...]
  /frameworks/base/media/libdrm/mobile1/src/jni/
drm1_jni.c 1120 JNINativeMethod* gMethods, int numMethods)
1128 if ((*env)->RegisterNatives(env, clazz, gMethods, numMethods) < 0)
  /dalvik/vm/oo/
Class.c     [all...]

Completed in 306 milliseconds