Home
last modified time | relevance | path

Searched refs:gMethods (Results 1 – 20 of 20) sorted by relevance

/cts/tests/tests/security/jni/
Dandroid_security_cts_KernelSettingsTest.cpp29 static JNINativeMethod gMethods[] = { variable
37 return env->RegisterNatives(clazz, gMethods, in register_android_security_cts_KernelSettingsTest()
38 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_security_cts_KernelSettingsTest()
Dandroid_security_cts_LoadEffectLibraryTest.cpp80 static JNINativeMethod gMethods[] = { variable
88 return env->RegisterNatives(clazz, gMethods, in register_android_security_cts_LoadEffectLibraryTest()
89 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_security_cts_LoadEffectLibraryTest()
Dandroid_security_cts_MMapExecutableTest.cpp75 static JNINativeMethod gMethods[] = { variable
83 clazz, gMethods, sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_security_cts_MMapExecutableTest()
Dandroid_security_cts_CharDeviceTest.cpp108 static JNINativeMethod gMethods[] = { variable
118 return env->RegisterNatives(clazz, gMethods, in register_android_security_cts_CharDeviceTest()
119 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_security_cts_CharDeviceTest()
Dandroid_security_cts_LinuxRngTest.cpp96 static JNINativeMethod gMethods[] = { variable
106 return env->RegisterNatives(clazz, gMethods, in register_android_security_cts_LinuxRngTest()
107 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_security_cts_LinuxRngTest()
Dandroid_security_cts_SELinuxTest.cpp103 static JNINativeMethod gMethods[] = { variable
125 return env->RegisterNatives(clazz, gMethods, in register_android_security_cts_SELinuxTest()
126 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_security_cts_SELinuxTest()
Dandroid_security_cts_EncryptionTest.cpp182 static JNINativeMethod gMethods[] = { variable
198 return env->RegisterNatives(clazz, gMethods, in register_android_security_cts_EncryptionTest()
199 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_security_cts_EncryptionTest()
Dandroid_security_cts_AudioPolicyBinderTest.cpp189 static JNINativeMethod gMethods[] = { variable
203 return env->RegisterNatives(clazz, gMethods, in register_android_security_cts_AudioPolicyBinderTest()
204 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_security_cts_AudioPolicyBinderTest()
Dandroid_security_cts_NativeCodeTest.cpp254 static JNINativeMethod gMethods[] = { variable
274 return env->RegisterNatives(clazz, gMethods, in register_android_security_cts_NativeCodeTest()
275 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_security_cts_NativeCodeTest()
/cts/tests/tests/os/jni/
Dandroid_os_cts_HardwareName.cpp34 static JNINativeMethod gMethods[] = { variable
43 return env->RegisterNatives(clazz, gMethods, in register_android_os_cts_HardwareName()
44 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_os_cts_HardwareName()
Dandroid_os_cts_TaggedPointer.cpp74 static JNINativeMethod gMethods[] = { variable
83 return env->RegisterNatives(clazz, gMethods, in register_android_os_cts_TaggedPointer()
84 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_os_cts_TaggedPointer()
Dandroid_os_cts_NoExecutePermissionTest.cpp72 static JNINativeMethod gMethods[] = { variable
85 return env->RegisterNatives(clazz, gMethods, in register_android_os_cts_NoExecutePermissionTest()
86 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_os_cts_NoExecutePermissionTest()
Dandroid_os_cts_CpuFeatures.cpp69 static JNINativeMethod gMethods[] = { variable
92 return env->RegisterNatives(clazz, gMethods, in register_android_os_cts_CpuFeatures()
93 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_os_cts_CpuFeatures()
Dandroid_os_cts_CpuInstructions.cpp135 static JNINativeMethod gMethods[] = { variable
147 return env->RegisterNatives(clazz, gMethods, in register_android_os_cts_CpuInstructions()
148 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_os_cts_CpuInstructions()
Dandroid_os_cts_OSFeatures.cpp112 static JNINativeMethod gMethods[] = { variable
127 return env->RegisterNatives(clazz, gMethods, in register_android_os_cts_OSFeatures()
128 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_os_cts_OSFeatures()
/cts/tests/tests/drm/jni/
Dandroid_drm_cts_NativeCodeTest.cpp50 static JNINativeMethod gMethods[] = { variable
58 return env->RegisterNatives(clazz, gMethods, in register_android_drm_cts_NativeCodeTest()
59 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_drm_cts_NativeCodeTest()
/cts/hostsidetests/appsecurity/test-apps/SplitApp/jni/
Dcom_android_cts_splitapp_Native.cpp45 static int registerNativeMethods(JNIEnv* env, const char* className, JNINativeMethod* gMethods, int… in registerNativeMethods() argument
53 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) { in registerNativeMethods()
/cts/apps/CtsVerifier/jni/verifier/
Dcom_android_cts_verifier_os_FileUtils.cpp91 static JNINativeMethod gMethods[] = { variable
119 return env->RegisterNatives(clazz, gMethods, in register_com_android_cts_verifier_os_FileUtils()
120 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_com_android_cts_verifier_os_FileUtils()
/cts/libs/deviceutil/jni/
Dandroid_cts_FileUtils.cpp112 static JNINativeMethod gMethods[] = { variable
143 return env->RegisterNatives(clazz, gMethods, in register_android_cts_FileUtils()
144 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_cts_FileUtils()
/cts/tests/tests/permission/jni/
Dandroid_permission_cts_FileUtils.cpp199 static JNINativeMethod gMethods[] = { variable
235 jint result = env->RegisterNatives(clazz, gMethods, in register_android_permission_cts_FileUtils()
236 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_permission_cts_FileUtils()