Home
last modified time | relevance | path

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

123

/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.cpp31 static JNINativeMethod gMethods[] = { variable
37 gMethods, NELEM(gMethods)); in register_libcore_util_NativeAllocationRegistry()
/libcore/ojluni/src/main/native/
DFileSystem_md.c40 static JNINativeMethod gMethods[] = { variable
45 jniRegisterNativeMethods(env, "java/io/FileSystem", gMethods, NELEM(gMethods)); in register_java_io_FileSystem()
DString.c38 static JNINativeMethod gMethods[] = { variable
43 jniRegisterNativeMethods(env, "java/lang/String", gMethods, NELEM(gMethods)); in register_java_lang_String()
DShutdown.c56 static JNINativeMethod gMethods[] = { variable
62 jniRegisterNativeMethods(env, "java/lang/Shutdown", gMethods, NELEM(gMethods)); in register_java_lang_Shutdown()
DFileOutputStream_md.c61 static JNINativeMethod gMethods[] = { variable
66 jniRegisterNativeMethods(env, "java/io/FileOutputStream", gMethods, NELEM(gMethods)); in register_java_io_FileOutputStream()
DFloat.c62 static JNINativeMethod gMethods[] = { variable
68 jniRegisterNativeMethods(env, "java/lang/Float", gMethods, NELEM(gMethods)); in register_java_lang_Float()
DThrowable.c68 static JNINativeMethod gMethods[] = { variable
75 jniRegisterNativeMethods(env, "java/lang/Throwable", gMethods, NELEM(gMethods)); in register_java_lang_Throwable()
DDouble.c66 static JNINativeMethod gMethods[] = { variable
72 jniRegisterNativeMethods(env, "java/lang/Double", gMethods, NELEM(gMethods)); in register_java_lang_Double()
DNativeThread.c83 static JNINativeMethod gMethods[] = { variable
89 jniRegisterNativeMethods(env, "sun/nio/ch/NativeThread", gMethods, NELEM(gMethods)); in register_sun_nio_ch_NativeThread()
DDatagramPacket.c65 static JNINativeMethod gMethods[] = { variable
70 jniRegisterNativeMethods(env, "java/net/DatagramPacket", gMethods, NELEM(gMethods)); in register_java_net_DatagramPacket()
DFileDescriptor_md.c71 static JNINativeMethod gMethods[] = { variable
77 jniRegisterNativeMethods(env, "java/io/FileDescriptor", gMethods, NELEM(gMethods)); in register_java_io_FileDescriptor()
DConsole_md.c75 static JNINativeMethod gMethods[] = { variable
82 jniRegisterNativeMethods(env, "java/io/Console", gMethods, NELEM(gMethods)); in register_java_io_Console()
DFileKey.c69 static JNINativeMethod gMethods[] = { variable
74 jniRegisterNativeMethods(env, "sun/nio/ch/FileKey", gMethods, NELEM(gMethods)); in register_sun_nio_ch_FileKey()
Djava_util_zip_CRC32.c65 static JNINativeMethod gMethods[] = { variable
71 jniRegisterNativeMethods(env, "java/util/zip/CRC32", gMethods, NELEM(gMethods)); in register_java_util_zip_CRC32()
DRuntime.c84 static JNINativeMethod gMethods[] = { variable
96 jniRegisterNativeMethods(env, "java/lang/Runtime", gMethods, NELEM(gMethods)); in register_java_lang_Runtime()
DSocketChannelImpl.c99 static JNINativeMethod gMethods[] = { variable
105 jniRegisterNativeMethods(env, "sun/nio/ch/SocketChannelImpl", gMethods, NELEM(gMethods)); in register_sun_nio_ch_SocketChannelImpl()
DAdler32.c72 static JNINativeMethod gMethods[] = { variable
79 jniRegisterNativeMethods(env, "java/util/zip/Adler32", gMethods, NELEM(gMethods)); in register_java_util_zip_Adler32()
DObjectStreamClass.c103 static JNINativeMethod gMethods[] = { variable
108 jniRegisterNativeMethods(env, "java/io/ObjectStreamClass", gMethods, NELEM(gMethods)); in register_java_io_ObjectStreamClass()
DSocketOutputStream.c131 static JNINativeMethod gMethods[] = { variable
136 jniRegisterNativeMethods(env, "java/net/SocketOutputStream", gMethods, NELEM(gMethods)); in register_java_net_SocketOutputStream()
DMappedByteBuffer.c100 static JNINativeMethod gMethods[] = { variable
107 jniRegisterNativeMethods(env, "java/nio/MappedByteBuffer", gMethods, NELEM(gMethods)); in register_java_nio_MappedByteBuffer()
DPollArrayWrapper.c109 static JNINativeMethod gMethods[] = { variable
115 jniRegisterNativeMethods(env, "sun/nio/ch/PollArrayWrapper", gMethods, NELEM(gMethods)); in register_sun_nio_ch_PollArrayWrapper()
DProcessEnvironment_md.c94 static JNINativeMethod gMethods[] = { variable
99 jniRegisterNativeMethods(env, "java/lang/ProcessEnvironment", gMethods, NELEM(gMethods)); in register_java_lang_ProcessEnvironment()
/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()

123