HomeSort by relevance Sort by last modified time
    Searched defs:NELEM (Results 1 - 15 of 15) sorted by null

  /external/conscrypt/src/openjdk/native/
JNIHelp.h 32 #ifndef NELEM
33 # define NELEM(x) ((int) (sizeof(x) / sizeof((x)[0])))
  /system/core/include/utils/
misc.h 26 #ifndef NELEM
27 # define NELEM(x) ((int) (sizeof(x) / sizeof((x)[0])))
  /frameworks/minikin/tests/
WordBreakerTests.cpp 28 #ifndef NELEM
29 #define NELEM(x) ((sizeof(x) / sizeof((x)[0])))
42 breaker.setText(buf, NELEM(buf));
49 EXPECT_EQ((ssize_t)NELEM(buf), breaker.next()); // end
60 breaker.setText(buf, NELEM(buf));
66 EXPECT_EQ((ssize_t)NELEM(buf), breaker.next()); // end
76 breaker.setText(buf, NELEM(buf));
83 EXPECT_EQ((ssize_t)NELEM(buf), breaker.next()); // end of string
85 EXPECT_EQ((ssize_t)NELEM(buf), breaker.wordEnd());
93 breaker.setText(buf, NELEM(buf))
    [all...]
  /external/conscrypt/src/compat/native/
JNIHelp.h 32 #ifndef NELEM
33 # define NELEM(x) ((int) (sizeof(x) / sizeof((x)[0])))
  /libnativehelper/include/nativehelper/
JNIHelp.h 32 #ifndef NELEM
33 # define NELEM(x) ((int) (sizeof(x) / sizeof((x)[0])))
  /frameworks/native/opengl/libs/
hooks.h 39 #undef NELEM
40 #define NELEM(x) (sizeof(x)/sizeof(*(x)))
  /frameworks/webview/chromium/plat_support/
graphics_utils.cpp 34 #define NELEM(x) ((int) (sizeof(x) / sizeof((x)[0])))
122 int res = env->RegisterNatives(clazz, kJniMethods, NELEM(kJniMethods));
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));
  /frameworks/webview/chromium/loader/
loader.cpp 37 #define NELEM(x) ((int) (sizeof(x) / sizeof((x)[0])))
213 env->RegisterNatives(clazz, kJniMethods, NELEM(kJniMethods));
  /external/jhead/
main.c 47 #ifndef NELEM
48 #define NELEM(x) ((int)(sizeof(x) / sizeof((x)[0])))
809 methods, NELEM(methods));
  /frameworks/native/cmds/atrace/
atrace.cpp 47 #define NELEM(x) ((int) (sizeof(x) / sizeof((x)[0])))
189 static bool g_categoryEnables[NELEM(k_categories)] = {};
574 for (int i = 0; i < NELEM(k_categories); i++) {
673 for (int i = 0; i < NELEM(k_categories); i++) {
733 for (int i = 0; i < NELEM(k_categories); i++) {
742 for (int i = 0; i < NELEM(k_categories); i++) {
765 for (int i = 0; i < NELEM(k_categories); i++) {
962 for (int i = 0; i < NELEM(k_categories); i++) {
    [all...]
  /frameworks/rs/cpp/
ScriptIntrinsicBLAS.cpp 21 #define NELEM(m) (sizeof(m) / sizeof((m)[0]))
109 tryDispatch(mRS, RS::dispatch->ScriptForEachMulti(con, id, 0, in_allocs, NELEM(in_allocs), nullptr,
123 tryDispatch(mRS, RS::dispatch->ScriptForEachMulti(con, id, 0, in_allocs, NELEM(in_allocs), nullptr,
136 tryDispatch(mRS, RS::dispatch->ScriptForEachMulti(con, id, 0, in_allocs, NELEM(in_allocs), nullptr,
149 tryDispatch(mRS, RS::dispatch->ScriptForEachMulti(con, id, 0, in_allocs, NELEM(in_allocs), nullptr,
170 tryDispatch(mRS, RS::dispatch->ScriptForEachMulti(con, id, 0, in_allocs, NELEM(in_allocs), nullptr,
    [all...]
  /frameworks/native/opengl/libagl/
egl.cpp 50 #undef NELEM
51 #define NELEM(x) (sizeof(x)/sizeof(*(x)))
    [all...]
  /frameworks/support/v8/renderscript/jni/
android_renderscript_RenderScript.cpp 36 #define NELEM(m) (sizeof(m) / sizeof((m)[0]))
613 in_allocs, NELEM(in_allocs), nullptr,
617 in_allocs, NELEM(in_allocs), nullptr,
653 in_allocs, NELEM(in_allocs), nullptr,
657 in_allocs, NELEM(in_allocs), nullptr,
    [all...]
  /external/mksh/src/
sh.h 495 #define NELEM(a) (sizeof(a) / sizeof((a)[0]))
    [all...]

Completed in 459 milliseconds