HomeSort by relevance Sort by last modified time
    Searched refs:REPETITIONS (Results 1 - 5 of 5) sorted by null

  /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++) {
  /frameworks/wilhelm/tests/mimeUri/
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);
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);
  /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) {

Completed in 239 milliseconds