Searched refs:gMethods (Results 1 - 25 of 33) 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
35 jniRegisterNativeMethods(env, "libcore/io/AsynchronousCloseMonitor", gMethods, NELEM(gMethods));
H A Djava_io_Console.cpp46 static JNINativeMethod gMethods[] = { variable
50 jniRegisterNativeMethods(env, "java/io/Console", 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.cpp44 static JNINativeMethod gMethods[] = { variable
49 jniRegisterNativeMethods(env, "libcore/icu/NativeNormalizer", gMethods, NELEM(gMethods));
H A Dlibcore_icu_NativePluralRules.cpp58 static JNINativeMethod gMethods[] = { variable
64 jniRegisterNativeMethods(env, "libcore/icu/NativePluralRules", 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.cpp86 static JNINativeMethod gMethods[] = { variable
92 jniRegisterNativeMethods(env, "java/lang/System", gMethods, NELEM(gMethods));
H A Djava_util_regex_Pattern.cpp94 static JNINativeMethod gMethods[] = { variable
99 jniRegisterNativeMethods(env, "java/util/regex/Pattern", 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_lang_Character.cpp138 static JNINativeMethod gMethods[] = { variable
164 jniRegisterNativeMethods(env, "java/lang/Character", gMethods, NELEM(gMethods));
H A Djava_lang_Math.cpp110 static JNINativeMethod gMethods[] = { variable
135 jniRegisterNativeMethods(env, "java/lang/Math", gMethods, NELEM(gMethods));
H A Djava_lang_StrictMath.cpp121 static JNINativeMethod gMethods[] = { variable
149 jniRegisterNativeMethods(env, "java/lang/StrictMath", gMethods, NELEM(gMethods));
H A Djava_util_zip_Deflater.cpp137 static JNINativeMethod gMethods[] = { variable
150 jniRegisterNativeMethods(env, "java/util/zip/Deflater", 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_nio_charset_Charsets.cpp241 static JNINativeMethod gMethods[] = { variable
249 jniRegisterNativeMethods(env, "java/nio/charset/Charsets", gMethods, NELEM(gMethods));
H A Djava_text_Bidi.cpp177 static JNINativeMethod gMethods[] = { variable
191 jniRegisterNativeMethods(env, "java/text/Bidi", gMethods, NELEM(gMethods));
H A Djava_util_regex_Matcher.cpp200 static JNINativeMethod gMethods[] = { variable
215 jniRegisterNativeMethods(env, "java/util/regex/Matcher", gMethods, NELEM(gMethods));
H A Djava_util_zip_Inflater.cpp159 static JNINativeMethod gMethods[] = { variable
172 jniRegisterNativeMethods(env, "java/util/zip/Inflater", gMethods, NELEM(gMethods));
H A Dlibcore_icu_NativeBreakIterator.cpp206 static JNINativeMethod gMethods[] = { variable
224 jniRegisterNativeMethods(env, "libcore/icu/NativeBreakIterator", gMethods, NELEM(gMethods));
H A Dlibcore_icu_NativeCollation.cpp177 static JNINativeMethod gMethods[] = { variable
198 jniRegisterNativeMethods(env, "libcore/icu/NativeCollation", gMethods, NELEM(gMethods));
H A Dlibcore_icu_TimeZones.cpp225 static JNINativeMethod gMethods[] = { variable
230 jniRegisterNativeMethods(env, "libcore/icu/TimeZones", gMethods, NELEM(gMethods));
/libcore/dalvik/src/main/native/
H A Dorg_apache_harmony_dalvik_NativeTestTarget.cpp53 static JNINativeMethod gMethods[] = { variable
61 gMethods, NELEM(gMethods));

Completed in 438 milliseconds

12