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

1 2 3 4 5 6 7 8 9

  /frameworks/base/core/jni/
com_android_internal_os_ZygoteInit.cpp 31 const JNINativeMethod gMethods[] = {
42 gMethods, NELEM(gMethods));
com_android_internal_util_VirtualRefBasePtr.cpp 39 static const JNINativeMethod gMethods[] = {
45 return RegisterMethodsOrDie(env, kClassPathName, gMethods, NELEM(gMethods));
  /libcore/luni/src/main/native/
sun_misc_Unsafe.cpp 26 static JNINativeMethod gMethods[] = {
30 jniRegisterNativeMethods(env, "sun/misc/Unsafe", gMethods, NELEM(gMethods));
java_lang_invoke_MethodHandle.cpp 30 static JNINativeMethod gMethods[] = {
36 jniRegisterNativeMethods(env, "java/lang/invoke/MethodHandle", gMethods, NELEM(gMethods));
libcore_io_AsynchronousCloseMonitor.cpp 30 static JNINativeMethod gMethods[] = {
35 jniRegisterNativeMethods(env, "libcore/io/AsynchronousCloseMonitor", gMethods, NELEM(gMethods));
libcore_util_NativeAllocationRegistry.cpp 31 static JNINativeMethod gMethods[] = {
37 gMethods, NELEM(gMethods));
  /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));
  /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));
  /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_SELinuxTest.cpp 60 static JNINativeMethod gMethods[] = {
69 return env->RegisterNatives(clazz, gMethods,
70 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));
  /libcore/ojluni/src/main/native/
String.c 38 static JNINativeMethod gMethods[] = {
43 jniRegisterNativeMethods(env, "java/lang/String", gMethods, NELEM(gMethods));
Double.c 66 static JNINativeMethod gMethods[] = {
72 jniRegisterNativeMethods(env, "java/lang/Double", gMethods, NELEM(gMethods));
FileOutputStream_md.c 61 static JNINativeMethod gMethods[] = {
66 jniRegisterNativeMethods(env, "java/io/FileOutputStream", gMethods, NELEM(gMethods));
Float.c 62 static JNINativeMethod gMethods[] = {
68 jniRegisterNativeMethods(env, "java/lang/Float", gMethods, NELEM(gMethods));
Throwable.c 68 static JNINativeMethod gMethods[] = {
75 jniRegisterNativeMethods(env, "java/lang/Throwable", gMethods, NELEM(gMethods));
  /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));
  /frameworks/base/core/jni/android/graphics/
CanvasProperty.cpp 42 static const JNINativeMethod gMethods[] = {
48 return RegisterMethodsOrDie(env, "android/graphics/CanvasProperty", gMethods,
49 NELEM(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/seccomp/app/jni/
android_seccomp_cts_app_SeccompDeviceTest.cpp 75 static JNINativeMethod gMethods[] = {
84 return env->RegisterNatives(clazz, gMethods,
85 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));

Completed in 261 milliseconds

1 2 3 4 5 6 7 8 9