Home
last modified time | relevance | path

Searched defs:repeat (Results 1 – 4 of 4) sorted by relevance

/cts/suite/audio_quality/test/
DRemoteAudioFakeTcpTest.cpp166 int repeat = 1; in TEST_F() local
199 int repeat = 1; in TEST_F() local
/cts/suite/audio_quality/client/src/com/android/cts/audiotest/
DAudioProtocol.java241 final int repeat = mDataBuffer.getInt(4 * 4); in handleStartPlayback() local
/cts/tests/tests/animation/src/android/animation/cts/
DValueAnimatorTest.java488 public CountDownLatch repeat = new CountDownLatch(1); field in ValueAnimatorTest.EventWatcher
/cts/tests/tests/util/src/android/util/cts/
DJsonReaderTest.java950 private String repeat(char c, int count) { in repeat() method in JsonReaderTest