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

123

/libcore/luni/src/main/native/
H A Dlibcore_io_AsynchronousCloseMonitor.cpp29 static JNINativeMethod gMethods[] = { variable
34 jniRegisterNativeMethods(env, "libcore/io/AsynchronousCloseMonitor", gMethods, NELEM(gMethods));
H A Dlibcore_util_NativeAllocationRegistry.cpp31 static JNINativeMethod gMethods[] = { variable
37 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_util_regex_Pattern.cpp103 static JNINativeMethod gMethods[] = { variable
110 jniRegisterNativeMethods(env, "java/util/regex/Pattern", gMethods, NELEM(gMethods));
/libcore/ojluni/src/main/native/
H A DFileSystem_md.c40 static JNINativeMethod gMethods[] = { variable
45 jniRegisterNativeMethods(env, "java/io/FileSystem", gMethods, NELEM(gMethods));
H A DString.c38 static JNINativeMethod gMethods[] = { variable
43 jniRegisterNativeMethods(env, "java/lang/String", gMethods, NELEM(gMethods));
H A DDouble.c66 static JNINativeMethod gMethods[] = { variable
72 jniRegisterNativeMethods(env, "java/lang/Double", gMethods, NELEM(gMethods));
H A DFileOutputStream_md.c61 static JNINativeMethod gMethods[] = { variable
66 jniRegisterNativeMethods(env, "java/io/FileOutputStream", gMethods, NELEM(gMethods));
H A DFloat.c62 static JNINativeMethod gMethods[] = { variable
68 jniRegisterNativeMethods(env, "java/lang/Float", gMethods, NELEM(gMethods));
H A DShutdown.c56 static JNINativeMethod gMethods[] = { variable
62 jniRegisterNativeMethods(env, "java/lang/Shutdown", gMethods, NELEM(gMethods));
H A DThrowable.c68 static JNINativeMethod gMethods[] = { variable
75 jniRegisterNativeMethods(env, "java/lang/Throwable", gMethods, NELEM(gMethods));
H A DAdler32.c72 static JNINativeMethod gMethods[] = { variable
79 jniRegisterNativeMethods(env, "java/util/zip/Adler32", gMethods, NELEM(gMethods));
H A DConsole_md.c75 static JNINativeMethod gMethods[] = { variable
82 jniRegisterNativeMethods(env, "java/io/Console", gMethods, NELEM(gMethods));
H A DDatagramPacket.c65 static JNINativeMethod gMethods[] = { variable
70 jniRegisterNativeMethods(env, "java/net/DatagramPacket", gMethods, NELEM(gMethods));
H A DFileDescriptor_md.c71 static JNINativeMethod gMethods[] = { variable
77 jniRegisterNativeMethods(env, "java/io/FileDescriptor", gMethods, NELEM(gMethods));
H A DFileKey.c69 static JNINativeMethod gMethods[] = { variable
74 jniRegisterNativeMethods(env, "sun/nio/ch/FileKey", gMethods, NELEM(gMethods));
H A DNativeThread.c83 static JNINativeMethod gMethods[] = { variable
89 jniRegisterNativeMethods(env, "sun/nio/ch/NativeThread", gMethods, NELEM(gMethods));
H A DObjectStreamClass.c103 static JNINativeMethod gMethods[] = { variable
108 jniRegisterNativeMethods(env, "java/io/ObjectStreamClass", gMethods, NELEM(gMethods));
H A DRuntime.c84 static JNINativeMethod gMethods[] = { variable
96 jniRegisterNativeMethods(env, "java/lang/Runtime", gMethods, NELEM(gMethods));
H A Djava_util_zip_CRC32.c65 static JNINativeMethod gMethods[] = { variable
71 jniRegisterNativeMethods(env, "java/util/zip/CRC32", gMethods, NELEM(gMethods));
H A DMappedByteBuffer.c100 static JNINativeMethod gMethods[] = { variable
107 jniRegisterNativeMethods(env, "java/nio/MappedByteBuffer", gMethods, NELEM(gMethods));
H A DPollArrayWrapper.c109 static JNINativeMethod gMethods[] = { variable
115 jniRegisterNativeMethods(env, "sun/nio/ch/PollArrayWrapper", gMethods, NELEM(gMethods));
H A DProcessEnvironment_md.c94 static JNINativeMethod gMethods[] = { variable
99 jniRegisterNativeMethods(env, "java/lang/ProcessEnvironment", gMethods, NELEM(gMethods));
H A DServerSocketChannelImpl.c127 static JNINativeMethod gMethods[] = { variable
134 jniRegisterNativeMethods(env, "sun/nio/ch/ServerSocketChannelImpl", 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 200 milliseconds

123