/cts/tools/vm-tests-tf/src/dot/junit/opcodes/monitor_enter/ |
D | Test_monitor_enter.java | 37 Thread tr1 = new Thread(r1); in testN1() 38 Thread tr2 = new Thread(r2); in testN1() 57 Thread tr1 = new Thread(r1); in testN2() 58 Thread tr2 = new Thread(r2); in testN2()
|
/cts/tests/tests/media/src/android/media/cts/ |
D | SoundPoolTest.java | 153 Thread.sleep(waitMsec); in testSoundPoolOp() 156 Thread.sleep(waitMsec); in testSoundPoolOp() 158 Thread.sleep(waitMsec); in testSoundPoolOp() 160 Thread.sleep(waitMsec); in testSoundPoolOp() 162 Thread.sleep(waitMsec); in testSoundPoolOp() 169 Thread.sleep(waitMsec); in testSoundPoolOp() 173 Thread.sleep(waitMsec); in testSoundPoolOp() 178 Thread.sleep(waitMsec * 10); in testSoundPoolOp() 189 Thread.sleep(waitMsec); in testMultiSound() 194 Thread.sleep(waitMsec * 4); in testMultiSound() [all …]
|
D | JetPlayerTest.java | 107 Thread.sleep(20000); in testQueueJetSegmentMuteArray() 139 Thread.sleep(10000); in runJet() 150 Thread.sleep(1000); in runJet() 152 Thread.sleep(1000); in runJet() 154 Thread.sleep(1000); in runJet() 156 Thread.sleep(1000); in runJet() 158 Thread.sleep(1000); in runJet() 160 Thread.sleep(30000); in runJet()
|
D | AudioRecordingConfigurationTest.java | 60 Thread t = new Thread() { in setUp() 111 Thread.sleep(TEST_TIMING_TOLERANCE_MS); in testAudioManagerGetActiveRecordConfigurations() 127 Thread.sleep(TEST_TIMING_TOLERANCE_MS); in testAudioManagerGetActiveRecordConfigurations() 147 Thread.sleep(TEST_TIMING_TOLERANCE_MS); in testCallback() 155 Thread.sleep(TEST_TIMING_TOLERANCE_MS); in testCallback() 163 Thread.sleep(TEST_TIMING_TOLERANCE_MS); in testCallback() 182 Thread.sleep(TEST_TIMING_TOLERANCE_MS); in testParcel()
|
D | ResourceManagerStubActivity.java | 78 Thread thread = new Thread() { in testReclaimResource() 87 Thread.sleep(5000); // wait for process to launch and allocate all codecs. in testReclaimResource() 104 Thread.sleep(5000); // give the gc a chance to release test activities. in testReclaimResource()
|
D | MediaPlayerTest.java | 172 Thread.sleep(500); in testVorbisCrash() 227 Thread.sleep(SLEEP_TIME); in testPlayAudioFromDataURI() 243 Thread.sleep(SLEEP_TIME); in testPlayAudioFromDataURI() 279 Thread.sleep(SLEEP_TIME); 297 Thread.sleep(SLEEP_TIME); 326 Thread.sleep(duration * 4); // allow for several loops 333 Thread.sleep(SLEEP_TIME); 375 Thread.sleep(SLEEP_TIME); 456 Thread.sleep(SLEEP_TIME); 460 Thread.sleep(SLEEP_TIME); [all …]
|
D | MediaPlayerFlakyNetworkTest.java | 139 Thread.sleep(millisToPlay); in doPlayMp4Stream() 152 Thread.sleep(random.nextInt(500)); in doAsyncPrepareAndRelease() 165 Thread.sleep(random.nextInt(100)); in doRandomOperations() 189 Thread releaseThread = new Thread() { in releaseMediaPlayerAndFailIfAnr() 332 Thread.sleep(sleepTimeMs); in createSessionOutputBuffer() 335 Thread.sleep(1); in createSessionOutputBuffer()
|
D | VisualizerTest.java | 46 private Thread mListenerThread; 137 Thread.sleep(100); in test2_0PollingCapture() 175 Thread.sleep(100); in test2_1ListenerCapture() 233 Thread.sleep(100); in test3_0MeasurementModeNone() 265 Thread.sleep(100); in test4_0MeasurementModePeakRms() 318 Thread.sleep(100); in test4_1MeasurePeakRms() 327 Thread.sleep(50); in test4_1MeasurePeakRms() 390 Thread.sleep(100); in test4_2MeasurePeakRmsLongMP3() 399 Thread.sleep(50); in test4_2MeasurePeakRmsLongMP3() 490 mListenerThread = new Thread() { in createListenerLooper()
|
D | VideoSurfaceView.java | 61 Thread.sleep(SLEEP_TIME_MS); in startTest() 64 Thread.sleep(SLEEP_TIME_MS * 5); in startTest() 68 Thread.sleep(SLEEP_TIME_MS); in startTest()
|
/cts/hostsidetests/sustainedperf/src/android/SustainedPerformance/cts/ |
D | SustainedPerformanceHostTest.java | 160 Thread.sleep(600000); in setUpEnvironment() 202 Thread dhrystone = new Thread(new Dhrystone(false)); in testShader() 203 Thread dhrystone1 = new Thread(new Dhrystone(false)); in testShader() 206 Thread.sleep(testDuration); in testShader() 224 dhrystone = new Thread(new Dhrystone(true)); in testShader() 225 dhrystone1 = new Thread(new Dhrystone(true)); in testShader() 228 Thread.sleep(testDuration); in testShader()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | ScrollerTest.java | 118 Thread.sleep(1000); in testScrollMode() 135 Thread.sleep(1000); in testScrollMode() 152 Thread.sleep(3000); in testScrollMode() 187 Thread.sleep(defaultDuration); 220 Thread.sleep(duration / 3); in testFlingMode() 238 Thread.sleep(duration / 3); in testFlingMode() 262 Thread.sleep(duration); in testFlingMode() 314 Thread.sleep(1500); 330 Thread.sleep(1000); 346 Thread.sleep(1000); [all …]
|
/cts/tools/vm-tests-tf/src/util/build/ |
D | ExecuteFile.java | 154 Thread suckOut = null; in run() 155 Thread suckErr = null; in run() 156 Thread suckIn = null; in run() 182 suckIn = new Thread( in run() 191 suckOut = new Thread(new ThreadCharactersStreamSucker(proc.getInputStream(), in run() 194 suckOut = new Thread( in run() 202 suckErr = new Thread(new ThreadCharactersStreamSucker(proc.getErrorStream(), in run() 205 suckErr = new Thread( in run()
|
/cts/tests/tests/os/src/android/os/cts/ |
D | AsyncTaskTest.java | 101 Thread.sleep(COMPUTE_TIME / 2); in testCancelWithInterrupt() 105 Thread.sleep(DURATION); in testCancelWithInterrupt() 114 Thread.sleep(COMPUTE_TIME / 2); in testCancel() 118 Thread.sleep(DURATION); in testCancel() 126 Thread.sleep(DURATION); in testCancelTooLate() 159 Thread.sleep(COMPUTE_TIME); in doInBackground()
|
D | VibratorTest.java | 65 new Thread(new Runnable() { in testVibrateMultiThread() 75 new Thread(new Runnable() { in testVibrateMultiThread() 93 Thread.sleep(10000); in sleep()
|
D | SystemClockTest.java | 27 Thread.sleep(100); in testCurrentThreadTimeMillis() 36 Thread.sleep(100); in testElapsedRealtime() 73 Thread.sleep(100); in testUptimeMillis()
|
D | LooperTest.java | 51 Thread t = new Thread(new Runnable() { in testLoop() 173 Thread.sleep(WAIT_TIME); in testQuit() 178 Thread.sleep(WAIT_TIME); in testQuit() 181 Thread.sleep(WAIT_TIME); in testQuit()
|
/cts/libs/vogar-expect/src/vogar/util/ |
D | Threads.java | 34 public synchronized Thread newThread(Runnable r) { in daemonThreadFactory() 35 Thread thread = new Thread(r, name + "-" + (nextId++)); in daemonThreadFactory()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/ |
D | TrivialRecorder.java | 37 Thread mReaderThread = null; 70 mReaderThread = new Thread(this); in start() 83 Thread.sleep(10); in shutDown()
|
D | TrivialPlayer.java | 36 Thread mFillerThread = null; 77 mFillerThread = new Thread(this); in start() 90 Thread.sleep(10); in shutDown()
|
/cts/tests/tests/mediastress/src/android/mediastress/cts/ |
D | CodecTest.java | 108 Thread.sleep(10000); in getCurrentPosition() 110 Thread.sleep(PAUSE_WAIT_TIME); in getCurrentPosition() 135 Thread.sleep(WAIT_TIME); in seekTo() 164 Thread.sleep(5000); in setLooping() 167 Thread.sleep(20000); in setLooping() 200 Thread.sleep(5000); in pause() 202 Thread.sleep(PAUSE_WAIT_TIME); in pause() 328 Thread.sleep(5000); in videoSeekTo() 332 Thread.sleep(PAUSE_WAIT_TIME); in videoSeekTo() 335 Thread.sleep(1000); in videoSeekTo() [all …]
|
/cts/hostsidetests/devicepolicy/app/CustomizationApp/src/com/android/cts/customizationapp/ |
D | CustomizationTest.java | 47 Thread.sleep(WAITING_TIME_MS); in testSetWallpaper_disallowed() 53 Thread.sleep(WAITING_TIME_MS); in testSetWallpaper_disallowed() 59 Thread.sleep(WAITING_TIME_MS); in testSetWallpaper_disallowed()
|
/cts/tests/tests/openglperf/src/android/openglperf/cts/ |
D | GlAppSwitchTest.java | 58 Thread.sleep(TASK_SWITCH_SLOW_WAIT_TIME_MS); in testGlActivitySwitchingFast() 82 Thread.sleep(1000); in setUp() 91 Thread.sleep(5000); in setUp() 115 Thread.sleep(waitTimeMs); in runTaskSwitchTest()
|
/cts/tests/tests/animation/src/android/animation/cts/ |
D | AnimatorTest.java | 98 Thread.sleep(100); in testCancel() 118 Thread.sleep(100); in testEnd() 134 Thread.sleep(200); in testSetListener() 194 Thread.sleep(1); in testNullObjectAnimator() 237 Thread animationRunnable = new Thread() { in endAnimation()
|
D | ObjectAnimatorTest.java | 66 Thread.sleep(100); in testOfFloat() 105 Thread.sleep(100); in testOfInt() 131 Thread.sleep(100); in testOfObject() 158 Thread.sleep(100); in testOfPropertyValuesHolder() 193 Thread.sleep(100); in testSetFloatValues() 245 Thread.sleep(100); in testIsStarted() 247 Thread.sleep(100); in testIsStarted() 351 Thread mAnimationRunnable = new Thread() { in startAnimation() 360 Thread mAnimationRunnable = new Thread() { in startAnimation()
|
/cts/common/device-side/util/src/com/android/compatibility/common/util/ |
D | PollingCheck.java | 45 Thread.sleep(TIME_SLICE); in run() 67 Thread.sleep(TIME_SLICE); in check()
|