/external/pixman/test/ |
scaling-crash-test.c | 138 for (i = 0; i < ARRAY_LENGTH (filters); ++i) 140 for (j = 0; j < ARRAY_LENGTH (repeats); ++j)
|
fetch-test.c | 106 int n_test_cases = ARRAY_LENGTH (testcases);
|
/external/chromium_org/third_party/icu/patches/ |
search_collation.patch | 20 +#define ARRAY_LENGTH(array) (sizeof(array)/sizeof(array[0])) 57 + { scKoPat0, scKoSrchOff01, ARRAY_LENGTH(scKoSrchOff01) }, 58 + { scKoPat1, scKoSrchOff01, ARRAY_LENGTH(scKoSrchOff01) }, 59 + { scKoPat2, scKoSrchOff23, ARRAY_LENGTH(scKoSrchOff23) }, 60 + { scKoPat3, scKoSrchOff23, ARRAY_LENGTH(scKoSrchOff23) }, 61 + { scKoPat4, scKoSrchOff45, ARRAY_LENGTH(scKoSrchOff45) }, 62 + { scKoPat5, scKoSrchOff45, ARRAY_LENGTH(scKoSrchOff45) }, 72 + { scKoPat0, scKoStndOff01, ARRAY_LENGTH(scKoStndOff01) }, 73 + { scKoPat1, scKoStndOff01, ARRAY_LENGTH(scKoStndOff01) }, 74 + { scKoPat2, scKoStndOff2, ARRAY_LENGTH(scKoStndOff2) } [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
trietest.c | 34 #define ARRAY_LENGTH(array) (sizeof(array)/sizeof(array[0])) 803 setRanges1, ARRAY_LENGTH(setRanges1), 804 checkRanges1, ARRAY_LENGTH(checkRanges1)); 806 setRanges2, ARRAY_LENGTH(setRanges2), 807 checkRanges2, ARRAY_LENGTH(checkRanges2)); 809 setRanges3, ARRAY_LENGTH(setRanges3), 810 checkRanges3, ARRAY_LENGTH(checkRanges3));
|
nccbtst.c | 31 #define ARRAY_LENGTH(array) (sizeof(array)/sizeof((array)[0])) 581 if(!testConvertFromUnicode(expected, ARRAY_LENGTH(expected), 629 if(!testConvertFromUnicode(expected, ARRAY_LENGTH(expected), 638 if(!testConvertFromUnicode(expected, ARRAY_LENGTH(expected), [all...] |
usrchtst.c | [all...] |
/external/icu4c/test/cintltst/ |
trietest.c | 35 #define ARRAY_LENGTH(array) (sizeof(array)/sizeof(array[0])) 804 setRanges1, ARRAY_LENGTH(setRanges1), 805 checkRanges1, ARRAY_LENGTH(checkRanges1)); 807 setRanges2, ARRAY_LENGTH(setRanges2), 808 checkRanges2, ARRAY_LENGTH(checkRanges2)); 810 setRanges3, ARRAY_LENGTH(setRanges3), 811 checkRanges3, ARRAY_LENGTH(checkRanges3));
|
nccbtst.c | 33 #define ARRAY_LENGTH(array) (sizeof(array)/sizeof((array)[0])) 587 if(!testConvertFromUnicode(expected, ARRAY_LENGTH(expected), 635 if(!testConvertFromUnicode(expected, ARRAY_LENGTH(expected), 644 if(!testConvertFromUnicode(expected, ARRAY_LENGTH(expected), [all...] |
/external/chromium_org/v8/test/cctest/ |
test-mark-compact.cc | 83 int array_length = local 86 Object* obj = heap->AllocateFixedArray(array_length)->ToObjectChecked(); 108 int array_length = local 111 Object* obj = heap->AllocateFixedArray(array_length)->ToObjectChecked();
|
/external/harfbuzz_ng/src/ |
hb-ot-layout.cc | 420 len = ARRAY_LENGTH (lookup_indices); 431 } while (len == ARRAY_LENGTH (lookup_indices)); 461 len = ARRAY_LENGTH (feature_indices); 476 } while (len == ARRAY_LENGTH (feature_indices));
|
hb-ot-shape-complex-arabic-fallback.hh | 123 for (unsigned int first_glyph_idx = 0; first_glyph_idx < ARRAY_LENGTH (first_glyphs); first_glyph_idx++) 141 for (unsigned int second_glyph_idx = 0; second_glyph_idx < ARRAY_LENGTH (ligature_table[0].ligatures); second_glyph_idx++)
|
hb-ot-shape.cc | 103 for (unsigned int i = 0; i < ARRAY_LENGTH (common_features); i++) 107 for (unsigned int i = 0; i < ARRAY_LENGTH (horizontal_features); i++) 112 for (unsigned int i = 0; i < ARRAY_LENGTH (vertical_features); i++)
|
hb-common.cc | 108 for (unsigned int i = 0; i < ARRAY_LENGTH (direction_strings); i++) 119 < ARRAY_LENGTH (direction_strings)))
|
hb-ot-map.cc | 44 len = ARRAY_LENGTH (lookup_indices); 61 } while (len == ARRAY_LENGTH (lookup_indices));
|
hb-ot-shape-complex-sea.cc | 94 for (unsigned int i = 0; i < ARRAY_LENGTH (basic_features); i++) 100 for (unsigned int i = 0; i < ARRAY_LENGTH (other_features); i++)
|
hb-private.hh | 83 #undef ARRAY_LENGTH 85 static inline unsigned int ARRAY_LENGTH (const Type (&)[n]) { return n; } 293 allocated = ARRAY_LENGTH (static_array); 858 len = MIN (ARRAY_LENGTH (buf) - 1, len);
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-ot-map.cc | 49 len = ARRAY_LENGTH (lookup_indices); 69 } while (len == ARRAY_LENGTH (lookup_indices));
|
hb-ot-shape-complex-arabic-fallback.hh | 123 for (unsigned int first_glyph_idx = 0; first_glyph_idx < ARRAY_LENGTH (first_glyphs); first_glyph_idx++) 141 for (unsigned int second_glyph_idx = 0; second_glyph_idx < ARRAY_LENGTH (ligature_table[0].ligatures); second_glyph_idx++)
|
hb-ot-shape.cc | 94 for (unsigned int i = 0; i < ARRAY_LENGTH (common_features); i++) 98 for (unsigned int i = 0; i < ARRAY_LENGTH (horizontal_features); i++) 103 for (unsigned int i = 0; i < ARRAY_LENGTH (vertical_features); i++)
|
hb-common.cc | 139 for (unsigned int i = 0; i < ARRAY_LENGTH (direction_strings); i++) 160 < ARRAY_LENGTH (direction_strings)))
|
hb-ot-shape-complex-sea.cc | 94 for (unsigned int i = 0; i < ARRAY_LENGTH (basic_features); i++) 100 for (unsigned int i = 0; i < ARRAY_LENGTH (other_features); i++)
|
hb-ot-layout.cc | 446 len = ARRAY_LENGTH (lookup_indices); 457 } while (len == ARRAY_LENGTH (lookup_indices)); 487 len = ARRAY_LENGTH (feature_indices); 502 } while (len == ARRAY_LENGTH (feature_indices));
|
hb-private.hh | 86 #undef ARRAY_LENGTH 88 static inline unsigned int ARRAY_LENGTH (const Type (&)[n]) { return n; } 296 allocated = ARRAY_LENGTH (static_array); 869 len = MIN (ARRAY_LENGTH (buf) - 1, len);
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
canittst.cpp | 23 #define ARRAY_LENGTH(array) ((int32_t)(sizeof (array) / sizeof (*array))) 151 for (i = 0; i < ARRAY_LENGTH(testArray); ++i) {
|
/external/icu4c/test/intltest/ |
canittst.cpp | 23 #define ARRAY_LENGTH(array) ((int32_t)(sizeof (array) / sizeof (*array))) 151 for (i = 0; i < ARRAY_LENGTH(testArray); ++i) {
|