HomeSort by relevance Sort by last modified time
    Searched refs:NELEM (Results 76 - 100 of 285) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/base/services/core/jni/
com_android_server_input_InputApplicationHandle.cpp 139 gInputApplicationHandleMethods, NELEM(gInputApplicationHandleMethods));
com_android_server_lights_LightsService.cpp 138 method_table, NELEM(method_table));
com_android_server_AssetAtlasService.cpp 213 return jniRegisterNativeMethods(env, kClassPathName, gMethods, NELEM(gMethods));
com_android_server_power_PowerManagerService.cpp 201 gPowerManagerServiceMethods, NELEM(gPowerManagerServiceMethods));
  /frameworks/opt/net/voip/src/jni/rtp/
RtpStream.cpp 108 env->RegisterNatives(clazz, gMethods, NELEM(gMethods)) < 0) {
  /libcore/luni/src/main/native/
java_io_File.cpp 156 jniRegisterNativeMethods(env, "java/io/File", gMethods, NELEM(gMethods));
java_lang_System.cpp 135 jniRegisterNativeMethods(env, "java/lang/System", gMethods, NELEM(gMethods));
libcore_icu_AlphabeticIndex.cpp 204 jniRegisterNativeMethods(env, "libcore/icu/AlphabeticIndex", gMethods, NELEM(gMethods));
205 jniRegisterNativeMethods(env, "libcore/icu/AlphabeticIndex$ImmutableIndex", gImmutableIndexMethods, NELEM(gImmutableIndexMethods));
java_lang_Math.cpp 149 jniRegisterNativeMethods(env, "java/lang/Math", gMethods, NELEM(gMethods));
java_lang_ProcessManager.cpp 236 jniRegisterNativeMethods(env, "java/lang/ProcessManager", gMethods, NELEM(gMethods));
java_util_jar_StrictJarFile.cpp 165 jniRegisterNativeMethods(env, "java/util/jar/StrictJarFile", gMethods, NELEM(gMethods));
  /frameworks/webview/chromium/loader/
loader.cpp 36 #define NELEM(x) ((int) (sizeof(x) / sizeof((x)[0])))
202 env->RegisterNatives(clazz, kJniMethods, NELEM(kJniMethods));
  /frameworks/native/opengl/libagl/
egl.cpp 49 #undef NELEM
50 #define NELEM(x) (sizeof(x)/sizeof(*(x)))
    [all...]
  /frameworks/base/core/jni/android/graphics/
FontFamily.cpp 139 NELEM(gFontFamilyMethods));
  /frameworks/base/core/jni/android/graphics/pdf/
PdfDocument.cpp 164 NELEM(gPdfDocument_Methods));
  /frameworks/base/core/jni/
android_hardware_UsbRequest.cpp 219 method_table, NELEM(method_table));
android_media_RemoteDisplay.cpp 193 int err = RegisterMethodsOrDie(env, "android/media/RemoteDisplay", gMethods, NELEM(gMethods));
android_net_TrafficStats.cpp 195 return RegisterMethodsOrDie(env, "android/net/TrafficStats", gMethods, NELEM(gMethods));
android_opengl_EGLExt.cpp 160 err = android::AndroidRuntime::registerNativeMethods(_env, classPathName, methods, NELEM(methods));
android_os_MemoryFile.cpp 154 return RegisterMethodsOrDie(env, "android/os/MemoryFile", methods, NELEM(methods));
android_os_Trace.cpp 138 gTraceMethods, NELEM(gTraceMethods));
android_text_AndroidCharacter.cpp 196 return RegisterMethodsOrDie(env, "android/text/AndroidCharacter", gMethods, NELEM(gMethods));
android_util_StringBlock.cpp 175 "android/content/res/StringBlock", gStringBlockMethods, NELEM(gStringBlockMethods));
  /frameworks/base/media/jni/
android_media_MediaHTTPConnection.cpp 176 "android/media/MediaHTTPConnection", gMethods, NELEM(gMethods));
  /frameworks/base/packages/PrintSpooler/jni/
com_android_printspooler_util_BitmapSerializeUtils.cpp 176 sMethods, NELEM(sMethods));

Completed in 549 milliseconds

1 2 34 5 6 7 8 91011>>