HomeSort by relevance Sort by last modified time
    Searched refs:gMethods (Results 1 - 25 of 108) 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 return jniRegisterNativeMethods(env, "java/nio/ByteOrder", gMethods, NELEM(gMethods));
libcore_io_AsynchronousCloseMonitor.cpp 29 static JNINativeMethod gMethods[] = {
35 return jniRegisterNativeMethods(env, "libcore/io/AsynchronousCloseMonitor", gMethods, NELEM(gMethods));
java_io_Console.cpp 46 static JNINativeMethod gMethods[] = {
50 return jniRegisterNativeMethods(env, "java/io/Console", gMethods, NELEM(gMethods));
java_util_zip_Adler32.cpp 39 static JNINativeMethod gMethods[] = {
44 return jniRegisterNativeMethods(env, "java/util/zip/Adler32", gMethods, NELEM(gMethods));
java_util_zip_CRC32.cpp 39 static JNINativeMethod gMethods[] = {
44 return jniRegisterNativeMethods(env, "java/util/zip/CRC32", gMethods, NELEM(gMethods));
libcore_icu_NativeIDN.cpp 62 static JNINativeMethod gMethods[] = {
66 return jniRegisterNativeMethods(env, "libcore/icu/NativeIDN", gMethods, NELEM(gMethods));
libcore_icu_NativeNormalizer.cpp 44 static JNINativeMethod gMethods[] = {
49 return jniRegisterNativeMethods(env, "libcore/icu/NativeNormalizer", gMethods, NELEM(gMethods));
libcore_icu_NativePluralRules.cpp 58 static JNINativeMethod gMethods[] = {
64 return jniRegisterNativeMethods(env, "libcore/icu/NativePluralRules", gMethods, NELEM(gMethods));
java_io_ObjectStreamClass.cpp 58 static JNINativeMethod gMethods[] = {
67 return jniRegisterNativeMethods(env, "java/io/ObjectStreamClass", gMethods, NELEM(gMethods));
java_lang_System.cpp 86 static JNINativeMethod gMethods[] = {
92 return jniRegisterNativeMethods(env, "java/lang/System", gMethods, NELEM(gMethods));
java_util_regex_Pattern.cpp 94 static JNINativeMethod gMethods[] = {
99 return jniRegisterNativeMethods(env, "java/util/regex/Pattern", 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));
  /frameworks/base/core/jni/
android_view_HardwareRenderer.cpp 45 static JNINativeMethod gMethods[] = {
51 return AndroidRuntime::registerNativeMethods(env, kClassPathName, gMethods, NELEM(gMethods));
android_os_UEventObserver.cpp 50 static JNINativeMethod gMethods[] = {
67 "android/os/UEventObserver", gMethods, NELEM(gMethods));
android_animation_PropertyValuesHolder.cpp 62 static JNINativeMethod gMethods[] = {
76 kClassPathName, 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 117 static JNINativeMethod gMethods[] = {
135 "android/os/SystemClock", gMethods, NELEM(gMethods));
android_text_AndroidBidi.cpp 59 static JNINativeMethod gMethods[] = {
67 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));
  /frameworks/base/media/jni/
android_media_ResampleInputStream.cpp 110 static JNINativeMethod gMethods[] = {
120 kClassPathName, gMethods, NELEM(gMethods));
  /external/srec/srec_jni/
android_speech_srec_MicrophoneInputStream.cpp 111 static JNINativeMethod gMethods[] = {
142 if (env->RegisterNatives(clazz, gMethods,
143 sizeof(gMethods) / sizeof(gMethods[0])) < 0) {

Completed in 388 milliseconds

1 2 3 4 5