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

1 2 3 4 5 6 7 8 9

  /art/runtime/native/
java_lang_Void.cc 35 static JNINativeMethod gMethods[] = {
java_util_concurrent_atomic_AtomicLong.cc 32 static JNINativeMethod gMethods[] = {
org_apache_harmony_dalvik_ddmc_DdmServer.cc 37 static JNINativeMethod gMethods[] = {
java_lang_Throwable.cc 41 static JNINativeMethod gMethods[] = {
java_lang_reflect_Proxy.cc 40 static JNINativeMethod gMethods[] = {
java_lang_ref_FinalizerReference.cc 45 static JNINativeMethod gMethods[] = {
java_lang_ref_Reference.cc 45 static JNINativeMethod gMethods[] = {
java_lang_reflect_Parameter.cc 67 static JNINativeMethod gMethods[] = {
  /art/test/139-register-natives/
regnative.cc 25 static JNINativeMethod gMethods[] = {
30 return env->RegisterNatives(trg, gMethods, 1);
  /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/luni/src/main/native/
java_lang_invoke_MethodHandle.cpp 30 static JNINativeMethod gMethods[] = {
36 jniRegisterNativeMethods(env, "java/lang/invoke/MethodHandle", gMethods, NELEM(gMethods));
sun_misc_Unsafe.cpp 26 static JNINativeMethod gMethods[] = {
30 jniRegisterNativeMethods(env, "sun/misc/Unsafe", gMethods, NELEM(gMethods));
libcore_io_AsynchronousCloseMonitor.cpp 30 static JNINativeMethod gMethods[] = {
35 jniRegisterNativeMethods(env, "libcore/io/AsynchronousCloseMonitor", gMethods, NELEM(gMethods));
android_system_OsConstants.cpp 699 static JNINativeMethod gMethods[] = {
703 jniRegisterNativeMethods(env, "android/system/OsConstants", gMethods, NELEM(gMethods));
libcore_util_NativeAllocationRegistry.cpp 31 static JNINativeMethod gMethods[] = {
37 gMethods, NELEM(gMethods));
  /libcore/ojluni/src/main/native/
String.c 38 static JNINativeMethod gMethods[] = {
43 jniRegisterNativeMethods(env, "java/lang/String", gMethods, NELEM(gMethods));
Adler32.c 73 static JNINativeMethod gMethods[] = {
80 jniRegisterNativeMethods(env, "java/util/zip/Adler32", gMethods, NELEM(gMethods));
FileOutputStream_md.c 61 static JNINativeMethod gMethods[] = {
66 jniRegisterNativeMethods(env, "java/io/FileOutputStream", gMethods, NELEM(gMethods));
  /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));
  /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));
  /cts/hostsidetests/os/test-apps/StaticSharedNativeLibConsumer/jni/
version.cpp 30 JNINativeMethod* gMethods, int numMethods) {
37 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) {
50 static JNINativeMethod gMethods[] = {
55 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));

Completed in 1686 milliseconds

1 2 3 4 5 6 7 8 9