/libcore/luni/src/main/native/ |
D | sun_misc_Unsafe.cpp | 26 static JNINativeMethod gMethods[] = { variable 30 jniRegisterNativeMethods(env, "sun/misc/Unsafe", gMethods, NELEM(gMethods)); in register_sun_misc_Unsafe()
|
D | libcore_io_AsynchronousCloseMonitor.cpp | 29 static JNINativeMethod gMethods[] = { variable 34 jniRegisterNativeMethods(env, "libcore/io/AsynchronousCloseMonitor", gMethods, NELEM(gMethods)); in register_libcore_io_AsynchronousCloseMonitor()
|
D | libcore_util_NativeAllocationRegistry.cpp | 32 static JNINativeMethod gMethods[] = { variable 38 gMethods, NELEM(gMethods)); in register_libcore_util_NativeAllocationRegistry()
|
D | java_lang_invoke_MethodHandle.cpp | 32 static JNINativeMethod gMethods[] = { variable 38 jniRegisterNativeMethods(env, "java/lang/invoke/MethodHandle", gMethods, NELEM(gMethods)); in register_java_lang_invoke_MethodHandle()
|
D | libcore_icu_ICU.cpp | 115 static JNINativeMethod gMethods[] = { variable 129 jniRegisterNativeMethods(env, "libcore/icu/ICU", gMethods, NELEM(gMethods)); in register_libcore_icu_ICU()
|
/libcore/ojluni/src/main/native/ |
D | Float.c | 62 static JNINativeMethod gMethods[] = { variable 68 jniRegisterNativeMethods(env, "java/lang/Float", gMethods, NELEM(gMethods)); in register_java_lang_Float()
|
D | Double.c | 66 static JNINativeMethod gMethods[] = { variable 72 jniRegisterNativeMethods(env, "java/lang/Double", gMethods, NELEM(gMethods)); in register_java_lang_Double()
|
D | FileDescriptor_md.c | 73 static JNINativeMethod gMethods[] = { variable 79 jniRegisterNativeMethods(env, "java/io/FileDescriptor", gMethods, NELEM(gMethods)); in register_java_io_FileDescriptor()
|
D | FileKey.c | 71 static JNINativeMethod gMethods[] = { variable 76 jniRegisterNativeMethods(env, "sun/nio/ch/FileKey", gMethods, NELEM(gMethods)); in register_sun_nio_ch_FileKey()
|
D | Console_md.c | 75 static JNINativeMethod gMethods[] = { variable 82 jniRegisterNativeMethods(env, "java/io/Console", gMethods, NELEM(gMethods)); in register_java_io_Console()
|
D | Runtime.c | 83 static JNINativeMethod gMethods[] = { variable 95 jniRegisterNativeMethods(env, "java/lang/Runtime", gMethods, NELEM(gMethods)); in register_java_lang_Runtime()
|
D | NativeThread.c | 111 static JNINativeMethod gMethods[] = { variable 117 jniRegisterNativeMethods(env, "sun/nio/ch/NativeThread", gMethods, NELEM(gMethods)); in register_sun_nio_ch_NativeThread()
|
D | Adler32.c | 73 static JNINativeMethod gMethods[] = { variable 80 jniRegisterNativeMethods(env, "java/util/zip/Adler32", gMethods, NELEM(gMethods)); in register_java_util_zip_Adler32()
|
D | SocketChannelImpl.c | 99 static JNINativeMethod gMethods[] = { variable 105 jniRegisterNativeMethods(env, "sun/nio/ch/SocketChannelImpl", gMethods, NELEM(gMethods)); in register_sun_nio_ch_SocketChannelImpl()
|
D | CRC32.c | 77 static JNINativeMethod gMethods[] = { variable 84 jniRegisterNativeMethods(env, "java/util/zip/CRC32", gMethods, NELEM(gMethods)); in register_java_util_zip_CRC32()
|
D | ObjectStreamClass.c | 113 static JNINativeMethod gMethods[] = { variable 118 jniRegisterNativeMethods(env, "java/io/ObjectStreamClass", gMethods, NELEM(gMethods)); in register_java_io_ObjectStreamClass()
|
D | FileInputStream.c | 148 static JNINativeMethod gMethods[] = { variable 154 jniRegisterNativeMethods(env, "java/io/FileInputStream", gMethods, NELEM(gMethods)); in register_java_io_FileInputStream()
|
D | MappedByteBuffer.c | 107 static JNINativeMethod gMethods[] = { variable 114 jniRegisterNativeMethods(env, "java/nio/MappedByteBuffer", gMethods, NELEM(gMethods)); in register_java_nio_MappedByteBuffer()
|
D | ProcessEnvironment_md.c | 94 static JNINativeMethod gMethods[] = { variable 99 jniRegisterNativeMethods(env, "java/lang/ProcessEnvironment", gMethods, NELEM(gMethods)); in register_java_lang_ProcessEnvironment()
|
D | SocketOutputStream.c | 131 static JNINativeMethod gMethods[] = { variable 136 jniRegisterNativeMethods(env, "java/net/SocketOutputStream", gMethods, NELEM(gMethods)); in register_java_net_SocketOutputStream()
|
D | SocketInputStream.c | 156 static JNINativeMethod gMethods[] = { variable 161 jniRegisterNativeMethods(env, "java/net/SocketInputStream", gMethods, NELEM(gMethods)); in register_java_net_SocketInputStream()
|
D | ServerSocketChannelImpl.c | 140 static JNINativeMethod gMethods[] = { variable 147 jniRegisterNativeMethods(env, "sun/nio/ch/ServerSocketChannelImpl", gMethods, NELEM(gMethods)); in register_sun_nio_ch_ServerSocketChannelImpl()
|
D | FileSystemPreferences.c | 153 static JNINativeMethod gMethods[] = { variable 160 … jniRegisterNativeMethods(env, "java/util/prefs/FileSystemPreferences", gMethods, NELEM(gMethods)); in register_java_util_prefs_FileSystemPreferences()
|
D | DatagramDispatcher.c | 142 static JNINativeMethod gMethods[] = { variable 150 jniRegisterNativeMethods(env, "sun/nio/ch/DatagramDispatcher", gMethods, NELEM(gMethods)); in register_sun_nio_ch_DatagramDispatcher()
|
D | ObjectInputStream.c | 178 static JNINativeMethod gMethods[] = { variable 184 jniRegisterNativeMethods(env, "java/io/ObjectInputStream", gMethods, NELEM(gMethods)); in register_java_io_ObjectInputStream()
|