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_nio_ByteOrder.cpp 27 static JNINativeMethod gMethods[] = {
31 return jniRegisterNativeMethods(env, "java/nio/ByteOrder", gMethods, NELEM(gMethods));
java_io_Console.cpp 50 static JNINativeMethod gMethods[] = {
55 return jniRegisterNativeMethods(env, "java/io/Console", gMethods, NELEM(gMethods));
java_io_FileDescriptor.cpp 44 static JNINativeMethod gMethods[] = {
48 return jniRegisterNativeMethods(env, "java/io/FileDescriptor", gMethods, NELEM(gMethods));
java_io_ObjectOutputStream.cpp 67 static JNINativeMethod gMethods[] = {
79 return jniRegisterNativeMethods(env, "java/io/ObjectOutputStream", gMethods, NELEM(gMethods));
java_lang_System.cpp 56 static JNINativeMethod gMethods[] = {
62 return jniRegisterNativeMethods(env, "java/lang/System", 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));
NativeIDN.cpp 62 static JNINativeMethod gMethods[] = {
66 return jniRegisterNativeMethods(env, "libcore/icu/NativeIDN", gMethods, NELEM(gMethods));
NativeNormalizer.cpp 44 static JNINativeMethod gMethods[] = {
49 return jniRegisterNativeMethods(env, "libcore/icu/NativeNormalizer", gMethods, NELEM(gMethods));
java_io_ObjectInputStream.cpp 77 static JNINativeMethod gMethods[] = {
90 return jniRegisterNativeMethods(env, "java/io/ObjectInputStream", gMethods, NELEM(gMethods));
java_io_ObjectStreamClass.cpp 50 static JNINativeMethod gMethods[] = {
57 return jniRegisterNativeMethods(env, "java/io/ObjectStreamClass", gMethods, NELEM(gMethods));
java_lang_Double.cpp 53 static JNINativeMethod gMethods[] = {
59 return jniRegisterNativeMethods(env, "java/lang/Double", gMethods, NELEM(gMethods));
java_lang_Float.cpp 52 static JNINativeMethod gMethods[] = {
58 return jniRegisterNativeMethods(env, "java/lang/Float", gMethods, NELEM(gMethods));
libcore_io_IoUtils.cpp 66 static JNINativeMethod gMethods[] = {
74 return jniRegisterNativeMethods(env, "libcore/io/IoUtils", 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));
  /libcore/dalvik/src/main/native/
org_apache_harmony_dalvik_NativeTestTarget.cpp 53 static JNINativeMethod gMethods[] = {
61 gMethods, NELEM(gMethods));
  /frameworks/base/core/jni/
android_os_SystemClock.cpp 85 static JNINativeMethod gMethods[] = {
99 "android/os/SystemClock", gMethods, NELEM(gMethods));
android_os_UEventObserver.cpp 50 static JNINativeMethod gMethods[] = {
67 "android/os/UEventObserver", gMethods, NELEM(gMethods));
android_debug_JNITest.cpp 96 static JNINativeMethod gMethods[] = {
106 gMethods, NELEM(gMethods));
android_graphics_PixelFormat.cpp 89 static JNINativeMethod gMethods[] = {
106 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_security_Md5MessageDigest.cpp 97 static JNINativeMethod gMethods[] =
123 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 319 milliseconds

1 2 3 4