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

1 2 3 4 5

  /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[] = {
35 jniRegisterNativeMethods(env, "libcore/io/AsynchronousCloseMonitor", 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 44 static JNINativeMethod gMethods[] = {
49 jniRegisterNativeMethods(env, "libcore/icu/NativeNormalizer", gMethods, NELEM(gMethods));
libcore_icu_NativePluralRules.cpp 58 static JNINativeMethod gMethods[] = {
64 jniRegisterNativeMethods(env, "libcore/icu/NativePluralRules", gMethods, NELEM(gMethods));
java_io_ObjectStreamClass.cpp 58 static JNINativeMethod gMethods[] = {
67 jniRegisterNativeMethods(env, "java/io/ObjectStreamClass", gMethods, NELEM(gMethods));
java_lang_System.cpp 86 static JNINativeMethod gMethods[] = {
92 jniRegisterNativeMethods(env, "java/lang/System", gMethods, NELEM(gMethods));
  /libcore/dalvik/src/main/native/
org_apache_harmony_dalvik_NativeTestTarget.cpp 53 static JNINativeMethod gMethods[] = {
61 gMethods, NELEM(gMethods));
  /cts/tests/jni/
android_os_cts_CpuFeatures.cpp 33 static JNINativeMethod gMethods[] = {
44 return env->RegisterNatives(clazz, gMethods,
45 sizeof(gMethods) / sizeof(JNINativeMethod));
android_net_cts_NetlinkSocket.cpp 62 static JNINativeMethod gMethods[] = {
71 return env->RegisterNatives(clazz, gMethods,
72 sizeof(gMethods) / sizeof(JNINativeMethod));
  /packages/apps/Nfc/nci/jni/
NativeP2pDevice.cpp 66 static JNINativeMethod gMethods[] =
89 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));
android_content_res_ObbScanner.cpp 77 static JNINativeMethod gMethods[] = {
105 return AndroidRuntime::registerNativeMethods(env, "android/content/res/ObbScanner", gMethods,
106 NELEM(gMethods));
android_os_UEventObserver.cpp 106 static JNINativeMethod gMethods[] = {
129 "android/os/UEventObserver", gMethods, NELEM(gMethods));
  /frameworks/base/media/jni/
android_media_ResampleInputStream.cpp 110 static JNINativeMethod gMethods[] = {
120 kClassPathName, gMethods, NELEM(gMethods));

Completed in 238 milliseconds

1 2 3 4 5