HomeSort by relevance Sort by last modified time
    Searched refs:NELEM (Results 1 - 25 of 228) sorted by null

1 2 3 4 5 6 7 8 910

  /frameworks/native/include/utils/
misc.h 27 #ifndef NELEM
28 # define NELEM(x) ((int) (sizeof(x) / sizeof((x)[0])))
  /frameworks/base/services/jni/
com_android_server_SystemServer.cpp 42 gMethods, NELEM(gMethods));
com_android_server_VibratorService.cpp 58 method_table, NELEM(method_table));
  /libcore/luni/src/main/native/
java_nio_ByteOrder.cpp 31 jniRegisterNativeMethods(env, "java/nio/ByteOrder", gMethods, NELEM(gMethods));
libcore_io_AsynchronousCloseMonitor.cpp 35 jniRegisterNativeMethods(env, "libcore/io/AsynchronousCloseMonitor", gMethods, NELEM(gMethods));
java_io_Console.cpp 50 jniRegisterNativeMethods(env, "java/io/Console", gMethods, NELEM(gMethods));
java_util_zip_Adler32.cpp 44 jniRegisterNativeMethods(env, "java/util/zip/Adler32", gMethods, NELEM(gMethods));
java_util_zip_CRC32.cpp 44 jniRegisterNativeMethods(env, "java/util/zip/CRC32", gMethods, NELEM(gMethods));
  /frameworks/base/core/tests/coretests/apks/install_jni_lib/
com_android_frameworks_coretests_JNITest.cpp 32 NELEM(sMethods));
  /libcore/dalvik/src/main/native/
org_apache_harmony_dalvik_NativeTestTarget.cpp 61 gMethods, NELEM(gMethods));
  /dalvik/dvz/
dvz.cpp 27 #ifndef NELEM
28 # define NELEM(x) ((int) (sizeof(x) / sizeof((x)[0])))
75 for (i = 0; i < NELEM(forward_signals); i++) {
  /frameworks/native/opengl/libs/
hooks.h 38 #undef NELEM
39 #define NELEM(x) (sizeof(x)/sizeof(*(x)))
  /frameworks/base/core/jni/
android_database_SQLiteGlobal.cpp 86 sMethods, NELEM(sMethods));
android_hardware_UsbDevice.cpp 58 method_table, NELEM(method_table));
android_animation_PropertyValuesHolder.cpp 76 kClassPathName, gMethods, NELEM(gMethods));
android_database_SQLiteDebug.cpp 86 gMethods, NELEM(gMethods));
android_debug_JNITest.cpp 106 gMethods, NELEM(gMethods));
android_graphics_PixelFormat.cpp 101 kClassPathName, gMethods, NELEM(gMethods));
android_os_FileUtils.cpp 90 methods, NELEM(methods));
android_os_SystemClock.cpp 146 "android/os/SystemClock", gMethods, NELEM(gMethods));
android_os_Trace.cpp 66 gTraceMethods, NELEM(gTraceMethods));
android_server_NetworkManagementSocketTagger.cpp 94 return jniRegisterNativeMethods(env, "com/android/server/NetworkManagementSocketTagger", gQTagUidMethods, NELEM(gQTagUidMethods));
  /packages/apps/Nfc/nci/jni/
NativeP2pDevice.cpp 89 gMethods, NELEM(gMethods));
  /development/samples/BrowserPlugin/jni/
jni-bridge.cpp 79 gPaintSurfaceMethods, NELEM(gPaintSurfaceMethods));
  /development/tools/jdwpspy/
Common.h 17 #define NELEM(x) (sizeof(x) / sizeof((x)[0]))

Completed in 2716 milliseconds

1 2 3 4 5 6 7 8 910