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

1 2 3 4

  /frameworks/base/services/jni/
com_android_server_SystemServer.cpp 34 static JNINativeMethod gMethods[] = {
42 gMethods, NELEM(gMethods));
  /libcore/luni/src/main/native/
java_io_Console.cpp 46 static JNINativeMethod gMethods[] = {
50 return jniRegisterNativeMethods(env, "java/io/Console", gMethods, NELEM(gMethods));
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_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_io_OsConstants.cpp 445 static JNINativeMethod gMethods[] = {
449 return jniRegisterNativeMethods(env, "libcore/io/OsConstants", gMethods, NELEM(gMethods));
java_lang_System.cpp 86 static JNINativeMethod gMethods[] = {
92 return jniRegisterNativeMethods(env, "java/lang/System", 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));
  /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_animation_PropertyValuesHolder.cpp 62 static JNINativeMethod gMethods[] = {
76 kClassPathName, gMethods, NELEM(gMethods));
android_os_UEventObserver.cpp 50 static JNINativeMethod gMethods[] = {
67 "android/os/UEventObserver", gMethods, NELEM(gMethods));
android_text_AndroidBidi.cpp 59 static JNINativeMethod gMethods[] = {
67 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_media_ToneGenerator.cpp 122 static JNINativeMethod gMethods[] = {
148 "android/media/ToneGenerator", gMethods, NELEM(gMethods));
android_os_StatFs.cpp 132 static JNINativeMethod gMethods[] = {
160 "android/os/StatFs", gMethods, NELEM(gMethods));
android_os_SystemClock.cpp 117 static JNINativeMethod gMethods[] = {
135 "android/os/SystemClock", gMethods, NELEM(gMethods));
  /libcore/dalvik/src/main/native/
org_apache_harmony_dalvik_NativeTestTarget.cpp 53 static JNINativeMethod gMethods[] = {
61 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) {
  /frameworks/base/media/jni/
android_media_ResampleInputStream.cpp 110 static JNINativeMethod gMethods[] = {
120 kClassPathName, gMethods, NELEM(gMethods));
  /frameworks/base/voip/jni/rtp/
RtpStream.cpp 105 JNINativeMethod gMethods[] = {
118 env->RegisterNatives(clazz, gMethods, NELEM(gMethods)) < 0) {

Completed in 755 milliseconds

1 2 3 4