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

1 2 3 4 5 6

  /frameworks/base/services/jni/
com_android_server_SystemServer.cpp 34 static JNINativeMethod gMethods[] = {
42 gMethods, NELEM(gMethods));
  /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_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_NativeIDN.cpp 62 static JNINativeMethod gMethods[] = {
66 jniRegisterNativeMethods(env, "libcore/icu/NativeIDN", gMethods, NELEM(gMethods));
libcore_icu_NativeNormalizer.cpp 51 static JNINativeMethod gMethods[] = {
56 jniRegisterNativeMethods(env, "libcore/icu/NativeNormalizer", gMethods, NELEM(gMethods));
libcore_icu_NativePluralRules.cpp 75 static JNINativeMethod gMethods[] = {
81 jniRegisterNativeMethods(env, "libcore/icu/NativePluralRules", gMethods, NELEM(gMethods));
libcore_icu_Transliterator.cpp 65 static JNINativeMethod gMethods[] = {
72 jniRegisterNativeMethods(env, "libcore/icu/Transliterator", 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));
  /cts/tests/tests/security/jni/
android_security_cts_NativeCodeTest.cpp 41 static JNINativeMethod gMethods[] = {
49 return env->RegisterNatives(clazz, gMethods,
50 sizeof(gMethods) / sizeof(JNINativeMethod));
android_security_cts_CharDeviceTest.cpp 107 static JNINativeMethod gMethods[] = {
117 return env->RegisterNatives(clazz, gMethods,
118 sizeof(gMethods) / sizeof(JNINativeMethod));
  /packages/apps/Nfc/nci/jni/
NativeP2pDevice.cpp 66 static JNINativeMethod gMethods[] =
89 gMethods, NELEM(gMethods));
  /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));
  /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_graphics_PixelFormat.cpp 84 static JNINativeMethod gMethods[] = {
101 kClassPathName, gMethods, NELEM(gMethods));
android_os_SystemClock.cpp 126 static JNINativeMethod gMethods[] = {
146 "android/os/SystemClock", 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 371 milliseconds

1 2 3 4 5 6