HomeSort by relevance Sort by last modified time
    Searched full:array_length (Results 51 - 75 of 186) sorted by null

1 23 4 5 6 7 8

  /external/pixman/test/
composite.c 432 return prng_rand_n (ARRAY_LENGTH (sizes));
438 return prng_rand_n (ARRAY_LENGTH (colors));
444 return prng_rand_n (ARRAY_LENGTH (formats));
461 op = operators [prng_rand_n (ARRAY_LENGTH (operators))];
composite-traps-test.c 29 ((array)[prng_rand_n(ARRAY_LENGTH((array)))])
88 &(colors[prng_rand_n (ARRAY_LENGTH (colors))]));
glyph-test.c 275 pixman_op_t op = operators[prng_rand_n (ARRAY_LENGTH (operators))];
289 pixman_op_t op = operators[prng_rand_n (ARRAY_LENGTH (operators))];
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/source/test/intltest/
tstnorm.cpp 22 #define ARRAY_LENGTH(array) LENGTHOF(array)
169 for (i = 0; i < ARRAY_LENGTH(canonTests); i++) {
175 for (i = 0; i < ARRAY_LENGTH(canonTests); i++) {
185 iterateTest(norm, canonTests, ARRAY_LENGTH(canonTests), 1);
186 staticTest(UNORM_NFD, 0, canonTests, ARRAY_LENGTH(canonTests), 1);
193 iterateTest(norm, compatTests, ARRAY_LENGTH(compatTests), 1);
196 compatTests, ARRAY_LENGTH(compatTests), 1);
203 iterateTest(norm, canonTests, ARRAY_LENGTH(canonTests), 2);
206 ARRAY_LENGTH(canonTests), 2);
213 iterateTest(norm, compatTests, ARRAY_LENGTH(compatTests), 2)
    [all...]
  /external/icu/icu4c/source/test/intltest/
tstnorm.cpp 23 #define ARRAY_LENGTH(array) LENGTHOF(array)
170 for (i = 0; i < ARRAY_LENGTH(canonTests); i++) {
176 for (i = 0; i < ARRAY_LENGTH(canonTests); i++) {
186 iterateTest(norm, canonTests, ARRAY_LENGTH(canonTests), 1);
187 staticTest(UNORM_NFD, 0, canonTests, ARRAY_LENGTH(canonTests), 1);
194 iterateTest(norm, compatTests, ARRAY_LENGTH(compatTests), 1);
197 compatTests, ARRAY_LENGTH(compatTests), 1);
204 iterateTest(norm, canonTests, ARRAY_LENGTH(canonTests), 2);
207 ARRAY_LENGTH(canonTests), 2);
214 iterateTest(norm, compatTests, ARRAY_LENGTH(compatTests), 2)
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-glib.cc 166 if (likely ((unsigned int) script < ARRAY_LENGTH (glib_script_to_script)))
182 unsigned int count = ARRAY_LENGTH (glib_script_to_script);
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 98 for (unsigned int i = 0; i < ARRAY_LENGTH (common_features); i++)
102 for (unsigned int i = 0; i < ARRAY_LENGTH (horizontal_features); i++)
107 for (unsigned int i = 0; i < ARRAY_LENGTH (vertical_features); i++)
  /external/harfbuzz_ng/src/
hb-glib.cc 166 if (likely ((unsigned int) script < ARRAY_LENGTH (glib_script_to_script)))
182 unsigned int count = ARRAY_LENGTH (glib_script_to_script);
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++)
  /system/keymaster/include/keymaster/
google_keymaster_utils.h 59 template <typename T, size_t N> inline size_t array_length(const T (&)[N]) {
66 * array_length() on the original array to discover the size.
  /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/icu/icu4c/source/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 85 int array_length = local
88 Object* obj = heap->AllocateFixedArray(array_length).ToObjectChecked();
110 int array_length = local
113 Object* obj = heap->AllocateFixedArray(array_length).ToObjectChecked();
  /external/harfbuzz_ng/util/
options.hh 76 #undef ARRAY_LENGTH
78 static inline unsigned int ARRAY_LENGTH (const Type (&)[n]) { return n; }
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_vsync.cpp 41 #define ARRAY_LENGTH(array) (sizeof((array))/sizeof((array)[0]))
100 #define num_events ARRAY_LENGTH(event_list)
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_vsync.cpp 41 #define ARRAY_LENGTH(array) (sizeof((array))/sizeof((array)[0]))
90 #define num_events ARRAY_LENGTH(event_list)
  /system/keymaster/
google_keymaster_test.cpp 199 req.key_description.Reinitialize(params, array_length(params));
250 req.key_description.Reinitialize(params, array_length(params));
309 req.key_description.Reinitialize(params, array_length(params));
360 gen_req.key_description.Reinitialize(params, array_length(params));
396 generate_request.key_description.Reinitialize(params, array_length(params));
    [all...]

Completed in 286 milliseconds

1 23 4 5 6 7 8