/frameworks/rs/rsov/driver/ |
H A D | rsovCore.h | 38 #define NELEM(x) (sizeof(x) / sizeof((x)[0])) macro
|
/frameworks/minikin/tests/unittest/ |
H A D | WordBreakerTests.cpp | 29 #ifndef NELEM 30 #define NELEM(x) ((sizeof(x) / sizeof((x)[0]))) macro 43 breaker.setText(buf, NELEM(buf)); 50 EXPECT_EQ((ssize_t)NELEM(buf), breaker.next()); // end 61 breaker.setText(buf, NELEM(buf)); 67 EXPECT_EQ((ssize_t)NELEM(buf), breaker.next()); // end 78 breaker.setText(buf, NELEM(buf)); 80 EXPECT_EQ((ssize_t)NELEM(buf), breaker.next()); 82 EXPECT_EQ((ssize_t)NELEM(buf), breaker.wordEnd()); 90 breaker.setText(buf, NELEM(bu [all...] |
H A D | HyphenatorTest.cpp | 23 #ifndef NELEM 24 #define NELEM(x) ((sizeof(x) / sizeof((x)[0]))) macro 57 hyphenator->hyphenate(&result, word, NELEM(word), usLocale); 71 hyphenator->hyphenate(&result, word, NELEM(word), catalanLocale); 85 hyphenator->hyphenate(&result, word, NELEM(word), catalanLocale); 97 hyphenator->hyphenate(&result, word, NELEM(word), polishLocale); 109 hyphenator->hyphenate(&result, word, NELEM(word), polishLocale); 122 hyphenator->hyphenate(&result, word, NELEM(word), polishLocale); 134 hyphenator->hyphenate(&result, word, NELEM(word), usLocale); 146 hyphenator->hyphenate(&result, word, NELEM(wor [all...] |
/frameworks/base/apct-tests/perftests/core/jni/ |
H A D | SystemPerfTest.cpp | 19 #define NELEM(x) ((int) (sizeof(x) / sizeof((x)[0]))) macro 77 sMethods, NELEM(sMethods)) == -1) {
|
/frameworks/native/opengl/libs/ |
H A D | hooks.h | 39 #undef NELEM macro 40 #define NELEM(x) (sizeof(x)/sizeof(*(x))) macro
|
/frameworks/webview/chromium/plat_support/ |
H A D | graphics_utils.cpp | 34 #define NELEM(x) ((int) (sizeof(x) / sizeof((x)[0]))) macro 108 int res = env->RegisterNatives(clazz, kJniMethods, NELEM(kJniMethods));
|
H A D | draw_gl_functor.cpp | 33 #define NELEM(x) ((int) (sizeof(x) / sizeof((x)[0]))) macro 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/base/native/webview/loader/ |
H A D | loader.cpp | 37 #define NELEM(x) ((int) (sizeof(x) / sizeof((x)[0]))) macro 240 env->RegisterNatives(clazz, kJniMethods, NELEM(kJniMethods));
|
/frameworks/rs/cpp/ |
H A D | ScriptIntrinsicBLAS.cpp | 21 #define NELEM(m) (sizeof(m) / sizeof((m)[0])) macro 115 tryDispatch(mRS, RS::dispatch->ScriptForEachMulti(con, id, 0, in_allocs, NELEM(in_allocs), nullptr, 129 tryDispatch(mRS, RS::dispatch->ScriptForEachMulti(con, id, 0, in_allocs, NELEM(in_allocs), nullptr, 142 tryDispatch(mRS, RS::dispatch->ScriptForEachMulti(con, id, 0, in_allocs, NELEM(in_allocs), nullptr, 155 tryDispatch(mRS, RS::dispatch->ScriptForEachMulti(con, id, 0, in_allocs, NELEM(in_allocs), nullptr, 176 tryDispatch(mRS, RS::dispatch->ScriptForEachMulti(con, id, 0, in_allocs, NELEM(in_allocs), nullptr,
|
/frameworks/native/opengl/libagl/ |
H A D | egl.cpp | 51 #undef NELEM macro 52 #define NELEM(x) (sizeof(x)/sizeof(*(x))) macro 1064 { config_0_attribute_list, NELEM(config_0_attribute_list) }, 1065 { config_1_attribute_list, NELEM(config_1_attribute_list) }, 1066 { config_2_attribute_list, NELEM(config_2_attribute_list) }, 1067 { config_3_attribute_list, NELEM(config_3_attribute_list) }, 1068 { config_4_attribute_list, NELEM(config_4_attribute_list) }, 1069 { config_5_attribute_list, NELEM(config_5_attribute_list) }, 1070 { config_6_attribute_list, NELEM(config_6_attribute_list) }, 1071 { config_7_attribute_list, NELEM(config_7_attribute_lis [all...] |
/frameworks/rs/support/jni/ |
H A D | android_renderscript_RenderScript.cpp | 36 #define NELEM(m) (sizeof(m) / sizeof((m)[0])) macro 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, 696 in_allocs, NELEM(in_allocs), nullptr, 700 in_allocs, NELEM(in_allocs), nullptr, 739 in_allocs, NELEM(in_allocs), nullptr, 743 in_allocs, NELEM(in_allocs), nullptr, 772 in_allocs, NELEM(in_alloc [all...] |