/libcore/luni/src/main/native/ |
H A D | libcore_io_AsynchronousCloseMonitor.cpp | 29 static JNINativeMethod gMethods[] = { variable 34 jniRegisterNativeMethods(env, "libcore/io/AsynchronousCloseMonitor", gMethods, NELEM(gMethods));
|
H A D | libcore_util_NativeAllocationRegistry.cpp | 31 static JNINativeMethod gMethods[] = { variable 37 gMethods, NELEM(gMethods));
|
H A D | sun_misc_Unsafe.cpp | 26 static JNINativeMethod gMethods[] = { variable 30 jniRegisterNativeMethods(env, "sun/misc/Unsafe", gMethods, NELEM(gMethods));
|
H A D | java_util_regex_Pattern.cpp | 103 static JNINativeMethod gMethods[] = { variable 110 jniRegisterNativeMethods(env, "java/util/regex/Pattern", gMethods, NELEM(gMethods));
|
/libcore/ojluni/src/main/native/ |
H A D | FileSystem_md.c | 40 static JNINativeMethod gMethods[] = { variable 45 jniRegisterNativeMethods(env, "java/io/FileSystem", gMethods, NELEM(gMethods));
|
H A D | String.c | 38 static JNINativeMethod gMethods[] = { variable 43 jniRegisterNativeMethods(env, "java/lang/String", gMethods, NELEM(gMethods));
|
H A D | Double.c | 66 static JNINativeMethod gMethods[] = { variable 72 jniRegisterNativeMethods(env, "java/lang/Double", gMethods, NELEM(gMethods));
|
H A D | FileOutputStream_md.c | 61 static JNINativeMethod gMethods[] = { variable 66 jniRegisterNativeMethods(env, "java/io/FileOutputStream", gMethods, NELEM(gMethods));
|
H A D | Float.c | 62 static JNINativeMethod gMethods[] = { variable 68 jniRegisterNativeMethods(env, "java/lang/Float", gMethods, NELEM(gMethods));
|
H A D | Shutdown.c | 56 static JNINativeMethod gMethods[] = { variable 62 jniRegisterNativeMethods(env, "java/lang/Shutdown", gMethods, NELEM(gMethods));
|
H A D | Throwable.c | 68 static JNINativeMethod gMethods[] = { variable 75 jniRegisterNativeMethods(env, "java/lang/Throwable", gMethods, NELEM(gMethods));
|
H A D | Adler32.c | 72 static JNINativeMethod gMethods[] = { variable 79 jniRegisterNativeMethods(env, "java/util/zip/Adler32", gMethods, NELEM(gMethods));
|
H A D | Console_md.c | 75 static JNINativeMethod gMethods[] = { variable 82 jniRegisterNativeMethods(env, "java/io/Console", gMethods, NELEM(gMethods));
|
H A D | DatagramPacket.c | 65 static JNINativeMethod gMethods[] = { variable 70 jniRegisterNativeMethods(env, "java/net/DatagramPacket", gMethods, NELEM(gMethods));
|
H A D | FileDescriptor_md.c | 71 static JNINativeMethod gMethods[] = { variable 77 jniRegisterNativeMethods(env, "java/io/FileDescriptor", gMethods, NELEM(gMethods));
|
H A D | FileKey.c | 69 static JNINativeMethod gMethods[] = { variable 74 jniRegisterNativeMethods(env, "sun/nio/ch/FileKey", gMethods, NELEM(gMethods));
|
H A D | NativeThread.c | 83 static JNINativeMethod gMethods[] = { variable 89 jniRegisterNativeMethods(env, "sun/nio/ch/NativeThread", gMethods, NELEM(gMethods));
|
H A D | ObjectStreamClass.c | 103 static JNINativeMethod gMethods[] = { variable 108 jniRegisterNativeMethods(env, "java/io/ObjectStreamClass", gMethods, NELEM(gMethods));
|
H A D | Runtime.c | 84 static JNINativeMethod gMethods[] = { variable 96 jniRegisterNativeMethods(env, "java/lang/Runtime", gMethods, NELEM(gMethods));
|
H A D | java_util_zip_CRC32.c | 65 static JNINativeMethod gMethods[] = { variable 71 jniRegisterNativeMethods(env, "java/util/zip/CRC32", gMethods, NELEM(gMethods));
|
H A D | MappedByteBuffer.c | 100 static JNINativeMethod gMethods[] = { variable 107 jniRegisterNativeMethods(env, "java/nio/MappedByteBuffer", gMethods, NELEM(gMethods));
|
H A D | PollArrayWrapper.c | 109 static JNINativeMethod gMethods[] = { variable 115 jniRegisterNativeMethods(env, "sun/nio/ch/PollArrayWrapper", gMethods, NELEM(gMethods));
|
H A D | ProcessEnvironment_md.c | 94 static JNINativeMethod gMethods[] = { variable 99 jniRegisterNativeMethods(env, "java/lang/ProcessEnvironment", gMethods, NELEM(gMethods));
|
H A D | ServerSocketChannelImpl.c | 127 static JNINativeMethod gMethods[] = { variable 134 jniRegisterNativeMethods(env, "sun/nio/ch/ServerSocketChannelImpl", gMethods, NELEM(gMethods));
|
/libcore/dalvik/src/main/native/ |
H A D | org_apache_harmony_dalvik_NativeTestTarget.cpp | 31 static JNINativeMethod gMethods[] = { variable 42 return jniRegisterNativeMethods(env, "org/apache/harmony/dalvik/NativeTestTarget", gMethods, NELEM(gMethods));
|