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

1 2 3 4 5 6 7 8 91011>>

  /system/core/include/utils/
misc.h 26 #ifndef NELEM
27 # define NELEM(x) ((int) (sizeof(x) / sizeof((x)[0])))
  /frameworks/base/core/jni/android/graphics/
ColorFilter.cpp 78 NELEM(colorfilter_methods));
80 NELEM(porterduff_methods));
82 NELEM(lighting_methods));
84 colormatrix_methods, NELEM(colormatrix_methods));
Xfermode.cpp 64 NELEM(gXfermodeMethods));
66 NELEM(gXfermodeMethods));
68 NELEM(gAvoidMethods));
70 NELEM(gPixelXorMethods));
PathEffect.cpp 105 NELEM(gPathEffectMethods));
107 gComposePathEffectMethods, NELEM(gComposePathEffectMethods));
109 NELEM(gSumPathEffectMethods));
111 NELEM(gDashPathEffectMethods));
113 gPathDashPathEffectMethods, NELEM(gPathDashPathEffectMethods));
115 gCornerPathEffectMethods, NELEM(gCornerPathEffectMethods));
117 gDiscretePathEffectMethods, NELEM(gDiscretePathEffectMethods));
CanvasProperty.cpp 49 NELEM(gMethods));
MaskFilter.cpp 85 NELEM(gMaskFilterMethods));
87 NELEM(gBlurMaskFilterMethods));
89 gEmbossMaskFilterMethods, NELEM(gEmbossMaskFilterMethods));
91 NELEM(gTableMaskFilterMethods));
DrawFilter.cpp 110 NELEM(drawfilter_methods));
112 NELEM(paintflags_methods));
Rasterizer.cpp 70 NELEM(gRasterizerMethods));
96 gLayerRasterizerMethods, NELEM(gLayerRasterizerMethods));
  /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_FileDescriptor.cpp 36 jniRegisterNativeMethods(env, "java/io/FileDescriptor", gMethods, NELEM(gMethods));
java_lang_Double.cpp 49 jniRegisterNativeMethods(env, "java/lang/Double", gMethods, NELEM(gMethods));
java_lang_Float.cpp 49 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/core/jni/
com_android_server_SystemServer.cpp 48 gMethods, NELEM(gMethods));
com_android_server_VibratorService.cpp 58 method_table, NELEM(method_table));
  /frameworks/base/core/jni/
com_android_internal_util_VirtualRefBasePtr.cpp 45 return RegisterMethodsOrDie(env, kClassPathName, gMethods, NELEM(gMethods));
android_database_SQLiteGlobal.cpp 89 sMethods, NELEM(sMethods));
android_hardware_UsbDevice.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])))
69 COMPILE_ASSERT(NELEM(aw_info.transform) == NELEM(gl_info->transform),
71 for (int i = 0; i < NELEM(aw_info.transform); ++i) {
150 int res = env->RegisterNatives(clazz, kJniMethods, NELEM(kJniMethods));
  /libcore/dalvik/src/main/native/
org_apache_harmony_dalvik_NativeTestTarget.cpp 42 return jniRegisterNativeMethods(env, "org/apache/harmony/dalvik/NativeTestTarget", gMethods, NELEM(gMethods));

Completed in 404 milliseconds

1 2 3 4 5 6 7 8 91011>>