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

123

/libcore/luni/src/main/native/
H A Djava_lang_invoke_MethodHandle.cpp30 static JNINativeMethod gMethods[] = { variable
36 jniRegisterNativeMethods(env, "java/lang/invoke/MethodHandle", gMethods, NELEM(gMethods));
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 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 DThrowable.c68 static JNINativeMethod gMethods[] = { variable
75 jniRegisterNativeMethods(env, "java/lang/Throwable", gMethods, NELEM(gMethods));
H A DAdler32.c73 static JNINativeMethod gMethods[] = { variable
80 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 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.c102 static JNINativeMethod gMethods[] = { variable
108 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.c83 static JNINativeMethod gMethods[] = { variable
95 jniRegisterNativeMethods(env, "java/lang/Runtime", gMethods, NELEM(gMethods));
H A DMappedByteBuffer.c100 static JNINativeMethod gMethods[] = { variable
107 jniRegisterNativeMethods(env, "java/nio/MappedByteBuffer", gMethods, NELEM(gMethods));
H A DProcessEnvironment_md.c94 static JNINativeMethod gMethods[] = { variable
99 jniRegisterNativeMethods(env, "java/lang/ProcessEnvironment", gMethods, NELEM(gMethods));
H A DSocketChannelImpl.c99 static JNINativeMethod gMethods[] = { variable
105 jniRegisterNativeMethods(env, "sun/nio/ch/SocketChannelImpl", gMethods, NELEM(gMethods));
H A DSocketInputStream.c156 static JNINativeMethod gMethods[] = { variable
161 jniRegisterNativeMethods(env, "java/net/SocketInputStream", gMethods, NELEM(gMethods));
H A DSocketOutputStream.c131 static JNINativeMethod gMethods[] = { variable
136 jniRegisterNativeMethods(env, "java/net/SocketOutputStream", gMethods, NELEM(gMethods));
H A Djava_util_zip_CRC32.c77 static JNINativeMethod gMethods[] = { variable
84 jniRegisterNativeMethods(env, "java/util/zip/CRC32", gMethods, NELEM(gMethods));
H A DFileInputStream.c135 static JNINativeMethod gMethods[] = { variable
142 jniRegisterNativeMethods(env, "java/io/FileInputStream", gMethods, NELEM(gMethods));
/libcore/dalvik/src/main/native/
H A Dorg_apache_harmony_dalvik_NativeTestTarget.cpp39 static JNINativeMethod gMethods[] = { variable
75 jniRegisterNativeMethods(env, "org/apache/harmony/dalvik/NativeTestTarget", gMethods, NELEM(gMethods));

Completed in 125 milliseconds

123