HomeSort by relevance Sort by last modified time
    Searched defs:gMethods (Results 26 - 50 of 204) sorted by null

12 3 4 5 6 7 8 9

  /art/runtime/native/
java_lang_StringFactory.cc 81 static JNINativeMethod gMethods[] = {
java_lang_reflect_AbstractMethod.cc 68 static JNINativeMethod gMethods[] = {
java_lang_DexCache.cc 82 static JNINativeMethod gMethods[] = {
java_lang_reflect_Array.cc 70 static JNINativeMethod gMethods[] = {
  /cts/tests/tests/drm/jni/
android_drm_cts_NativeCodeTest.cpp 50 static JNINativeMethod gMethods[] = {
58 return env->RegisterNatives(clazz, gMethods,
59 sizeof(gMethods) / sizeof(JNINativeMethod));
  /cts/tests/tests/security/jni/
android_security_cts_MMapExecutableTest.cpp 75 static JNINativeMethod gMethods[] = {
83 clazz, gMethods, sizeof(gMethods) / sizeof(JNINativeMethod));
android_security_cts_SELinuxTest.cpp 59 static JNINativeMethod gMethods[] = {
68 return env->RegisterNatives(clazz, gMethods,
69 sizeof(gMethods) / sizeof(JNINativeMethod));
android_security_cts_CharDeviceTest.cpp 108 static JNINativeMethod gMethods[] = {
118 return env->RegisterNatives(clazz, gMethods,
119 sizeof(gMethods) / sizeof(JNINativeMethod));
android_security_cts_LinuxRngTest.cpp 96 static JNINativeMethod gMethods[] = {
106 return env->RegisterNatives(clazz, gMethods,
107 sizeof(gMethods) / sizeof(JNINativeMethod));
  /frameworks/base/core/jni/
android_text_AndroidBidi.cpp 59 static const JNINativeMethod gMethods[] = {
65 return RegisterMethodsOrDie(env, "android/text/AndroidBidi", gMethods, NELEM(gMethods));
android_content_res_ObbScanner.cpp 79 static const JNINativeMethod gMethods[] = {
95 return RegisterMethodsOrDie(env, "android/content/res/ObbScanner", gMethods, NELEM(gMethods));
android_database_SQLiteDebug.cpp 61 static const JNINativeMethod gMethods[] =
78 gMethods, NELEM(gMethods));
  /libcore/ojluni/src/main/native/
Console_md.c 75 static JNINativeMethod gMethods[] = {
82 jniRegisterNativeMethods(env, "java/io/Console", gMethods, NELEM(gMethods));
DatagramPacket.c 65 static JNINativeMethod gMethods[] = {
70 jniRegisterNativeMethods(env, "java/net/DatagramPacket", gMethods, NELEM(gMethods));
Double.c 66 static JNINativeMethod gMethods[] = {
72 jniRegisterNativeMethods(env, "java/lang/Double", gMethods, NELEM(gMethods));
Float.c 62 static JNINativeMethod gMethods[] = {
68 jniRegisterNativeMethods(env, "java/lang/Float", gMethods, NELEM(gMethods));
Runtime.c 84 static JNINativeMethod gMethods[] = {
96 jniRegisterNativeMethods(env, "java/lang/Runtime", gMethods, NELEM(gMethods));
SocketChannelImpl.c 99 static JNINativeMethod gMethods[] = {
105 jniRegisterNativeMethods(env, "sun/nio/ch/SocketChannelImpl", gMethods, NELEM(gMethods));
SocketInputStream.c 156 static JNINativeMethod gMethods[] = {
161 jniRegisterNativeMethods(env, "java/net/SocketInputStream", gMethods, NELEM(gMethods));
  /packages/apps/Nfc/nci/jni/
NativeP2pDevice.cpp 68 static JNINativeMethod gMethods[] =
91 gMethods, NELEM(gMethods));
  /cts/tests/tests/graphics/jni/
android_graphics_cts_VulkanFeaturesTest.cpp 98 static JNINativeMethod gMethods[] = {
107 return env->RegisterNatives(clazz, gMethods,
108 sizeof(gMethods) / sizeof(JNINativeMethod));
  /cts/tests/tests/os/jni/
android_os_cts_CpuFeatures.cpp 69 static JNINativeMethod gMethods[] = {
92 return env->RegisterNatives(clazz, gMethods,
93 sizeof(gMethods) / sizeof(JNINativeMethod));
android_os_cts_NoExecutePermissionTest.cpp 72 static JNINativeMethod gMethods[] = {
85 return env->RegisterNatives(clazz, gMethods,
86 sizeof(gMethods) / sizeof(JNINativeMethod));
android_os_cts_OSFeatures.cpp 95 static JNINativeMethod gMethods[] = {
110 return env->RegisterNatives(clazz, gMethods,
111 sizeof(gMethods) / sizeof(JNINativeMethod));
android_os_cts_TaggedPointer.cpp 74 static JNINativeMethod gMethods[] = {
83 return env->RegisterNatives(clazz, gMethods,
84 sizeof(gMethods) / sizeof(JNINativeMethod));

Completed in 162 milliseconds

12 3 4 5 6 7 8 9