/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/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_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_TaggedPointer.cpp | 83 static JNINativeMethod gMethods[] = { variable 92 return env->RegisterNatives(clazz, gMethods, in register_android_os_cts_TaggedPointer() 93 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_os_cts_TaggedPointer()
|
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 | 112 static JNINativeMethod gMethods[] = { variable 123 return env->RegisterNatives(clazz, gMethods, in register_android_os_cts_CpuInstructions() 124 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 | 95 static JNINativeMethod gMethods[] = { variable 103 return env->RegisterNatives(clazz, gMethods, in register_android_security_cts_EncryptionTest() 104 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/virtualdevice/sensor/src/android/virtualdevice/cts/sensor/util/jni/ |
D | android_virtualdevice_cts_sensor_util_NativeSensorTestActivity.cpp | 38 static JNINativeMethod gMethods[] = { variable 46 clazz, gMethods, sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_virtualdevice_cts_sensor_util_NativeSensorTestActivity()
|
/cts/tests/mediapc/jni/ |
D | VulkanDeviceInfo.cpp | 29 static JNINativeMethod gMethods[] = { variable 41 int status = env->RegisterNatives(clazz, gMethods, sizeof(gMethods) / sizeof(JNINativeMethod)); in JNI_OnLoad()
|
/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/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/common/device-side/util/jni/ |
D | android_cts_CpuFeatures.cpp | 99 static JNINativeMethod gMethods[] = { variable 122 return env->RegisterNatives(clazz, gMethods, in register_android_cts_CpuFeatures() 123 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_cts_CpuFeatures()
|
/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/hardware/jni/ |
D | HardwareBufferTestService.cpp | 75 static JNINativeMethod gMethods[] = { variable 82 return env->RegisterNatives(clazz, gMethods, in register_android_hardware_cts_HardwareBufferTestService() 83 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_hardware_cts_HardwareBufferTestService()
|
D | android_hardware_cts_HardwareBufferTest.cpp | 86 static JNINativeMethod gMethods[] = { variable 98 return env->RegisterNatives(clazz, gMethods, in register_android_hardware_cts_HardwareBufferTest() 99 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_hardware_cts_HardwareBufferTest()
|