Searched refs:gMethods (Results 1 - 25 of 36) sorted by last modified time

12

/dalvik/libnativehelper/
H A DJNIHelp.c33 const JNINativeMethod* gMethods, int numMethods)
43 if ((*env)->RegisterNatives(env, clazz, gMethods, numMethods) < 0) {
32 jniRegisterNativeMethods(JNIEnv* env, const char* className, const JNINativeMethod* gMethods, int numMethods) argument
/dalvik/libnativehelper/include/nativehelper/
H A DJNIHelp.h42 const JNINativeMethod* gMethods, int numMethods);
105 const JNINativeMethod* gMethods, int numMethods)
107 return jniRegisterNativeMethods(&env->functions, className, gMethods,
104 jniRegisterNativeMethods(JNIEnv* env, const char* className, const JNINativeMethod* gMethods, int numMethods) argument
/dalvik/libcore/archive/src/main/native/
H A Djava_util_zip_Adler32.c50 static JNINativeMethod gMethods[] = { variable
58 gMethods, NELEM(gMethods));
H A Djava_util_zip_CRC32.c48 static JNINativeMethod gMethods[] = { variable
56 gMethods, NELEM(gMethods));
H A Djava_util_zip_Deflater.c292 static JNINativeMethod gMethods[] = { variable
309 gMethods, NELEM(gMethods));
H A Djava_util_zip_Inflater.c328 static JNINativeMethod gMethods[] = { variable
345 gMethods, NELEM(gMethods));
/dalvik/libcore/dalvik/src/main/native/
H A Ddalvik_system_TouchDex.cpp265 static JNINativeMethod gMethods[] = { member in namespace:android
274 gMethods, NELEM(gMethods));
H A Dorg_apache_harmony_dalvik_NativeTestTarget.c56 static JNINativeMethod gMethods[] = { variable
70 gMethods, NELEM(gMethods));
/dalvik/libcore/icu/src/main/native/
H A DBidiWrapper.cpp145 static JNINativeMethod gMethods[] = { variable
160 gMethods, NELEM(gMethods));
H A DNativeBreakIterator.cpp134 static JNINativeMethod gMethods[] = { variable
154 gMethods, NELEM(gMethods));
H A DNativeCollation.cpp541 static JNINativeMethod gMethods[] = { variable
570 gMethods, NELEM(gMethods));
H A DNativeConverter.cpp1324 static JNINativeMethod gMethods[] = { variable
1364 gMethods, NELEM(gMethods));
H A DNativeDecimalFormat.cpp581 static JNINativeMethod gMethods[] = { variable
601 "com/ibm/icu4jni/text/NativeDecimalFormat", gMethods,
602 NELEM(gMethods));
H A DNativeNormalizer.cpp41 static JNINativeMethod gMethods[] = { variable
48 "com/ibm/icu4jni/text/NativeNormalizer", gMethods, NELEM(gMethods));
H A DNativeRegEx.cpp331 static JNINativeMethod gMethods[] = { variable
355 gMethods, NELEM(gMethods));
H A DResources.cpp688 static JNINativeMethod gMethods[] = { variable
736 gMethods, NELEM(gMethods));
H A DRuleBasedNumberFormat.cpp316 static JNINativeMethod gMethods[] = { variable
334 "com/ibm/icu4jni/text/RuleBasedNumberFormat", gMethods,
335 NELEM(gMethods));
H A DUCharacter.cpp157 static JNINativeMethod gMethods[] = { variable
185 gMethods, NELEM(gMethods));
/dalvik/libcore/luni/src/main/native/
H A Djava_io_File.cpp341 static JNINativeMethod gMethods[] = { variable
362 gMethods, NELEM(gMethods));
H A Djava_io_FileDescriptor.c191 static JNINativeMethod gMethods[] = { variable
198 gMethods, NELEM(gMethods));
H A Djava_io_ObjectInputStream.c250 static JNINativeMethod gMethods[] = { variable
286 gMethods, NELEM(gMethods));
H A Djava_io_ObjectOutputStream.c211 static JNINativeMethod gMethods[] = { variable
244 gMethods, NELEM(gMethods));
H A Djava_io_ObjectStreamClass.c115 static JNINativeMethod gMethods[] = { variable
133 gMethods, NELEM(gMethods));
H A Djava_lang_Character.cpp62 static JNINativeMethod gMethods[] = { variable
73 gMethods, NELEM(gMethods));
H A Djava_lang_Double.c66 static JNINativeMethod gMethods[] = { variable
75 gMethods, NELEM(gMethods));

Completed in 789 milliseconds

12