HomeSort by relevance Sort by last modified time
    Searched defs:gMethods (Results 1 - 25 of 120) 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/
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_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));
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_io_OsConstants.cpp 505 static JNINativeMethod gMethods[] = {
509 jniRegisterNativeMethods(env, "libcore/io/OsConstants", gMethods, NELEM(gMethods));
java_lang_System.cpp 86 static JNINativeMethod gMethods[] = {
92 jniRegisterNativeMethods(env, "java/lang/System", 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_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));
  /frameworks/base/core/jni/
android_animation_PropertyValuesHolder.cpp 62 static JNINativeMethod gMethods[] = {
76 kClassPathName, gMethods, NELEM(gMethods));
android_text_AndroidBidi.cpp 59 static JNINativeMethod gMethods[] = {
67 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_media_ToneGenerator.cpp 126 static JNINativeMethod gMethods[] = {
153 "android/media/ToneGenerator", gMethods, NELEM(gMethods));
  /packages/apps/Nfc/nci/jni/
NativeP2pDevice.cpp 66 static JNINativeMethod gMethods[] =
89 gMethods, NELEM(gMethods));
  /external/srec/srec_jni/
android_speech_srec_MicrophoneInputStream.cpp 109 static JNINativeMethod gMethods[] = {
140 if (env->RegisterNatives(clazz, gMethods,
141 sizeof(gMethods) / sizeof(gMethods[0])) < 0) {

Completed in 2248 milliseconds

1 2 3 4 5