Home
last modified time | relevance | path

Searched refs:gMethods (Results 1 – 25 of 41) sorted by relevance

12

/libcore/luni/src/main/native/
Djava_nio_ByteOrder.cpp27 static JNINativeMethod gMethods[] = { variable
31 jniRegisterNativeMethods(env, "java/nio/ByteOrder", gMethods, NELEM(gMethods)); in register_java_nio_ByteOrder()
Dsun_misc_Unsafe.cpp26 static JNINativeMethod gMethods[] = { variable
30 jniRegisterNativeMethods(env, "sun/misc/Unsafe", gMethods, NELEM(gMethods)); in register_sun_misc_Unsafe()
Dlibcore_io_AsynchronousCloseMonitor.cpp29 static JNINativeMethod gMethods[] = { variable
34 jniRegisterNativeMethods(env, "libcore/io/AsynchronousCloseMonitor", gMethods, NELEM(gMethods)); in register_libcore_io_AsynchronousCloseMonitor()
Djava_io_FileDescriptor.cpp30 static JNINativeMethod gMethods[] = { variable
34 jniRegisterNativeMethods(env, "java/io/FileDescriptor", gMethods, NELEM(gMethods)); in register_java_io_FileDescriptor()
Djava_lang_Double.cpp44 static JNINativeMethod gMethods[] = { variable
49 jniRegisterNativeMethods(env, "java/lang/Double", gMethods, NELEM(gMethods)); in register_java_lang_Double()
Djava_lang_Float.cpp44 static JNINativeMethod gMethods[] = { variable
49 jniRegisterNativeMethods(env, "java/lang/Float", gMethods, NELEM(gMethods)); in register_java_lang_Float()
Djava_util_zip_CRC32.cpp39 static JNINativeMethod gMethods[] = { variable
44 jniRegisterNativeMethods(env, "java/util/zip/CRC32", gMethods, NELEM(gMethods)); in register_java_util_zip_CRC32()
Djava_util_zip_Adler32.cpp39 static JNINativeMethod gMethods[] = { variable
44 jniRegisterNativeMethods(env, "java/util/zip/Adler32", gMethods, NELEM(gMethods)); in register_java_util_zip_Adler32()
Dlibcore_icu_NativeIDN.cpp62 static JNINativeMethod gMethods[] = { variable
66 jniRegisterNativeMethods(env, "libcore/icu/NativeIDN", gMethods, NELEM(gMethods)); in register_libcore_icu_NativeIDN()
Dlibcore_icu_NativeNormalizer.cpp51 static JNINativeMethod gMethods[] = { variable
56 jniRegisterNativeMethods(env, "libcore/icu/NativeNormalizer", gMethods, NELEM(gMethods)); in register_libcore_icu_NativeNormalizer()
Dlibcore_icu_NativePluralRules.cpp75 static JNINativeMethod gMethods[] = { variable
81 jniRegisterNativeMethods(env, "libcore/icu/NativePluralRules", gMethods, NELEM(gMethods)); in register_libcore_icu_NativePluralRules()
Dlibcore_icu_Transliterator.cpp65 static JNINativeMethod gMethods[] = { variable
72 jniRegisterNativeMethods(env, "libcore/icu/Transliterator", gMethods, NELEM(gMethods)); in register_libcore_icu_Transliterator()
Dlibcore_icu_DateIntervalFormat.cpp72 static JNINativeMethod gMethods[] = { variable
78 jniRegisterNativeMethods(env, "libcore/icu/DateIntervalFormat", gMethods, NELEM(gMethods)); in register_libcore_icu_DateIntervalFormat()
Djava_io_ObjectStreamClass.cpp58 static JNINativeMethod gMethods[] = { variable
67 jniRegisterNativeMethods(env, "java/io/ObjectStreamClass", gMethods, NELEM(gMethods)); in register_java_io_ObjectStreamClass()
Djava_util_regex_Pattern.cpp97 static JNINativeMethod gMethods[] = { variable
102 jniRegisterNativeMethods(env, "java/util/regex/Pattern", gMethods, NELEM(gMethods)); in register_java_util_regex_Pattern()
Djava_io_File.cpp150 static JNINativeMethod gMethods[] = { variable
156 jniRegisterNativeMethods(env, "java/io/File", gMethods, NELEM(gMethods)); in register_java_io_File()
Djava_lang_System.cpp135 static JNINativeMethod gMethods[] = { variable
144 jniRegisterNativeMethods(env, "java/lang/System", gMethods, NELEM(gMethods)); in register_java_lang_System()
Djava_util_jar_StrictJarFile.cpp162 static JNINativeMethod gMethods[] = { variable
171 jniRegisterNativeMethods(env, "java/util/jar/StrictJarFile", gMethods, NELEM(gMethods)); in register_java_util_jar_StrictJarFile()
Djava_lang_StrictMath.cpp121 static JNINativeMethod gMethods[] = { variable
148 jniRegisterNativeMethods(env, "java/lang/StrictMath", gMethods, NELEM(gMethods)); in register_java_lang_StrictMath()
Djava_lang_ProcessManager.cpp232 static JNINativeMethod gMethods[] = { variable
236 jniRegisterNativeMethods(env, "java/lang/ProcessManager", gMethods, NELEM(gMethods)); in register_java_lang_ProcessManager()
Dlibcore_icu_TimeZoneNames.cpp142 static JNINativeMethod gMethods[] = { variable
147 jniRegisterNativeMethods(env, "libcore/icu/TimeZoneNames", gMethods, NELEM(gMethods)); in register_libcore_icu_TimeZoneNames()
Djava_lang_Math.cpp122 static JNINativeMethod gMethods[] = { variable
149 jniRegisterNativeMethods(env, "java/lang/Math", gMethods, NELEM(gMethods)); in register_java_lang_Math()
Djava_util_zip_Deflater.cpp139 static JNINativeMethod gMethods[] = { variable
152 jniRegisterNativeMethods(env, "java/util/zip/Deflater", gMethods, NELEM(gMethods)); in register_java_util_zip_Deflater()
Djava_util_zip_Inflater.cpp162 static JNINativeMethod gMethods[] = { variable
175 jniRegisterNativeMethods(env, "java/util/zip/Inflater", gMethods, NELEM(gMethods)); in register_java_util_zip_Inflater()
/libcore/dalvik/src/main/native/
Dorg_apache_harmony_dalvik_NativeTestTarget.cpp31 static JNINativeMethod gMethods[] = { variable
42 …egisterNativeMethods(env, "org/apache/harmony/dalvik/NativeTestTarget", gMethods, NELEM(gMethods)); in register_org_apache_harmony_dalvik_NativeTestTarget()

12