/external/pixman/test/ |
pdf-op-test.c | 41 for (o = 0; o < ARRAY_LENGTH (pdf_ops); ++o) 45 for (s = 0; s < ARRAY_LENGTH (pixels); ++s) 52 for (m = -1; m < ARRAY_LENGTH (pixels); ++m) 61 for (d = 0; d < ARRAY_LENGTH (pixels); ++d)
|
trap-crasher.c | 25 pixman_add_trapezoids (dst, 0, 0, ARRAY_LENGTH (traps), traps);
|
gradient-crash-test.c | 109 num_stops = ARRAY_LENGTH (onestop); 114 num_stops = ARRAY_LENGTH (subsetstops); 119 num_stops = ARRAY_LENGTH (stops01); 124 for (p = 0; p < ARRAY_LENGTH (point_pairs); ++p) 139 for (k = 0; k < ARRAY_LENGTH (transformations); ++k)
|
rotate-test.c | 46 (formats[prng_rand_n (ARRAY_LENGTH (formats))]) 49 (ops[prng_rand_n (ARRAY_LENGTH (ops))]) 52 (&(transforms[prng_rand_n (ARRAY_LENGTH (transforms))]))
|
alphamap.c | 293 for (i = 0; i < ARRAY_LENGTH (formats); ++i) 295 for (j = 0; j < ARRAY_LENGTH (formats); ++j) 297 for (a = 0; a < ARRAY_LENGTH (alpha_formats); ++a) 299 for (b = 0; b < ARRAY_LENGTH (alpha_formats); ++b) 301 for (x = 0; x < ARRAY_LENGTH (origins); ++x) 303 for (y = 0; y < ARRAY_LENGTH (origins); ++y)
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/array_length/ |
Test_array_length.java | 17 package dot.junit.opcodes.array_length; 21 import dot.junit.opcodes.array_length.d.T_array_length_1; 22 import dot.junit.opcodes.array_length.d.T_array_length_4; 65 Class.forName("dxc.junit.opcodes.array_length.jm.T_array_length_2"); 78 Class.forName("dxc.junit.opcodes.array_length.jm.T_array_length_3"); 91 Class.forName("dxc.junit.opcodes.array_length.jm.T_array_length_5");
|
/development/tutorials/ReverseDebug/ |
main.c | 21 #define ARRAY_LENGTH 10 32 int values[ARRAY_LENGTH]; 41 clobber(values, ARRAY_LENGTH);
|
README.txt | 14 21 #define ARRAY_LENGTH 10 25 32 int values[ARRAY_LENGTH]; 34 41 clobber(values, ARRAY_LENGTH); 85 41 clobber(values, ARRAY_LENGTH); 104 41 clobber(values, ARRAY_LENGTH);
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
cbididat.c | 363 {testText1, ARRAY_LENGTH(testText1), UBIDI_DEFAULT_LTR, -1, -1, 366 {testText2, ARRAY_LENGTH(testText2), UBIDI_DEFAULT_LTR, -1, -1, 369 {testText3, ARRAY_LENGTH(testText3), UBIDI_DEFAULT_LTR, -1, -1, 372 {testText4, ARRAY_LENGTH(testText4), UBIDI_DEFAULT_LTR, -1, -1, 375 {testText5, ARRAY_LENGTH(testText5), UBIDI_DEFAULT_LTR, -1, -1, 378 {testText6, ARRAY_LENGTH(testText6), UBIDI_DEFAULT_LTR, -1, -1, 384 {testText8, ARRAY_LENGTH(testText8), UBIDI_DEFAULT_LTR, -1, -1, 387 {testText9, ARRAY_LENGTH(testText9), UBIDI_DEFAULT_LTR, -1, -1, 390 {testText10, ARRAY_LENGTH(testText10), UBIDI_DEFAULT_LTR, -1, -1, 393 {testText11, ARRAY_LENGTH(testText11), UBIDI_DEFAULT_LTR, -1, -1 [all...] |
cbiditst.h | 29 #define ARRAY_LENGTH(array) (sizeof(array)/sizeof(array[0]))
|
/external/icu4c/test/cintltst/ |
cbididat.c | 363 {testText1, ARRAY_LENGTH(testText1), UBIDI_DEFAULT_LTR, -1, -1, 366 {testText2, ARRAY_LENGTH(testText2), UBIDI_DEFAULT_LTR, -1, -1, 369 {testText3, ARRAY_LENGTH(testText3), UBIDI_DEFAULT_LTR, -1, -1, 372 {testText4, ARRAY_LENGTH(testText4), UBIDI_DEFAULT_LTR, -1, -1, 375 {testText5, ARRAY_LENGTH(testText5), UBIDI_DEFAULT_LTR, -1, -1, 378 {testText6, ARRAY_LENGTH(testText6), UBIDI_DEFAULT_LTR, -1, -1, 384 {testText8, ARRAY_LENGTH(testText8), UBIDI_DEFAULT_LTR, -1, -1, 387 {testText9, ARRAY_LENGTH(testText9), UBIDI_DEFAULT_LTR, -1, -1, 390 {testText10, ARRAY_LENGTH(testText10), UBIDI_DEFAULT_LTR, -1, -1, 393 {testText11, ARRAY_LENGTH(testText11), UBIDI_DEFAULT_LTR, -1, -1 [all...] |
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-buffer-serialize.cc | 133 p += MAX (0, snprintf (p, ARRAY_LENGTH (b) - (p - b), "%u", info[i].codepoint)); 136 p += MAX (0, snprintf (p, ARRAY_LENGTH (b) - (p - b), ",\"cl\":%u", info[i].cluster)); 141 p += snprintf (p, ARRAY_LENGTH (b) - (p - b), ",\"dx\":%d,\"dy\":%d", 143 p += snprintf (p, ARRAY_LENGTH (b) - (p - b), ",\"ax\":%d,\"ay\":%d", 194 p += MAX (0, snprintf (p, ARRAY_LENGTH (b) - (p - b), "%u", info[i].codepoint)); 197 p += MAX (0, snprintf (p, ARRAY_LENGTH (b) - (p - b), "=%u", info[i].cluster)); 203 p += MAX (0, snprintf (p, ARRAY_LENGTH (b) - (p - b), "@%d,%d", pos[i].x_offset, pos[i].y_offset)); 206 p += MAX (0, snprintf (p, ARRAY_LENGTH (b) - (p - b), "%d", pos[i].x_advance)); 208 p += MAX (0, snprintf (p, ARRAY_LENGTH (b) - (p - b), ",%d", pos[i].y_advance)); 296 unsigned int len = MIN (ARRAY_LENGTH (buf) - 1, (unsigned int) (end - pp)) [all...] |
hb-icu.cc | 196 U16_APPEND (utf16, len, ARRAY_LENGTH (utf16), a, err); 198 U16_APPEND (utf16, len, ARRAY_LENGTH (utf16), b, err); 202 len = unorm_normalize (utf16, len, UNORM_NFC, 0, normalized, ARRAY_LENGTH (normalized), &icu_err); 228 ARRAY_LENGTH (decomposed), &icu_err); 259 U16_APPEND (utf16, len, ARRAY_LENGTH (utf16), ab, err); 263 len = unorm_normalize (utf16, len, UNORM_NFD, 0, normalized, ARRAY_LENGTH (normalized), &icu_err); 283 unorm_normalize (normalized, len, UNORM_NFC, 0, recomposed, ARRAY_LENGTH (recomposed), &icu_err); 299 len = unorm_normalize (normalized, len, UNORM_NFC, 0, recomposed, ARRAY_LENGTH (recomposed), &icu_err); 327 U16_APPEND (utf16, len, ARRAY_LENGTH (utf16), u, err); 333 len = unorm_normalize (utf16, len, UNORM_NFKD, 0, normalized, ARRAY_LENGTH (normalized), &icu_err) [all...] |
/external/harfbuzz_ng/src/ |
hb-buffer-serialize.cc | 103 p += snprintf (p, ARRAY_LENGTH (b) - (p - b), "%u", info[i].codepoint); 106 p += snprintf (p, ARRAY_LENGTH (b) - (p - b), ",\"cl\":%u", info[i].cluster); 111 p += snprintf (p, ARRAY_LENGTH (b) - (p - b), ",\"dx\":%d,\"dy\":%d", 113 p += snprintf (p, ARRAY_LENGTH (b) - (p - b), ",\"ax\":%d,\"ay\":%d", 164 p += snprintf (p, ARRAY_LENGTH (b) - (p - b), "%u", info[i].codepoint); 167 p += snprintf (p, ARRAY_LENGTH (b) - (p - b), "=%u", info[i].cluster); 173 p += snprintf (p, ARRAY_LENGTH (b) - (p - b), "@%d,%d", pos[i].x_offset, pos[i].y_offset); 176 p += snprintf (p, ARRAY_LENGTH (b) - (p - b), "%d", pos[i].x_advance); 178 p += snprintf (p, ARRAY_LENGTH (b) - (p - b), ",%d", pos[i].y_advance); 248 unsigned int len = MIN (ARRAY_LENGTH (buf) - 1, (unsigned int) (end - pp)) [all...] |
hb-icu.cc | 196 U16_APPEND (utf16, len, ARRAY_LENGTH (utf16), a, err); 198 U16_APPEND (utf16, len, ARRAY_LENGTH (utf16), b, err); 202 len = unorm_normalize (utf16, len, UNORM_NFC, 0, normalized, ARRAY_LENGTH (normalized), &icu_err); 228 ARRAY_LENGTH (decomposed), &icu_err); 259 U16_APPEND (utf16, len, ARRAY_LENGTH (utf16), ab, err); 263 len = unorm_normalize (utf16, len, UNORM_NFD, 0, normalized, ARRAY_LENGTH (normalized), &icu_err); 283 unorm_normalize (normalized, len, UNORM_NFC, 0, recomposed, ARRAY_LENGTH (recomposed), &icu_err); 299 len = unorm_normalize (normalized, len, UNORM_NFC, 0, recomposed, ARRAY_LENGTH (recomposed), &icu_err); 327 U16_APPEND (utf16, len, ARRAY_LENGTH (utf16), u, err); 333 len = unorm_normalize (utf16, len, UNORM_NFKD, 0, normalized, ARRAY_LENGTH (normalized), &icu_err) [all...] |
hb-shape.cc | 61 unsigned int len = MIN (ARRAY_LENGTH (buf) - 1, (unsigned int) (end - *pp)); 184 len += snprintf (s + len, ARRAY_LENGTH (s) - len, "%d", feature->start); 188 len += snprintf (s + len, ARRAY_LENGTH (s) - len, "%d", feature->end); 195 len += snprintf (s + len, ARRAY_LENGTH (s) - len, "%d", feature->value); 197 assert (len < ARRAY_LENGTH (s));
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/array_length/d/ |
T_array_length_1.java | 17 package dot.junit.opcodes.array_length.d;
|
T_array_length_4.java | 17 package dot.junit.opcodes.array_length.d;
|
T_array_length_1.d | 16 .class public dot.junit.opcodes.array_length.d.T_array_length_1
|
T_array_length_2.d | 16 .class public dot.junit.opcodes.array_length.d.T_array_length_2
|
T_array_length_3.d | 16 .class public dot.junit.opcodes.array_length.d.T_array_length_3
|
T_array_length_4.d | 16 .class public dot.junit.opcodes.array_length.d.T_array_length_4
|
T_array_length_5.d | 16 .class public dot.junit.opcodes.array_length.d.T_array_length_5
|
/external/pixman/demos/ |
linear-gradient.c | 34 src_img = pixman_image_create_linear_gradient (&p1, &p2, stops, ARRAY_LENGTH (stops));
|
tri-test.c | 40 ARRAY_LENGTH (tris), tris);
|