Searched refs:gMethods (Results 1 - 25 of 38) 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_FileDescriptor.cpp32 static JNINativeMethod gMethods[] = { variable
36 jniRegisterNativeMethods(env, "java/io/FileDescriptor", gMethods, NELEM(gMethods));
H A Djava_lang_Double.cpp44 static JNINativeMethod gMethods[] = { variable
49 jniRegisterNativeMethods(env, "java/lang/Double", gMethods, NELEM(gMethods));
H A Djava_lang_Float.cpp44 static JNINativeMethod gMethods[] = { variable
49 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.cpp71 static JNINativeMethod gMethods[] = { variable
75 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_io_ObjectStreamClass.cpp58 static JNINativeMethod gMethods[] = { variable
67 jniRegisterNativeMethods(env, "java/io/ObjectStreamClass", gMethods, NELEM(gMethods));
H A Djava_lang_StrictMath.cpp69 static JNINativeMethod gMethods[] = { variable
83 jniRegisterNativeMethods(env, "java/lang/StrictMath", 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 Djava_io_File.cpp150 static JNINativeMethod gMethods[] = { variable
156 jniRegisterNativeMethods(env, "java/io/File", gMethods, NELEM(gMethods));
H A Djava_lang_System.cpp127 static JNINativeMethod gMethods[] = { variable
135 jniRegisterNativeMethods(env, "java/lang/System", gMethods, NELEM(gMethods));
H A Djava_lang_Math.cpp122 static JNINativeMethod gMethods[] = { variable
149 jniRegisterNativeMethods(env, "java/lang/Math", gMethods, NELEM(gMethods));
H A Djava_lang_ProcessManager.cpp232 static JNINativeMethod gMethods[] = { variable
236 jniRegisterNativeMethods(env, "java/lang/ProcessManager", gMethods, NELEM(gMethods));
H A Djava_util_jar_StrictJarFile.cpp156 static JNINativeMethod gMethods[] = { variable
165 jniRegisterNativeMethods(env, "java/util/jar/StrictJarFile", gMethods, NELEM(gMethods));
H A Dlibcore_icu_TimeZoneNames.cpp143 static JNINativeMethod gMethods[] = { variable
148 jniRegisterNativeMethods(env, "libcore/icu/TimeZoneNames", gMethods, NELEM(gMethods));
H A Djava_lang_Character.cpp167 static JNINativeMethod gMethods[] = { variable
197 jniRegisterNativeMethods(env, "java/lang/Character", 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_text_Bidi.cpp179 static JNINativeMethod gMethods[] = { variable
193 jniRegisterNativeMethods(env, "java/text/Bidi", 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 355 milliseconds

12