Home
last modified time | relevance | path

Searched refs:REPETITIONS (Results 1 – 6 of 6) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DCommon.java32 public static final int REPETITIONS = 5; field in Common
98 double[] randomFrequencies = new double[Common.REPETITIONS * originalFrequencies.length]; in frequencies()
99 for (int i = 0; i < REPETITIONS * originalFrequencies.length; i++) { in frequencies()
132 int[] order = new int[REPETITIONS * PIP_NUM]; in order()
135 for (int i = 0; i < REPETITIONS * PIP_NUM; i++) { in order()
DSoundGenerator.java21 int sampleLength = prefixTotalLength + Common.REPETITIONS * repetitionLength; in SoundGenerator()
30 for (int i = 0; i < pipNum * Common.REPETITIONS; i++) { in SoundGenerator()
DWavAnalyzer.java80 double[] powerAtFreq = new double[Common.REPETITIONS]; in isConsistent()
81 for (int j = 0; j < Common.REPETITIONS; j++) { in isConsistent()
181 power = new double[Common.PIP_NUM][Common.REPETITIONS]; in measurePipStrength()
182 for (int i = 0; i < Common.PIP_NUM * Common.REPETITIONS; i++) { in measurePipStrength()
DHifiUltrasoundTestActivity.java164 * Common.REPETITIONS)); in onCreate()
228 for(int i = 0; i < Common.REPETITIONS; i++) { in plotResponse()
DHifiUltrasoundSpeakerTestActivity.java185 * Common.REPETITIONS)); in onCreate()
270 for(int i = 0; i < Common.REPETITIONS; i++) { in plotResponse()
/cts/tests/libcore/javautilcollections/libs/
Dguava-testlib-20.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...