Searched defs:gMethods (Results 1 - 25 of 40) sorted by relevance

12

/libcore/luni/src/main/native/
H A Djava_nio_ByteOrder.cpp27 static JNINativeMethod gMethods[] = { variable
31 jniRegisterNativeMethods(env, "java/nio/ByteOrder", gMethods, NELEM(gMethods));
H A Dlibcore_io_AsynchronousCloseMonitor.cpp29 static JNINativeMethod gMethods[] = { variable
34 jniRegisterNativeMethods(env, "libcore/io/AsynchronousCloseMonitor", gMethods, NELEM(gMethods));
H A Dsun_misc_Unsafe.cpp26 static JNINativeMethod gMethods[] = { variable
30 jniRegisterNativeMethods(env, "sun/misc/Unsafe", gMethods, NELEM(gMethods));
H A Djava_io_Console.cpp46 static JNINativeMethod gMethods[] = { variable
50 jniRegisterNativeMethods(env, "java/io/Console", gMethods, NELEM(gMethods));
H A Dlibcore_io_OsConstants.cpp544 static JNINativeMethod gMethods[] = { variable
548 jniRegisterNativeMethods(env, "libcore/io/OsConstants", gMethods, NELEM(gMethods));
H A Djava_lang_Double.cpp53 static JNINativeMethod gMethods[] = { variable
59 return jniRegisterNativeMethods(env, "java/lang/Double", gMethods, NELEM(gMethods));
H A Djava_lang_Float.cpp52 static JNINativeMethod gMethods[] = { variable
58 return jniRegisterNativeMethods(env, "java/lang/Float", gMethods, NELEM(gMethods));
H A Djava_util_zip_Adler32.cpp39 static JNINativeMethod gMethods[] = { variable
44 jniRegisterNativeMethods(env, "java/util/zip/Adler32", gMethods, NELEM(gMethods));
H A Djava_util_zip_CRC32.cpp39 static JNINativeMethod gMethods[] = { variable
44 jniRegisterNativeMethods(env, "java/util/zip/CRC32", gMethods, NELEM(gMethods));
H A Dlibcore_icu_NativeIDN.cpp62 static JNINativeMethod gMethods[] = { variable
66 jniRegisterNativeMethods(env, "libcore/icu/NativeIDN", gMethods, NELEM(gMethods));
H A Dlibcore_icu_NativeNormalizer.cpp51 static JNINativeMethod gMethods[] = { variable
56 jniRegisterNativeMethods(env, "libcore/icu/NativeNormalizer", gMethods, NELEM(gMethods));
H A Dlibcore_icu_NativePluralRules.cpp75 static JNINativeMethod gMethods[] = { variable
81 jniRegisterNativeMethods(env, "libcore/icu/NativePluralRules", gMethods, NELEM(gMethods));
H A Dlibcore_icu_Transliterator.cpp65 static JNINativeMethod gMethods[] = { variable
72 jniRegisterNativeMethods(env, "libcore/icu/Transliterator", gMethods, NELEM(gMethods));
H A Djava_util_regex_Pattern.cpp97 static JNINativeMethod gMethods[] = { variable
102 jniRegisterNativeMethods(env, "java/util/regex/Pattern", gMethods, NELEM(gMethods));
H A Dlibcore_icu_DateIntervalFormat.cpp68 static JNINativeMethod gMethods[] = { variable
74 jniRegisterNativeMethods(env, "libcore/icu/DateIntervalFormat", gMethods, NELEM(gMethods));
H A Dlibcore_icu_TimeZoneNames.cpp113 static JNINativeMethod gMethods[] = { variable
117 jniRegisterNativeMethods(env, "libcore/icu/TimeZoneNames", gMethods, NELEM(gMethods));
H A Djava_io_File.cpp165 static JNINativeMethod gMethods[] = { variable
172 jniRegisterNativeMethods(env, "java/io/File", gMethods, NELEM(gMethods));
H A Djava_io_ObjectStreamClass.cpp58 static JNINativeMethod gMethods[] = { variable
67 jniRegisterNativeMethods(env, "java/io/ObjectStreamClass", gMethods, NELEM(gMethods));
H A Djava_lang_System.cpp113 static JNINativeMethod gMethods[] = { variable
122 jniRegisterNativeMethods(env, "java/lang/System", gMethods, NELEM(gMethods));
H A Djava_lang_Character.cpp147 static JNINativeMethod gMethods[] = { variable
175 jniRegisterNativeMethods(env, "java/lang/Character", gMethods, NELEM(gMethods));
H A Djava_lang_Math.cpp122 static JNINativeMethod gMethods[] = { variable
150 jniRegisterNativeMethods(env, "java/lang/Math", gMethods, NELEM(gMethods));
H A Djava_lang_RealToString.cpp237 static JNINativeMethod gMethods[] = { variable
241 jniRegisterNativeMethods(env, "java/lang/RealToString", gMethods, NELEM(gMethods));
H A Djava_lang_StrictMath.cpp121 static JNINativeMethod gMethods[] = { variable
148 jniRegisterNativeMethods(env, "java/lang/StrictMath", gMethods, NELEM(gMethods));
H A Djava_util_zip_Deflater.cpp139 static JNINativeMethod gMethods[] = { variable
152 jniRegisterNativeMethods(env, "java/util/zip/Deflater", gMethods, NELEM(gMethods));
/libcore/dalvik/src/main/native/
H A Dorg_apache_harmony_dalvik_NativeTestTarget.cpp31 static JNINativeMethod gMethods[] = { variable
42 return jniRegisterNativeMethods(env, "org/apache/harmony/dalvik/NativeTestTarget", gMethods, NELEM(gMethods));

Completed in 178 milliseconds

12