HomeSort by relevance Sort by last modified time
    Searched refs:gMethods (Results 101 - 108 of 108) sorted by null

1 2 3 45

  /libcore/luni/src/main/native/
java_math_NativeBN.cpp 514 static JNINativeMethod gMethods[] = {
557 return jniRegisterNativeMethods(env, "java/math/NativeBN", gMethods, NELEM(gMethods));
libcore_icu_ICU.cpp 726 static JNINativeMethod gMethods[] = {
    [all...]
libcore_io_OsConstants.cpp 445 static JNINativeMethod gMethods[] = {
449 return jniRegisterNativeMethods(env, "libcore/io/OsConstants", gMethods, NELEM(gMethods));
libcore_io_Posix.cpp     [all...]
  /packages/apps/Nfc/jni/
com_android_nfc_NativeNfcTag.cpp     [all...]
com_android_nfc_NativeNfcManager.cpp     [all...]
  /frameworks/base/core/jni/
android_view_GLES20Canvas.cpp 772 static JNINativeMethod gMethods[] = {
    [all...]
  /frameworks/base/media/libdrm/mobile1/src/jni/
drm1_jni.c 1111 JNINativeMethod* gMethods, int numMethods)
1119 if ((*env)->RegisterNatives(env, clazz, gMethods, numMethods) < 0)

Completed in 354 milliseconds

1 2 3 45