Searched refs:gMethods (Results 1 - 25 of 36) sorted by relevance

12

/dalvik/libcore/dalvik/src/main/native/
H A Dorg_apache_harmony_dalvik_NativeTestTarget.c56 static JNINativeMethod gMethods[] = { variable
70 gMethods, NELEM(gMethods));
H A Ddalvik_system_TouchDex.cpp265 static JNINativeMethod gMethods[] = { member in namespace:android
274 gMethods, NELEM(gMethods));
/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/luni/src/main/native/
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));
H A Djava_lang_Float.c74 static JNINativeMethod gMethods[] = { variable
83 gMethods, NELEM(gMethods));
H A Djava_io_ObjectStreamClass.c115 static JNINativeMethod gMethods[] = { variable
133 gMethods, NELEM(gMethods));
H A Djava_io_FileDescriptor.c191 static JNINativeMethod gMethods[] = { variable
198 gMethods, NELEM(gMethods));
H A Djava_net_NetworkInterface.cpp145 static JNINativeMethod gMethods[] = { variable
151 gMethods, NELEM(gMethods));
H A Djava_lang_Math.c165 static JNINativeMethod gMethods[] = { variable
202 return jniRegisterNativeMethods(env, "java/lang/Math", gMethods,
203 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_lang_StrictMath.c190 static JNINativeMethod gMethods[] = { variable
227 return jniRegisterNativeMethods(env, "java/lang/StrictMath", gMethods,
228 NELEM(gMethods));
H A Djava_net_InetAddress.cpp227 static JNINativeMethod gMethods[] = { variable
244 gMethods, NELEM(gMethods));
H A Dorg_apache_harmony_luni_util_NumberConvert.c280 static JNINativeMethod gMethods[] = { variable
290 gMethods, NELEM(gMethods));
/dalvik/libcore/icu/src/main/native/
H A DNativeNormalizer.cpp41 static JNINativeMethod gMethods[] = { variable
48 "com/ibm/icu4jni/text/NativeNormalizer", gMethods, NELEM(gMethods));
H A DNativeBreakIterator.cpp134 static JNINativeMethod gMethods[] = { variable
154 gMethods, NELEM(gMethods));
H A DUCharacter.cpp157 static JNINativeMethod gMethods[] = { variable
185 gMethods, NELEM(gMethods));
H A DBidiWrapper.cpp145 static JNINativeMethod gMethods[] = { variable
160 gMethods, NELEM(gMethods));
/dalvik/libcore/luni-kernel/src/main/native/
H A Djava_lang_System.cpp90 static JNINativeMethod gMethods[] = { variable
99 gMethods, NELEM(gMethods));
/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/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

Completed in 313 milliseconds

12