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

1 2 3 4 5 6 7

  /libcore/luni/src/main/native/
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));
sun_misc_Unsafe.cpp 26 static JNINativeMethod gMethods[] = {
30 jniRegisterNativeMethods(env, "sun/misc/Unsafe", gMethods, NELEM(gMethods));
java_io_Console.cpp 46 static JNINativeMethod gMethods[] = {
50 jniRegisterNativeMethods(env, "java/io/Console", gMethods, NELEM(gMethods));
java_lang_Double.cpp 53 static JNINativeMethod gMethods[] = {
59 return jniRegisterNativeMethods(env, "java/lang/Double", gMethods, NELEM(gMethods));
java_lang_Float.cpp 52 static JNINativeMethod gMethods[] = {
58 return jniRegisterNativeMethods(env, "java/lang/Float", 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));
libcore_icu_DateIntervalFormat.cpp 68 static JNINativeMethod gMethods[] = {
74 jniRegisterNativeMethods(env, "libcore/icu/DateIntervalFormat", gMethods, NELEM(gMethods));
libcore_icu_NativeIDN.cpp 62 static JNINativeMethod gMethods[] = {
66 jniRegisterNativeMethods(env, "libcore/icu/NativeIDN", gMethods, NELEM(gMethods));
  /cts/tests/jni/
android_os_cts_OSFeatures.cpp 30 static JNINativeMethod gMethods[] = {
41 return env->RegisterNatives(clazz, gMethods,
42 sizeof(gMethods) / sizeof(JNINativeMethod));
android_os_cts_CpuFeatures.cpp 45 static JNINativeMethod gMethods[] = {
60 return env->RegisterNatives(clazz, gMethods,
61 sizeof(gMethods) / sizeof(JNINativeMethod));
android_net_cts_NetlinkSocket.cpp 62 static JNINativeMethod gMethods[] = {
71 return env->RegisterNatives(clazz, gMethods,
72 sizeof(gMethods) / sizeof(JNINativeMethod));
  /frameworks/base/services/jni/
com_android_server_SystemServer.cpp 40 static JNINativeMethod gMethods[] = {
48 gMethods, NELEM(gMethods));
  /art/runtime/native/
java_util_concurrent_atomic_AtomicLong.cc 26 static JNINativeMethod gMethods[] = {
java_lang_Throwable.cc 35 static JNINativeMethod 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));
  /libcore/dalvik/src/main/native/
org_apache_harmony_dalvik_NativeTestTarget.cpp 31 static JNINativeMethod gMethods[] = {
42 return jniRegisterNativeMethods(env, "org/apache/harmony/dalvik/NativeTestTarget", gMethods, NELEM(gMethods));
  /packages/apps/Nfc/nci/jni/
NativeP2pDevice.cpp 68 static JNINativeMethod gMethods[] =
91 gMethods, NELEM(gMethods));
  /cts/tests/tests/security/jni/
android_security_cts_LoadEffectLibraryTest.cpp 80 static JNINativeMethod gMethods[] = {
88 return env->RegisterNatives(clazz, gMethods,
89 sizeof(gMethods) / sizeof(JNINativeMethod));
  /frameworks/base/core/jni/
android_animation_PropertyValuesHolder.cpp 62 static JNINativeMethod gMethods[] = {
76 kClassPathName, gMethods, NELEM(gMethods));
android_database_SQLiteDebug.cpp 59 static JNINativeMethod gMethods[] =
86 gMethods, NELEM(gMethods));
android_debug_JNITest.cpp 96 static JNINativeMethod gMethods[] = {
106 gMethods, NELEM(gMethods));
android_text_AndroidBidi.cpp 59 static JNINativeMethod gMethods[] = {
67 gMethods, NELEM(gMethods));
android_view_SurfaceSession.cpp 59 static JNINativeMethod gMethods[] = {
71 gMethods, NELEM(gMethods));

Completed in 755 milliseconds

1 2 3 4 5 6 7