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

1 23 4

  /libcore/luni/src/main/native/
java_util_zip_Deflater.cpp 134 static JNINativeMethod gMethods[] = {
149 return jniRegisterNativeMethods(env, "java/util/zip/Deflater", gMethods, NELEM(gMethods));
NativeBidi.cpp 174 static JNINativeMethod gMethods[] = {
189 gMethods, NELEM(gMethods));
NativeCollation.cpp 178 static JNINativeMethod gMethods[] = {
202 gMethods, NELEM(gMethods));
java_lang_StrictMath.cpp 142 static JNINativeMethod gMethods[] = {
171 return jniRegisterNativeMethods(env, "java/lang/StrictMath", gMethods, NELEM(gMethods));
java_net_InetAddress.cpp 328 static JNINativeMethod gMethods[] = {
336 return jniRegisterNativeMethods(env, "java/net/InetAddress", gMethods, NELEM(gMethods));
java_net_NetworkInterface.cpp 219 static JNINativeMethod gMethods[] = {
229 return jniRegisterNativeMethods(env, "java/net/NetworkInterface", gMethods, NELEM(gMethods));
java_nio_charset_Charsets.cpp 240 static JNINativeMethod gMethods[] = {
248 return jniRegisterNativeMethods(env, "java/nio/charset/Charsets", gMethods, NELEM(gMethods));
java_util_regex_Matcher.cpp 201 static JNINativeMethod gMethods[] = {
216 return jniRegisterNativeMethods(env, "java/util/regex/Matcher", gMethods, NELEM(gMethods));
java_util_zip_Inflater.cpp 169 static JNINativeMethod gMethods[] = {
185 return jniRegisterNativeMethods(env, "java/util/zip/Inflater", gMethods, NELEM(gMethods));
  /packages/apps/Nfc/jni/
com_android_nfc_NativeLlcpConnectionlessSocket.cpp 210 static JNINativeMethod gMethods[] =
232 gMethods, NELEM(gMethods));
com_android_nfc_NativeLlcpSocket.cpp 363 static JNINativeMethod gMethods[] =
395 "com/android/nfc/NativeLlcpSocket",gMethods, NELEM(gMethods));
com_android_nfc_NativeNfcTag.cpp 574 static JNINativeMethod gMethods[] =
600 gMethods, NELEM(gMethods));
com_android_nfc_NativeP2pDevice.cpp 388 static JNINativeMethod gMethods[] =
410 gMethods, NELEM(gMethods));
  /packages/inputmethods/LatinIME/native/jni/
com_android_inputmethod_latin_BinaryDictionary.cpp 132 static JNINativeMethod gMethods[] = {
142 JNINativeMethod* gMethods, int numMethods)
152 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) {
164 kClassPathName, gMethods, sizeof(gMethods) / sizeof(gMethods[0]));
  /frameworks/base/core/jni/android/graphics/
Movie.cpp 122 static JNINativeMethod gMethods[] = {
154 gMethods, SK_ARRAY_COUNT(gMethods));
  /frameworks/base/core/jni/
android_database_SQLiteDebug.cpp 188 static JNINativeMethod gMethods[] =
227 gMethods, NELEM(gMethods));
android_media_AudioSystem.cpp 197 static JNINativeMethod gMethods[] = {
221 "android/media/AudioSystem", gMethods, NELEM(gMethods));
android_media_JetPlayer.cpp 480 static JNINativeMethod gMethods[] = {
540 kClassPathName, gMethods, NELEM(gMethods));
android_emoji_EmojiFactory.cpp 255 static JNINativeMethod gMethods[] = {
305 gMethods, NELEM(gMethods));
android_os_Debug.cpp 281 static JNINativeMethod gMethods[] = {
320 return jniRegisterNativeMethods(env, "android/os/Debug", gMethods, NELEM(gMethods));
android_util_EventLog.cpp 264 static struct { jclass *c; const char *name, *mt; jmethodID *id; } gMethods[] = {
288 for (int i = 0; i < NELEM(gMethods); ++i) {
289 *gMethods[i].id = env->GetMethodID(
290 *gMethods[i].c, gMethods[i].name, gMethods[i].mt);
291 if (*gMethods[i].id == NULL) {
292 LOGE("Can't find method: %s\n", gMethods[i].name);
  /frameworks/base/media/jni/
android_media_AmrInputStream.cpp 135 static JNINativeMethod gMethods[] = {
149 kClassPathName, gMethods, NELEM(gMethods));
android_media_MediaRecorder.cpp 460 static JNINativeMethod gMethods[] = {
491 "android/media/MediaRecorder", gMethods, NELEM(gMethods));
  /frameworks/base/media/jni/soundpool/
android_media_SoundPool.cpp 219 static JNINativeMethod gMethods[] = {
319 if (AndroidRuntime::registerNativeMethods(env, kClassPathName, gMethods, NELEM(gMethods)) < 0)
  /libcore/dalvik/src/main/native/
dalvik_system_TouchDex.cpp 261 static JNINativeMethod gMethods[] = {
266 return jniRegisterNativeMethods(env, JAVA_PACKAGE "/TouchDex", gMethods, NELEM(gMethods));

Completed in 386 milliseconds

1 23 4