HomeSort by relevance Sort by last modified time
    Searched defs:gMethods (Results 26 - 50 of 98) sorted by null

12 3 4

  /libcore/luni/src/main/native/
java_util_regex_Pattern.cpp 94 static JNINativeMethod gMethods[] = {
99 return jniRegisterNativeMethods(env, "java/util/regex/Pattern", gMethods, NELEM(gMethods));
libcore_icu_NativePluralRules.cpp 58 static JNINativeMethod gMethods[] = {
64 return jniRegisterNativeMethods(env, "libcore/icu/NativePluralRules", gMethods, NELEM(gMethods));
java_io_File.cpp 165 static JNINativeMethod gMethods[] = {
172 return jniRegisterNativeMethods(env, "java/io/File", gMethods, NELEM(gMethods));
java_lang_Math.cpp 110 static JNINativeMethod gMethods[] = {
135 return jniRegisterNativeMethods(env, "java/lang/Math", gMethods, NELEM(gMethods));
java_lang_RealToString.cpp 237 static JNINativeMethod gMethods[] = {
241 return jniRegisterNativeMethods(env, "java/lang/RealToString", gMethods, NELEM(gMethods));
java_lang_StrictMath.cpp 121 static JNINativeMethod gMethods[] = {
149 return jniRegisterNativeMethods(env, "java/lang/StrictMath", gMethods, NELEM(gMethods));
java_util_zip_Deflater.cpp 137 static JNINativeMethod gMethods[] = {
150 return jniRegisterNativeMethods(env, "java/util/zip/Deflater", gMethods, NELEM(gMethods));
java_util_zip_Inflater.cpp 159 static JNINativeMethod gMethods[] = {
172 return jniRegisterNativeMethods(env, "java/util/zip/Inflater", gMethods, NELEM(gMethods));
  /frameworks/base/core/jni/
android_content_res_ObbScanner.cpp 77 static JNINativeMethod gMethods[] = {
105 return AndroidRuntime::registerNativeMethods(env, "android/content/res/ObbScanner", gMethods,
106 NELEM(gMethods));
android_text_AndroidCharacter.cpp 179 static JNINativeMethod gMethods[] = {
195 gMethods, NELEM(gMethods));
android_content_res_Configuration.cpp 76 static JNINativeMethod gMethods[] = {
126 return AndroidRuntime::registerNativeMethods(env, "android/content/res/Configuration", gMethods,
127 NELEM(gMethods));
android_hardware_SensorManager.cpp 162 static JNINativeMethod gMethods[] = {
183 gMethods, NELEM(gMethods));
android_nfc_NdefMessage.cpp 173 static JNINativeMethod gMethods[] = {
179 return jniRegisterNativeMethods(e, "android/nfc/NdefMessage", gMethods, NELEM(gMethods));
android_nfc_NdefRecord.cpp 173 static JNINativeMethod gMethods[] = {
180 return jniRegisterNativeMethods(e, "android/nfc/NdefRecord", gMethods, NELEM(gMethods));
android_util_Log.cpp 131 static JNINativeMethod gMethods[] = {
153 return AndroidRuntime::registerNativeMethods(env, "android/util/Log", gMethods, NELEM(gMethods));
android_view_Display.cpp 99 static JNINativeMethod gMethods[] = {
127 kClassPathName, gMethods, NELEM(gMethods));
com_android_internal_os_ZygoteInit.cpp 291 static JNINativeMethod gMethods[] = {
319 "com/android/internal/os/ZygoteInit", gMethods, NELEM(gMethods));
  /cts/apps/CtsVerifier/jni/verifier/
com_android_cts_verifier_os_FileUtils.cpp 84 static JNINativeMethod gMethods[] = {
111 return env->RegisterNatives(clazz, gMethods,
112 sizeof(gMethods) / sizeof(JNINativeMethod));
  /cts/tests/jni/
android_os_cts_FileUtils.cpp 111 static JNINativeMethod gMethods[] = {
140 return env->RegisterNatives(clazz, gMethods,
141 sizeof(gMethods) / sizeof(JNINativeMethod));
  /cts/tests/tests/permission/jni/
android_permission_cts_FileUtils.cpp 90 static JNINativeMethod gMethods[] = {
117 return env->RegisterNatives(clazz, gMethods,
118 sizeof(gMethods) / sizeof(JNINativeMethod));
  /device/sample/frameworks/PlatformLibrary/jni/
PlatformLibrary.cpp 173 static const JNINativeMethod gMethods[] = {
237 if (env->RegisterNatives(clazz, gMethods,
238 sizeof(gMethods) / sizeof(gMethods[0])) != JNI_OK)
  /frameworks/base/media/jni/
android_media_AmrInputStream.cpp 122 static JNINativeMethod gMethods[] = {
136 kClassPathName, gMethods, NELEM(gMethods));
  /packages/apps/Nfc/jni/
com_android_nfc_NativeLlcpConnectionlessSocket.cpp 240 static JNINativeMethod gMethods[] =
254 gMethods, NELEM(gMethods));
com_android_nfc_NativeLlcpServiceSocket.cpp 210 static JNINativeMethod gMethods[] =
224 gMethods, NELEM(gMethods));
com_android_nfc_NativeLlcpSocket.cpp 434 static JNINativeMethod gMethods[] =
462 "com/android/nfc/nxp/NativeLlcpSocket",gMethods, NELEM(gMethods));

Completed in 797 milliseconds

12 3 4