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 280 static HuffmanTreeToken* CodeRepeatedValues(int repetitions,
288 --repetitions;
290 while (repetitions >= 1) {
291 if (repetitions < 3) {
293 for (i = 0; i < repetitions; ++i) {
299 } else if (repetitions < 7) {
301 tokens->extra_bits = repetitions - 3;
308 repetitions -= 6;
314 static HuffmanTreeToken* CodeRepeatedZeros(int repetitions,
316 while (repetitions >= 1)
    [all...]
  /external/regex-re2/doc/
mksyntaxgo 10 ,x g/^Possessive repetitions:/d
syntax.txt 21 Repetitions:
39 Possessive repetitions:
  /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
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 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");
  /external/regex-re2/re2/testing/
simplify_test.cc 62 // Posix 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/eigen/bench/
benchBlasGemm.cpp 88 std::cout << " auto automatically set the number of repetitions and tries\n";
bench_gemm.cpp 128 int rep = 1; // number of repetitions per try
  /external/bison/src/
gram.h 221 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.
  /external/eigen/Eigen/src/QR/
ColPivHouseholderQR.h 392 // when running the unit test with 1000 repetitions.
401 // repetitions of the unit test, with the result of solve() filled with large values of the order
  /bionic/libc/upstream-netbsd/common/lib/libc/hash/sha1/
sha1.c 14 * A million repetitions of "a"
  /external/regex-re2/re2/
prog.h 327 // do not compile down to infinite repetitions.

Completed in 745 milliseconds

1 2 3 4