HomeSort by relevance Sort by last modified time
    Searched refs:NELEM (Results 1 - 25 of 237) 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 34 jniRegisterNativeMethods(env, "libcore/io/AsynchronousCloseMonitor", gMethods, NELEM(gMethods));
sun_misc_Unsafe.cpp 30 jniRegisterNativeMethods(env, "sun/misc/Unsafe", 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));
  /packages/apps/Nfc/nci/jni/
NativeP2pDevice.cpp 89 gMethods, NELEM(gMethods));
  /frameworks/native/opengl/libs/
hooks.h 40 #undef NELEM
41 #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_server_NetworkManagementSocketTagger.cpp 94 return jniRegisterNativeMethods(env, "com/android/server/NetworkManagementSocketTagger", gQTagUidMethods, NELEM(gQTagUidMethods));
android_text_AndroidBidi.cpp 67 gMethods, NELEM(gMethods));
android_view_SurfaceSession.cpp 71 gMethods, NELEM(gMethods));
  /libcore/dalvik/src/main/native/
org_apache_harmony_dalvik_NativeTestTarget.cpp 42 return jniRegisterNativeMethods(env, "org/apache/harmony/dalvik/NativeTestTarget", gMethods, NELEM(gMethods));
  /development/tools/jdwpspy/
Common.h 17 #define NELEM(x) (sizeof(x) / sizeof((x)[0]))

Completed in 518 milliseconds

1 2 3 4 5 6 7 8 910