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

  /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++) {
SoundGenerator.java 21 int sampleLength = prefixTotalLength + Common.REPETITIONS * repetitionLength;
30 for (int i = 0; i < pipNum * Common.REPETITIONS; i++) {
WavAnalyzer.java 80 double[] powerAtFreq = new double[Common.REPETITIONS];
81 for (int j = 0; j < Common.REPETITIONS; j++) {
181 power = new double[Common.PIP_NUM][Common.REPETITIONS];
182 for (int i = 0; i < Common.PIP_NUM * Common.REPETITIONS; i++) {
HifiUltrasoundSpeakerTestActivity.java 182 * Common.REPETITIONS));
267 for(int i = 0; i < Common.REPETITIONS; i++) {
HifiUltrasoundTestActivity.java 164 * Common.REPETITIONS));
228 for(int i = 0; i < Common.REPETITIONS; i++) {
  /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);
  /external/guice/lib/build/
guava-testlib-16.0.1.jar 

Completed in 5539 milliseconds