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

  /packages/inputmethods/LatinIME/native/jni/
jni_common.h 25 int numMethods);
jni_common.cpp 68 int numMethods) {
74 if (env->RegisterNatives(clazz, methods, numMethods) < 0) {
  /development/samples/SimpleJNI/jni/
native.cpp 41 JNINativeMethod* gMethods, int numMethods)
50 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) {
  /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...]
  /external/quake/quake/src/QW/client/
main.cpp 72 JNINativeMethod* gMethods, int numMethods)
82 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);
  /libnativehelper/include/nativehelper/
JNIHelp.h 43 int jniRegisterNativeMethods(C_JNIEnv* env, const char* className, const JNINativeMethod* gMethods, int numMethods);
115 inline int jniRegisterNativeMethods(JNIEnv* env, const char* className, const JNINativeMethod* gMethods, int numMethods) {
116 return jniRegisterNativeMethods(&env->functions, className, gMethods, numMethods);
  /external/quake/quake/src/WinQuake/
masterMain.cpp 87 JNINativeMethod* gMethods, int numMethods)
97 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) {
  /external/webkit/Source/WebCore/bridge/jni/jsc/
JavaClassJSC.cpp 76 int numMethods = env->GetArrayLength(methods);
77 for (i = 0; i < numMethods; i++) {
JavaInstanceJSC.cpp 154 size_t numMethods = methodList.size();
161 for (size_t methodIndex = 0; methodIndex < numMethods; methodIndex++) {
  /frameworks/base/include/android_runtime/
AndroidRuntime.h 51 const char* className, const JNINativeMethod* gMethods, int numMethods);
  /external/webkit/Source/WebCore/bridge/jni/v8/
JavaClassJobjectV8.cpp 70 int numMethods = env->GetArrayLength(methods);
78 for (int i = 0; i < numMethods; i++) {
JavaNPObjectV8.cpp 130 size_t numMethods = methodList.size();
133 for (size_t methodIndex = 0; methodIndex < numMethods; methodIndex++) {
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/rmi/
RmiSerializer.java 151 int numMethods = buffer.get() & 0xff;
152 MethodDef[] methodDefs = new MethodDef[numMethods];
153 for (int i = 0; i < numMethods; i++){
  /external/jdiff/src/jdiff/
HTMLStatistics.java 457 int numMethods = numMethodsRemoved + numMethodsAdded + numMethodsChanged;
458 h_.writeText(" <TD ALIGN=\"right\">" + numMethods + "</TD>");
  /libnativehelper/
JNIHelp.cpp 67 const JNINativeMethod* gMethods, int numMethods)
79 if ((*env)->RegisterNatives(e, c.get(), gMethods, numMethods) < 0) {
  /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 737 JNINativeMethod* gMethods, int numMethods)
747 if ((*env)->RegisterNatives(env, clazz, gMethods, numMethods) < 0) {
  /frameworks/base/core/jni/
AndroidRuntime.cpp 258 const char* className, const JNINativeMethod* gMethods, int numMethods)
260 return jniRegisterNativeMethods(env, className, gMethods, numMethods);
    [all...]
  /frameworks/base/media/libdrm/mobile1/src/jni/
drm1_jni.c 1111 JNINativeMethod* gMethods, int numMethods)
1119 if ((*env)->RegisterNatives(env, clazz, gMethods, numMethods) < 0)
  /hardware/ti/wpan/tools/FM/service/src/jni/
JFmRxNative.cpp     [all...]
  /dalvik/vm/oo/
Class.cpp     [all...]
  /external/guava/guava/lib/
jdiff.jar 

Completed in 3394 milliseconds