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

1 2 3 4 5 6 7 8 910

  /system/core/include/utils/
misc.h 26 #ifndef NELEM
27 # define NELEM(x) ((int) (sizeof(x) / sizeof((x)[0])))
  /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_lang_Double.cpp 59 return jniRegisterNativeMethods(env, "java/lang/Double", gMethods, NELEM(gMethods));
java_lang_Float.cpp 58 return jniRegisterNativeMethods(env, "java/lang/Float", 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));
  /frameworks/base/services/jni/
com_android_server_SystemServer.cpp 48 gMethods, NELEM(gMethods));
com_android_server_VibratorService.cpp 58 method_table, NELEM(method_table));
  /frameworks/native/opengl/libs/
hooks.h 38 #undef NELEM
39 #define NELEM(x) (sizeof(x)/sizeof(*(x)))
  /frameworks/webview/chromium/plat_support/
draw_gl_functor.cpp 33 #define NELEM(x) ((int) (sizeof(x) / sizeof((x)[0])))
67 COMPILE_ASSERT(NELEM(aw_info.transform) == NELEM(gl_info->transform),
69 for (int i = 0; i < NELEM(aw_info.transform); ++i) {
154 int res = env->RegisterNatives(clazz, kJniMethods, NELEM(kJniMethods));
graphics_utils.cpp 35 #define NELEM(x) ((int) (sizeof(x) / sizeof((x)[0])))
141 int res = env->RegisterNatives(clazz, kJniMethods, NELEM(kJniMethods));
  /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_server_NetworkManagementSocketTagger.cpp 94 return jniRegisterNativeMethods(env, "com/android/server/NetworkManagementSocketTagger", gQTagUidMethods, NELEM(gQTagUidMethods));
android_text_AndroidBidi.cpp 67 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));
  /packages/apps/Nfc/nci/jni/
NativeP2pDevice.cpp 91 gMethods, NELEM(gMethods));
  /art/jdwpspy/
Common.h 18 #define NELEM(x) (sizeof(x) / sizeof((x)[0]))

Completed in 676 milliseconds

1 2 3 4 5 6 7 8 910