/art/runtime/native/ |
java_util_concurrent_atomic_AtomicLong.cc | 29 static JNINativeMethod gMethods[] = {
|
org_apache_harmony_dalvik_ddmc_DdmServer.cc | 35 static JNINativeMethod gMethods[] = {
|
java_lang_Throwable.cc | 38 static JNINativeMethod gMethods[] = {
|
java_lang_ref_FinalizerReference.cc | 34 static JNINativeMethod gMethods[] = {
|
java_lang_reflect_Proxy.cc | 37 static JNINativeMethod gMethods[] = {
|
java_lang_ref_Reference.cc | 36 static JNINativeMethod gMethods[] = {
|
java_lang_Object.cc | 56 static JNINativeMethod gMethods[] = {
|
/art/test/139-register-natives/ |
regnative.cc | 25 static JNINativeMethod gMethods[] = { 30 return env->RegisterNatives(trg, gMethods, 1);
|
/cts/tools/cts-device-info/jni/ |
com_android_cts_deviceinfo_VulkanDeviceInfo.cpp | 30 static JNINativeMethod gMethods[] = { 39 return env->RegisterNatives(clazz, gMethods, 40 sizeof(gMethods) / sizeof(JNINativeMethod));
|
/libcore/luni/src/main/native/ |
sun_misc_Unsafe.cpp | 26 static JNINativeMethod gMethods[] = { 30 jniRegisterNativeMethods(env, "sun/misc/Unsafe", gMethods, NELEM(gMethods));
|
libcore_io_AsynchronousCloseMonitor.cpp | 29 static JNINativeMethod gMethods[] = { 34 jniRegisterNativeMethods(env, "libcore/io/AsynchronousCloseMonitor", gMethods, NELEM(gMethods));
|
android_system_OsConstants.cpp | 665 static JNINativeMethod gMethods[] = { 669 jniRegisterNativeMethods(env, "android/system/OsConstants", gMethods, NELEM(gMethods));
|
libcore_util_NativeAllocationRegistry.cpp | 31 static JNINativeMethod gMethods[] = { 37 gMethods, NELEM(gMethods));
|
/libcore/ojluni/src/main/native/ |
FileSystem_md.c | 40 static JNINativeMethod gMethods[] = { 45 jniRegisterNativeMethods(env, "java/io/FileSystem", gMethods, NELEM(gMethods));
|
String.c | 38 static JNINativeMethod gMethods[] = { 43 jniRegisterNativeMethods(env, "java/lang/String", gMethods, NELEM(gMethods));
|
Adler32.c | 72 static JNINativeMethod gMethods[] = { 79 jniRegisterNativeMethods(env, "java/util/zip/Adler32", gMethods, NELEM(gMethods));
|
FileOutputStream_md.c | 61 static JNINativeMethod gMethods[] = { 66 jniRegisterNativeMethods(env, "java/io/FileOutputStream", gMethods, NELEM(gMethods));
|
Shutdown.c | 56 static JNINativeMethod gMethods[] = { 62 jniRegisterNativeMethods(env, "java/lang/Shutdown", gMethods, NELEM(gMethods));
|
Throwable.c | 68 static JNINativeMethod gMethods[] = { 75 jniRegisterNativeMethods(env, "java/lang/Throwable", gMethods, NELEM(gMethods));
|
java_util_zip_CRC32.c | 65 static JNINativeMethod gMethods[] = { 71 jniRegisterNativeMethods(env, "java/util/zip/CRC32", gMethods, NELEM(gMethods));
|
/cts/tests/tests/os/jni/ |
android_os_cts_HardwareName.cpp | 32 static JNINativeMethod gMethods[] = { 41 return env->RegisterNatives(clazz, gMethods, 42 sizeof(gMethods) / sizeof(JNINativeMethod));
|
/cts/tests/tests/security/jni/ |
android_security_cts_KernelSettingsTest.cpp | 29 static JNINativeMethod gMethods[] = { 37 return env->RegisterNatives(clazz, gMethods, 38 sizeof(gMethods) / sizeof(JNINativeMethod));
|
/frameworks/base/services/core/jni/ |
com_android_server_SystemServer.cpp | 40 static const JNINativeMethod gMethods[] = { 48 gMethods, NELEM(gMethods));
|
/frameworks/base/core/jni/android/graphics/ |
CanvasProperty.cpp | 42 static const JNINativeMethod gMethods[] = { 48 return RegisterMethodsOrDie(env, "android/graphics/CanvasProperty", gMethods, 49 NELEM(gMethods));
|
/frameworks/base/core/jni/ |
com_android_internal_util_VirtualRefBasePtr.cpp | 39 static const JNINativeMethod gMethods[] = { 45 return RegisterMethodsOrDie(env, kClassPathName, gMethods, NELEM(gMethods));
|