/cts/hostsidetests/os/test-apps/StaticSharedNativeLibConsumer/jni/ |
D | version.cpp | 34 JNINativeMethod* gMethods, int numMethods) { in registerNativeMethods() argument 41 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) { in registerNativeMethods() 54 static JNINativeMethod gMethods[] = { in JNI_OnLoad() local 59 gMethods, ARRAY_SIZE(gMethods)); in JNI_OnLoad()
|
/cts/tests/sensor/jni/ |
D | android_hardware_cts_SensorDirectReportTest.cpp | 60 JNINativeMethod gMethods[] = { variable 68 return env->RegisterNatives(clazz, gMethods, in register_android_hardware_cts_SensorDirectReportTest() 69 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_hardware_cts_SensorDirectReportTest() 75 return env->RegisterNatives(clazz, gMethods, in register_android_hardware_cts_helpers_SensorRatePermissionDirectReportTestHelper() 76 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_hardware_cts_helpers_SensorRatePermissionDirectReportTestHelper()
|
D | android_hardware_cts_SensorNativeTest.cpp | 70 JNINativeMethod gMethods[] = { variable 82 return env->RegisterNatives(clazz, gMethods, in register_android_hardware_cts_SensorNativeTest() 83 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_hardware_cts_SensorNativeTest()
|
/cts/tests/tests/graphics/jni/ |
D | android_graphics_cts_VulkanFeaturesTest.cpp | 31 static JNINativeMethod gMethods[] = { variable 40 return env->RegisterNatives(clazz, gMethods, in register_android_graphics_cts_VulkanFeaturesTest() 41 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_graphics_cts_VulkanFeaturesTest()
|
D | android_graphics_cts_CameraVulkanGpuTest.cpp | 90 static JNINativeMethod gMethods[] = { variable 97 return env->RegisterNatives(clazz, gMethods, in register_android_graphics_cts_CameraVulkanGpuTest() 98 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_graphics_cts_CameraVulkanGpuTest()
|
/cts/tools/cts-device-info/jni/ |
D | com_android_cts_deviceinfo_VulkanDeviceInfo.cpp | 30 static JNINativeMethod gMethods[] = { variable 39 return env->RegisterNatives(clazz, gMethods, in register_com_android_cts_deviceinfo_VulkanDeviceInfo() 40 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_com_android_cts_deviceinfo_VulkanDeviceInfo()
|
/cts/tests/tests/os/jni/ |
D | android_os_cts_HardwareName.cpp | 32 static JNINativeMethod gMethods[] = { variable 41 return env->RegisterNatives(clazz, gMethods, in register_android_os_cts_HardwareName() 42 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_os_cts_HardwareName()
|
D | android_os_cts_SharedMemory.cpp | 38 static JNINativeMethod gMethods[] = { variable 46 return env->RegisterNatives(clazz, gMethods, in register_android_os_cts_SharedMemoryTest() 47 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_os_cts_SharedMemoryTest()
|
D | android_os_cts_SPMITest.cpp | 51 static JNINativeMethod gMethods[] = { variable 58 return env->RegisterNatives(clazz, gMethods, in register_android_os_cts_SPMITest() 59 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_os_cts_SPMITest()
|
D | android_os_cts_TaggedPointer.cpp | 73 static JNINativeMethod gMethods[] = { variable 82 return env->RegisterNatives(clazz, gMethods, in register_android_os_cts_TaggedPointer() 83 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_os_cts_TaggedPointer()
|
D | android_os_cts_NoExecutePermissionTest.cpp | 67 static JNINativeMethod gMethods[] = { variable 78 return env->RegisterNatives(clazz, gMethods, in register_android_os_cts_NoExecutePermissionTest() 79 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_os_cts_NoExecutePermissionTest()
|
D | android_os_cts_OSFeatures.cpp | 90 static JNINativeMethod gMethods[] = { variable 103 return env->RegisterNatives(clazz, gMethods, in register_android_os_cts_OSFeatures() 104 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_os_cts_OSFeatures()
|
D | android_os_cts_CpuInstructions.cpp | 130 static JNINativeMethod gMethods[] = { variable 142 return env->RegisterNatives(clazz, gMethods, in register_android_os_cts_CpuInstructions() 143 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_os_cts_CpuInstructions()
|
/cts/tests/tests/security/jni/ |
D | android_security_cts_NativeCodeTest.cpp | 60 static JNINativeMethod gMethods[] = { variable 68 return env->RegisterNatives(clazz, gMethods, in register_android_security_cts_NativeCodeTest() 69 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_security_cts_NativeCodeTest()
|
D | android_security_cts_cve_2021_0394.cpp | 44 static JNINativeMethod gMethods[] = { { "poc", "()Z", variable 49 return env->RegisterNatives(clazz, gMethods, in register_android_security_cts_cve_2021_0394() 50 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_security_cts_cve_2021_0394()
|
D | android_security_cts_MMapExecutableTest.cpp | 75 static JNINativeMethod gMethods[] = { variable 83 clazz, gMethods, sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_security_cts_MMapExecutableTest()
|
D | android_security_cts_EncryptionTest.cpp | 96 static JNINativeMethod gMethods[] = { variable 104 return env->RegisterNatives(clazz, gMethods, in register_android_security_cts_EncryptionTest() 105 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_security_cts_EncryptionTest()
|
D | android_security_cts_LinuxRngTest.cpp | 97 static JNINativeMethod gMethods[] = { variable 107 return env->RegisterNatives(clazz, gMethods, in register_android_security_cts_LinuxRngTest() 108 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_security_cts_LinuxRngTest()
|
/cts/tests/tests/drm/jni/ |
D | android_drm_cts_NativeCodeTest.cpp | 50 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/atrace/AtraceTestApp/jni/ |
D | CtsTrace.cpp | 42 static JNINativeMethod gMethods[] = { variable 55 env->RegisterNatives(clazz, gMethods, sizeof(gMethods) / sizeof(JNINativeMethod)); in JNI_OnLoad()
|
/cts/tests/tests/hardware/jni/ |
D | android_hardware_cts_HardwareBufferTest.cpp | 52 static JNINativeMethod gMethods[] = { variable 62 return env->RegisterNatives(clazz, gMethods, in register_android_hardware_cts_HardwareBufferTest() 63 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_hardware_cts_HardwareBufferTest()
|
/cts/common/device-side/util/jni/ |
D | android_cts_CpuFeatures.cpp | 68 static JNINativeMethod gMethods[] = { variable 87 return env->RegisterNatives(clazz, gMethods, in register_android_cts_CpuFeatures() 88 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_cts_CpuFeatures()
|
/cts/hostsidetests/jvmti/base/jni/ |
D | cts_logging.cpp | 47 static JNINativeMethod gMethods[] = { variable 60 env->RegisterNatives(klass.get(), gMethods, sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_jvmti_cts_JvmtiRunTestBasedTest()
|
/cts/hostsidetests/seccomp/app/jni/ |
D | android_seccomp_cts_app_SeccompDeviceTest.cpp | 93 static JNINativeMethod gMethods[] = { variable 106 return env->RegisterNatives(clazz, gMethods, in register_android_seccomp_cts_app_SeccompTest() 107 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_seccomp_cts_app_SeccompTest()
|
/cts/tests/tests/selinux/common/jni/ |
D | android_security_SELinuxTargetSdkTest.cpp | 121 static JNINativeMethod gMethods[] = { variable 131 return env->RegisterNatives(clazz, gMethods, in register_android_security_SELinuxTargetSdkTest() 132 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_security_SELinuxTargetSdkTest()
|