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

1 2 3 4 5

  /external/v8/test/mjsunit/
sparse-array.js 33 for (var repetitions = 0; repetitions < 20; 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...]
  /system/media/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/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/pcre/doc/
pcreperform.3 28 the repetitions can be independently maintained.)
32 repetitions are nested, the memory usage can become an embarrassment. For
  /external/pcre/doc/html/
pcreperform.html 41 the repetitions can be independently maintained.)
46 repetitions are nested, the memory usage can become an embarrassment. For
  /external/pcre/
pcre_scanner.h 122 // /[*](.|\n)*?[*]/ C comment (x*? means minimal repetitions of x)
pcre_study.c 186 /* Handle literal characters and + repetitions */
211 /* Handle exact repetitions. The count is already in characters, but we
  /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/bluetooth/glib/tests/
slice-test.c 28 static guint number_of_repetitions = 10000; /* number of alloc+free 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
  /external/bluetooth/glib/docs/reference/glib/tmpl/
option.sgml 64 -r, --repeats=N Average over N repetitions
100 { "repeats", 'r', 0, G_OPTION_ARG_INT, &amp;repeats, "Average over N repetitions", "N" },
  /bionic/libc/bionic/
sha1.c 14 * A million repetitions of "a"
  /external/valgrind/main/none/tests/
sha1_test.c 36 A million repetitions of "a"
  /external/wpa_supplicant_8/src/crypto/
sha1-internal.c 125 A million repetitions of "a"
  /frameworks/base/tests/CoreTests/android/core/
MiscRegressionTest.java 380 // Random contents with longer repetitions
  /system/extras/ext4_utils/
sha1.c 14 * A million repetitions of "a"
  /sdk/emulator/qtools/
trace_reader.cpp 200 // there are more repetitions of this bb
248 // there are more repetitions of this bb
    [all...]

Completed in 413 milliseconds

1 2 3 4 5