HomeSort by relevance Sort by last modified time
    Searched defs:gMethods (Results 1 - 25 of 44) sorted by null

1 2

  /art/runtime/native/
java_util_concurrent_atomic_AtomicLong.cc 26 static JNINativeMethod gMethods[] = {
org_apache_harmony_dalvik_ddmc_DdmServer.cc 32 static JNINativeMethod gMethods[] = {
java_lang_Throwable.cc 36 static JNINativeMethod gMethods[] = {
java_lang_ref_FinalizerReference.cc 32 static JNINativeMethod gMethods[] = {
java_lang_ref_Reference.cc 34 static JNINativeMethod gMethods[] = {
java_lang_reflect_Proxy.cc 36 static JNINativeMethod gMethods[] = {
java_lang_DexCache.cc 48 static JNINativeMethod gMethods[] = {
java_lang_Object.cc 58 static JNINativeMethod gMethods[] = {
java_lang_String.cc 53 static JNINativeMethod gMethods[] = {
java_lang_reflect_Constructor.cc 77 static JNINativeMethod gMethods[] = {
java_lang_reflect_Method.cc 55 static JNINativeMethod gMethods[] = {
java_lang_Class.cc 99 static JNINativeMethod gMethods[] = {
java_lang_Runtime.cc 97 static JNINativeMethod gMethods[] = {
java_lang_VMClassLoader.cc 103 static JNINativeMethod gMethods[] = {
java_lang_reflect_Array.cc 68 static JNINativeMethod gMethods[] = {
  /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));
android_security_cts_MMapExecutableTest.cpp 75 static JNINativeMethod gMethods[] = {
83 clazz, gMethods, sizeof(gMethods) / sizeof(JNINativeMethod));
android_security_cts_AudioPolicyBinderTest.cpp 188 static JNINativeMethod gMethods[] = {
202 return env->RegisterNatives(clazz, gMethods,
203 sizeof(gMethods) / sizeof(JNINativeMethod));
android_security_cts_CharDeviceTest.cpp 107 static JNINativeMethod gMethods[] = {
117 return env->RegisterNatives(clazz, gMethods,
118 sizeof(gMethods) / sizeof(JNINativeMethod));
android_security_cts_LinuxRngTest.cpp 95 static JNINativeMethod gMethods[] = {
105 return env->RegisterNatives(clazz, gMethods,
106 sizeof(gMethods) / sizeof(JNINativeMethod));
android_security_cts_LoadEffectLibraryTest.cpp 80 static JNINativeMethod gMethods[] = {
88 return env->RegisterNatives(clazz, gMethods,
89 sizeof(gMethods) / sizeof(JNINativeMethod));
  /cts/tests/tests/drm/jni/
android_drm_cts_NativeCodeTest.cpp 49 static JNINativeMethod gMethods[] = {
57 return env->RegisterNatives(clazz, gMethods,
58 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 71 static JNINativeMethod gMethods[] = {
84 return env->RegisterNatives(clazz, gMethods,
85 sizeof(gMethods) / sizeof(JNINativeMethod));
android_os_cts_TaggedPointer.cpp 73 static JNINativeMethod gMethods[] = {
82 return env->RegisterNatives(clazz, gMethods,
83 sizeof(gMethods) / sizeof(JNINativeMethod));

Completed in 973 milliseconds

1 2