/external/chromium_org/content/child/indexed_db/ |
proxy_webidbcursor_impl_unittest.cc | 114 // Do enough repetitions to verify that the count grows each time, 120 for (int repetitions = 0; repetitions < kPrefetchRepetitions; 121 ++repetitions) { 126 EXPECT_EQ(repetitions + 1, dispatcher.prefetch_calls()); 151 EXPECT_EQ(repetitions + 1, dispatcher.prefetch_calls());
|
/external/chromium_org/v8/test/mjsunit/ |
sparse-array.js | 33 for (var repetitions = 0; repetitions < 20; repetitions++) {
|
/external/v8/test/mjsunit/ |
sparse-array.js | 33 for (var repetitions = 0; repetitions < 20; repetitions++) {
|
/external/chromium_org/third_party/libwebp/utils/ |
huffman_encode.c | 282 static HuffmanTreeToken* CodeRepeatedValues(int repetitions, 290 --repetitions; 292 while (repetitions >= 1) { 293 if (repetitions < 3) { 295 for (i = 0; i < repetitions; ++i) { 301 } else if (repetitions < 7) { 303 tokens->extra_bits = repetitions - 3; 310 repetitions -= 6; 316 static HuffmanTreeToken* CodeRepeatedZeros(int repetitions, 318 while (repetitions >= 1) [all...] |
/external/webp/src/utils/ |
huffman_encode.c | 282 static HuffmanTreeToken* CodeRepeatedValues(int repetitions, 290 --repetitions; 292 while (repetitions >= 1) { 293 if (repetitions < 3) { 295 for (i = 0; i < repetitions; ++i) { 301 } else if (repetitions < 7) { 303 tokens->extra_bits = repetitions - 3; 310 repetitions -= 6; 316 static HuffmanTreeToken* CodeRepeatedZeros(int repetitions, 318 while (repetitions >= 1) [all...] |
/external/chromium_org/third_party/re2/doc/ |
mksyntaxgo | 10 ,x g/^Possessive repetitions:/d
|
/external/regex-re2/doc/ |
mksyntaxgo | 10 ,x g/^Possessive repetitions:/d
|
/external/chromium_org/third_party/icu/source/test/iotest/ |
filetst.c | 438 int32_t repetitions; local 456 for (repetitions = 0; repetitions < 16; repetitions++) { 475 if (readSize != expectedSize*repetitions) { 476 log_err("Buffer is the wrong size. Got %d Expected %d\n", u_strlen(buffer), expectedSize*repetitions); 478 if (buffer[(expectedSize*repetitions) + 1] != 0xBEEF) { 498 for (repetitions = 0; repetitions < 16; repetitions++) 570 int32_t repetitions; local 595 int32_t repetitions; local 727 int32_t repetitions; local 791 int32_t repetitions; local [all...] |
/external/icu4c/test/iotest/ |
filetst.c | 438 int32_t repetitions; local 456 for (repetitions = 0; repetitions < 16; repetitions++) { 475 if (readSize != expectedSize*repetitions) { 476 log_err("Buffer is the wrong size. Got %d Expected %d\n", u_strlen(buffer), expectedSize*repetitions); 478 if (buffer[(expectedSize*repetitions) + 1] != 0xBEEF) { 498 for (repetitions = 0; repetitions < 16; repetitions++) 570 int32_t repetitions; local 595 int32_t repetitions; local 727 int32_t repetitions; local 791 int32_t repetitions; local [all...] |
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-1472.js | 28 // Avoid excessive expansions of regexp repetitions inside regexp repetitions.
|
/external/v8/test/mjsunit/regress/ |
regress-1472.js | 28 // Avoid excessive expansions of regexp repetitions inside regexp repetitions.
|
/frameworks/wilhelm/tests/mimeUri/ |
slesTestSlowDownUri.cpp | 30 #define REPETITIONS 4 // 4 repetitions, but will stop the looping before the end 365 /* Wait as long as the duration of the content, times the repetitions, 368 usleep( (REPETITIONS-1) * durationInMsec * 1100); 371 for (ii = 0; ii < REPETITIONS; ++ii) { 404 fprintf(stdout, "Plays a sound and loops it %d times while changing the \n", REPETITIONS);
|
slesTestLoopUri.cpp | 30 #define REPETITIONS 4 265 /* Wait as long as the duration of the content, times the repetitions, 267 usleep( (REPETITIONS-1) * durationInMsec * 1100); 296 fprintf(stdout, "Plays a sound and loops it %d times.\n\n", REPETITIONS);
|
/bionic/libc/tzcode/ |
tzfile.h | 57 ** tzh_typecnt repetitions of 62 ** tzh_leapcnt repetitions of
|
/external/chromium_org/third_party/icu/source/tools/tzcode/ |
tzfile.h | 67 ** tzh_typecnt repetitions of 72 ** tzh_leapcnt repetitions of
|
/external/guava/guava-testlib/src/com/google/common/testing/ |
EqualsTester.java | 75 private static final int REPETITIONS = 3; 117 for (int run = 0; run < REPETITIONS; run++) {
|
EquivalenceTester.java | 62 private static final int REPETITIONS = 3; 108 for (int run = 0; run < REPETITIONS; run++) {
|
/external/icu4c/tools/tzcode/ |
tzfile.h | 67 ** tzh_typecnt repetitions of 72 ** tzh_leapcnt repetitions of
|
/external/openfst/src/test/ |
algo_test.cc | 37 DEFINE_int32(repeat, 25, "number of test repetitions");
|
weight_test.cc | 30 DEFINE_int32(repeat, 100000, "number of test repetitions");
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
re.py | 34 "*" Matches 0 or more (greedy) repetitions of the preceding RE. 35 Greedy means that it will match as many repetitions as possible. 36 "+" Matches 1 or more (greedy) repetitions of the preceding RE. 39 {m,n} Matches from m to n repetitions of the preceding RE.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
re.py | 34 "*" Matches 0 or more (greedy) repetitions of the preceding RE. 35 Greedy means that it will match as many repetitions as possible. 36 "+" Matches 1 or more (greedy) repetitions of the preceding RE. 39 {m,n} Matches from m to n repetitions of the preceding RE.
|
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/ |
AwContentsTest.java | 161 final int REPETITIONS = 16; 174 for (int i = 0; i < REPETITIONS; ++i) {
|
/external/chromium_org/third_party/re2/re2/testing/ |
simplify_test.cc | 62 // Posix repetitions
|
/external/chromium_org/tools/perf/measurements/ |
rasterize_and_record.py | 103 help='Repetitions in raster and record loops.' +
|