HomeSort by relevance Sort by last modified time
    Searched full:repetitions (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /external/v8/test/mjsunit/
sparse-array.js 33 for (var repetitions = 0; repetitions < 20; repetitions++) {
  /external/webp/src/utils/
huffman_encode.c 281 static HuffmanTreeToken* CodeRepeatedValues(int repetitions,
289 --repetitions;
291 while (repetitions >= 1) {
292 if (repetitions < 3) {
294 for (i = 0; i < repetitions; ++i) {
300 } else if (repetitions < 7) {
302 tokens->extra_bits = repetitions - 3;
309 repetitions -= 6;
315 static HuffmanTreeToken* CodeRepeatedZeros(int repetitions,
317 while (repetitions >= 1)
    [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/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
363 /* Wait as long as the duration of the content, times the repetitions,
366 usleep( (REPETITIONS-1) * durationInMsec * 1100);
369 for (ii = 0; ii < REPETITIONS; ++ii) {
402 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 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
  /system/core/libcutils/
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");
  /libcore/luni/src/test/java/libcore/java/util/zip/
OldAndroidZipStressTest.java 138 // Random contents with longer repetitions
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
SPENCER.tests 171 # ordinary repetitions
182 # the dreaded bounded repetitions
217 # repetitions in the other implementation.
238 # multiple repetitions
  /external/regex-re2/doc/
syntax.txt 21 Repetitions:
39 Possessive repetitions:
  /external/bison/src/
gram.h 219 useless repetitions. */
gram.c 87 | useless repetitions. |
  /external/ppp/pppd/
sha1.c 13 * A million repetitions of "a"
  /external/webkit/Source/WebCore/platform/graphics/
BitmapImage.h 277 int m_repetitionsComplete; // How many repetitions we've finished.
BitmapImage.cpp 345 // don't miss any repetitions, and is closer to what other browsers do; on
  /bionic/libc/bionic/
sha1.c 14 * A million repetitions of "a"
  /external/regex-re2/re2/
prog.h 327 // do not compile down to infinite repetitions.
  /external/valgrind/main/none/tests/
sha1_test.c 36 A million repetitions of "a"
  /external/wpa_supplicant_8/src/crypto/
sha1-internal.c 119 A million repetitions of "a"

Completed in 1665 milliseconds

1 2 3 4