Home
last modified time | relevance | path

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

12

/libcore/luni/src/main/native/
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()
Dlibcore_util_NativeAllocationRegistry.cpp32 static JNINativeMethod gMethods[] = { variable
38 gMethods, NELEM(gMethods)); in register_libcore_util_NativeAllocationRegistry()
Djava_lang_invoke_MethodHandle.cpp32 static JNINativeMethod gMethods[] = { variable
38 jniRegisterNativeMethods(env, "java/lang/invoke/MethodHandle", gMethods, NELEM(gMethods)); in register_java_lang_invoke_MethodHandle()
Dlibcore_icu_ICU.cpp115 static JNINativeMethod gMethods[] = { variable
129 jniRegisterNativeMethods(env, "libcore/icu/ICU", gMethods, NELEM(gMethods)); in register_libcore_icu_ICU()
/libcore/ojluni/src/main/native/
DFloat.c62 static JNINativeMethod gMethods[] = { variable
68 jniRegisterNativeMethods(env, "java/lang/Float", gMethods, NELEM(gMethods)); in register_java_lang_Float()
DDouble.c66 static JNINativeMethod gMethods[] = { variable
72 jniRegisterNativeMethods(env, "java/lang/Double", gMethods, NELEM(gMethods)); in register_java_lang_Double()
DFileDescriptor_md.c73 static JNINativeMethod gMethods[] = { variable
79 jniRegisterNativeMethods(env, "java/io/FileDescriptor", gMethods, NELEM(gMethods)); in register_java_io_FileDescriptor()
DFileKey.c71 static JNINativeMethod gMethods[] = { variable
76 jniRegisterNativeMethods(env, "sun/nio/ch/FileKey", gMethods, NELEM(gMethods)); in register_sun_nio_ch_FileKey()
DConsole_md.c75 static JNINativeMethod gMethods[] = { variable
82 jniRegisterNativeMethods(env, "java/io/Console", gMethods, NELEM(gMethods)); in register_java_io_Console()
DRuntime.c83 static JNINativeMethod gMethods[] = { variable
95 jniRegisterNativeMethods(env, "java/lang/Runtime", gMethods, NELEM(gMethods)); in register_java_lang_Runtime()
DNativeThread.c111 static JNINativeMethod gMethods[] = { variable
117 jniRegisterNativeMethods(env, "sun/nio/ch/NativeThread", gMethods, NELEM(gMethods)); in register_sun_nio_ch_NativeThread()
DAdler32.c73 static JNINativeMethod gMethods[] = { variable
80 jniRegisterNativeMethods(env, "java/util/zip/Adler32", gMethods, NELEM(gMethods)); in register_java_util_zip_Adler32()
DSocketChannelImpl.c99 static JNINativeMethod gMethods[] = { variable
105 jniRegisterNativeMethods(env, "sun/nio/ch/SocketChannelImpl", gMethods, NELEM(gMethods)); in register_sun_nio_ch_SocketChannelImpl()
DCRC32.c77 static JNINativeMethod gMethods[] = { variable
84 jniRegisterNativeMethods(env, "java/util/zip/CRC32", gMethods, NELEM(gMethods)); in register_java_util_zip_CRC32()
DObjectStreamClass.c113 static JNINativeMethod gMethods[] = { variable
118 jniRegisterNativeMethods(env, "java/io/ObjectStreamClass", gMethods, NELEM(gMethods)); in register_java_io_ObjectStreamClass()
DFileInputStream.c148 static JNINativeMethod gMethods[] = { variable
154 jniRegisterNativeMethods(env, "java/io/FileInputStream", gMethods, NELEM(gMethods)); in register_java_io_FileInputStream()
DMappedByteBuffer.c107 static JNINativeMethod gMethods[] = { variable
114 jniRegisterNativeMethods(env, "java/nio/MappedByteBuffer", gMethods, NELEM(gMethods)); in register_java_nio_MappedByteBuffer()
DProcessEnvironment_md.c94 static JNINativeMethod gMethods[] = { variable
99 jniRegisterNativeMethods(env, "java/lang/ProcessEnvironment", gMethods, NELEM(gMethods)); in register_java_lang_ProcessEnvironment()
DSocketOutputStream.c131 static JNINativeMethod gMethods[] = { variable
136 jniRegisterNativeMethods(env, "java/net/SocketOutputStream", gMethods, NELEM(gMethods)); in register_java_net_SocketOutputStream()
DSocketInputStream.c156 static JNINativeMethod gMethods[] = { variable
161 jniRegisterNativeMethods(env, "java/net/SocketInputStream", gMethods, NELEM(gMethods)); in register_java_net_SocketInputStream()
DServerSocketChannelImpl.c140 static JNINativeMethod gMethods[] = { variable
147 jniRegisterNativeMethods(env, "sun/nio/ch/ServerSocketChannelImpl", gMethods, NELEM(gMethods)); in register_sun_nio_ch_ServerSocketChannelImpl()
DFileSystemPreferences.c153 static JNINativeMethod gMethods[] = { variable
160 … jniRegisterNativeMethods(env, "java/util/prefs/FileSystemPreferences", gMethods, NELEM(gMethods)); in register_java_util_prefs_FileSystemPreferences()
DDatagramDispatcher.c142 static JNINativeMethod gMethods[] = { variable
150 jniRegisterNativeMethods(env, "sun/nio/ch/DatagramDispatcher", gMethods, NELEM(gMethods)); in register_sun_nio_ch_DatagramDispatcher()
DObjectInputStream.c178 static JNINativeMethod gMethods[] = { variable
184 jniRegisterNativeMethods(env, "java/io/ObjectInputStream", gMethods, NELEM(gMethods)); in register_java_io_ObjectInputStream()

12