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

1 2 3 4 5 6 7

  /art/runtime/native/
java_util_concurrent_atomic_AtomicLong.cc 26 static JNINativeMethod gMethods[] = {
org_apache_harmony_dalvik_ddmc_DdmServer.cc 32 static JNINativeMethod gMethods[] = {
java_lang_Throwable.cc 36 static JNINativeMethod gMethods[] = {
java_lang_ref_FinalizerReference.cc 32 static JNINativeMethod gMethods[] = {
java_lang_ref_Reference.cc 34 static JNINativeMethod gMethods[] = {
java_lang_reflect_Proxy.cc 36 static JNINativeMethod gMethods[] = {
java_lang_DexCache.cc 48 static JNINativeMethod gMethods[] = {
java_lang_Object.cc 58 static JNINativeMethod gMethods[] = {
java_lang_String.cc 53 static JNINativeMethod gMethods[] = {
java_lang_reflect_Constructor.cc 77 static JNINativeMethod gMethods[] = {
java_lang_reflect_Method.cc 55 static JNINativeMethod gMethods[] = {
  /libcore/luni/src/main/native/
sun_misc_Unsafe.cpp 26 static JNINativeMethod gMethods[] = {
30 jniRegisterNativeMethods(env, "sun/misc/Unsafe", gMethods, NELEM(gMethods));
java_nio_ByteOrder.cpp 27 static JNINativeMethod gMethods[] = {
31 jniRegisterNativeMethods(env, "java/nio/ByteOrder", gMethods, NELEM(gMethods));
libcore_io_AsynchronousCloseMonitor.cpp 29 static JNINativeMethod gMethods[] = {
34 jniRegisterNativeMethods(env, "libcore/io/AsynchronousCloseMonitor", gMethods, NELEM(gMethods));
android_system_OsConstants.cpp 623 static JNINativeMethod gMethods[] = {
627 jniRegisterNativeMethods(env, "android/system/OsConstants", gMethods, NELEM(gMethods));
java_io_FileDescriptor.cpp 32 static JNINativeMethod gMethods[] = {
36 jniRegisterNativeMethods(env, "java/io/FileDescriptor", gMethods, NELEM(gMethods));
java_util_zip_Adler32.cpp 39 static JNINativeMethod gMethods[] = {
44 jniRegisterNativeMethods(env, "java/util/zip/Adler32", gMethods, NELEM(gMethods));
java_util_zip_CRC32.cpp 39 static JNINativeMethod gMethods[] = {
44 jniRegisterNativeMethods(env, "java/util/zip/CRC32", gMethods, NELEM(gMethods));
  /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_MMapExecutableTest.cpp 75 static JNINativeMethod gMethods[] = {
83 clazz, gMethods, sizeof(gMethods) / sizeof(JNINativeMethod));
  /frameworks/base/services/core/jni/
com_android_server_SystemServer.cpp 40 static JNINativeMethod gMethods[] = {
48 gMethods, NELEM(gMethods));
  /frameworks/base/core/jni/android/graphics/
CanvasProperty.cpp 48 static JNINativeMethod gMethods[] = {
56 return AndroidRuntime::registerNativeMethods(env, kClassPathName, gMethods, NELEM(gMethods));
  /frameworks/base/core/jni/
com_android_internal_util_VirtualRefBasePtr.cpp 39 static JNINativeMethod gMethods[] = {
45 return AndroidRuntime::registerNativeMethods(env, kClassPathName, gMethods, NELEM(gMethods));
android_text_AndroidBidi.cpp 59 static JNINativeMethod gMethods[] = {
67 gMethods, NELEM(gMethods));
  /cts/tests/tests/drm/jni/
android_drm_cts_NativeCodeTest.cpp 49 static JNINativeMethod gMethods[] = {
57 return env->RegisterNatives(clazz, gMethods,
58 sizeof(gMethods) / sizeof(JNINativeMethod));

Completed in 283 milliseconds

1 2 3 4 5 6 7