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

  /external/guava/guava-testlib/src/com/google/common/testing/
EqualsTester.java 75 private static final int REPETITIONS = 3;
110 for (int run = 0; run < REPETITIONS; run++) {
EquivalenceTester.java 62 private static final int REPETITIONS = 3;
96 for (int run = 0; run < REPETITIONS; run++) {
  /frameworks/wilhelm/tests/mimeUri/
slesTestLoopUri.cpp 30 #define REPETITIONS 4
262 /* Wait as long as the duration of the content, times the repetitions,
264 usleep( (REPETITIONS-1) * durationInMsec * 1100);
293 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
362 /* Wait as long as the duration of the content, times the repetitions,
365 usleep( (REPETITIONS-1) * durationInMsec * 1100);
368 for (ii = 0; ii < REPETITIONS; ++ii) {
401 fprintf(stdout, "Plays a sound and loops it %d times while changing the \n", REPETITIONS);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
Common.java 32 public static final int REPETITIONS = 5;
98 double[] randomFrequencies = new double[Common.REPETITIONS * originalFrequencies.length];
99 for (int i = 0; i < REPETITIONS * originalFrequencies.length; i++) {
132 int[] order = new int[REPETITIONS * PIP_NUM];
135 for (int i = 0; i < REPETITIONS * PIP_NUM; i++) {
  /external/guice/lib/build/
guava-testlib-16.0.1.jar 

Completed in 565 milliseconds