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

1 2 3

  /cts/tests/tests/graphics/jni/
android_graphics_cts_VulkanFeaturesTest.cpp 31 static JNINativeMethod gMethods[] = {
40 return env->RegisterNatives(clazz, gMethods,
41 sizeof(gMethods) / sizeof(JNINativeMethod));
android_graphics_cts_CameraVulkanGpuTest.cpp 90 static JNINativeMethod gMethods[] = {
97 return env->RegisterNatives(clazz, gMethods,
98 sizeof(gMethods) / sizeof(JNINativeMethod));
  /cts/tests/tests/os/jni/
android_os_cts_HardwareName.cpp 32 static JNINativeMethod gMethods[] = {
41 return env->RegisterNatives(clazz, gMethods,
42 sizeof(gMethods) / sizeof(JNINativeMethod));
android_os_cts_SharedMemory.cpp 38 static JNINativeMethod gMethods[] = {
46 return env->RegisterNatives(clazz, gMethods,
47 sizeof(gMethods) / sizeof(JNINativeMethod));
android_os_cts_CpuInstructions.cpp 135 static JNINativeMethod gMethods[] = {
147 return env->RegisterNatives(clazz, gMethods,
148 sizeof(gMethods) / sizeof(JNINativeMethod));
android_os_cts_NoExecutePermissionTest.cpp 67 static JNINativeMethod gMethods[] = {
78 return env->RegisterNatives(clazz, gMethods,
79 sizeof(gMethods) / sizeof(JNINativeMethod));
android_os_cts_OSFeatures.cpp 90 static JNINativeMethod gMethods[] = {
103 return env->RegisterNatives(clazz, gMethods,
104 sizeof(gMethods) / sizeof(JNINativeMethod));
android_os_cts_SPMITest.cpp 51 static JNINativeMethod gMethods[] = {
58 return env->RegisterNatives(clazz, gMethods,
59 sizeof(gMethods) / sizeof(JNINativeMethod));
android_os_cts_TaggedPointer.cpp 73 static JNINativeMethod gMethods[] = {
82 return env->RegisterNatives(clazz, gMethods,
83 sizeof(gMethods) / sizeof(JNINativeMethod));
  /cts/tools/cts-device-info/jni/
com_android_cts_deviceinfo_VulkanDeviceInfo.cpp 30 static JNINativeMethod gMethods[] = {
39 return env->RegisterNatives(clazz, gMethods,
40 sizeof(gMethods) / sizeof(JNINativeMethod));
  /art/test/139-register-natives/
regnative.cc 25 static JNINativeMethod gMethods[] = {
30 return env->RegisterNatives(trg, gMethods, 1);
  /cts/hostsidetests/os/test-apps/StaticSharedNativeLibConsumer/jni/
version.cpp 34 JNINativeMethod* gMethods, int numMethods) {
41 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) {
54 static JNINativeMethod gMethods[] = {
59 gMethods, ARRAY_SIZE(gMethods));
  /art/runtime/native/
java_util_concurrent_atomic_AtomicLong.cc 33 static JNINativeMethod gMethods[] = {
native_util.h 41 RegisterNativeMethodsInternal(env, (jni_class_name), gMethods, arraysize(gMethods))
  /cts/hostsidetests/atrace/AtraceTestApp/jni/
CtsTrace.cpp 42 static JNINativeMethod gMethods[] = {
55 env->RegisterNatives(clazz, gMethods, sizeof(gMethods) / sizeof(JNINativeMethod));
  /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/selinux/common/jni/
android_security_SELinuxTargetSdkTest.cpp 60 static JNINativeMethod gMethods[] = {
69 return env->RegisterNatives(clazz, gMethods,
70 sizeof(gMethods) / sizeof(JNINativeMethod));
  /cts/common/device-side/util/jni/
android_cts_CpuFeatures.cpp 63 static JNINativeMethod gMethods[] = {
84 return env->RegisterNatives(clazz, gMethods,
85 sizeof(gMethods) / sizeof(JNINativeMethod));
  /cts/hostsidetests/seccomp/app/jni/
android_seccomp_cts_app_SeccompDeviceTest.cpp 87 static JNINativeMethod gMethods[] = {
100 return env->RegisterNatives(clazz, gMethods,
101 sizeof(gMethods) / sizeof(JNINativeMethod));
  /cts/tests/sensor/jni/
android_hardware_cts_SensorDirectReportTest.cpp 60 JNINativeMethod gMethods[] = {
68 return env->RegisterNatives(clazz, gMethods,
69 sizeof(gMethods) / sizeof(JNINativeMethod));
android_hardware_cts_SensorNativeTest.cpp 70 JNINativeMethod gMethods[] = {
82 return env->RegisterNatives(clazz, gMethods,
83 sizeof(gMethods) / sizeof(JNINativeMethod));
  /cts/tests/tests/hardware/jni/
android_hardware_cts_HardwareBufferTest.cpp 52 static JNINativeMethod gMethods[] = {
62 return env->RegisterNatives(clazz, gMethods,
63 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_NativeCodeTest.cpp 60 static JNINativeMethod gMethods[] = {
68 return env->RegisterNatives(clazz, gMethods,
69 sizeof(gMethods) / sizeof(JNINativeMethod));
android_security_cts_EncryptionTest.cpp 96 static JNINativeMethod gMethods[] = {
104 return env->RegisterNatives(clazz, gMethods,
105 sizeof(gMethods) / sizeof(JNINativeMethod));

Completed in 1519 milliseconds

1 2 3