/test/suite_harness/common/util/src/com/android/compatibility/common/util/ |
D | CommonTestUtils.java | 32 int sleep = 125; in waitUntil() local 38 Thread.sleep(sleep); in waitUntil()
|
/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/ |
D | HostSideTestUtils.java | 32 int sleep = 125; in waitUntil() local 38 RunUtil.getDefault().sleep(sleep); in waitUntil()
|
D | MonitoringUtils.java | 48 RunUtil.getDefault().sleep(CONNECTIVITY_CHECK_INTERVAL_MS); in checkDeviceConnectivity()
|
/test/vts-testcase/hal/usb/gadget/V1_0/host/ |
D | VtsHalUsbGadgetV1_0HostTest.py | 95 time.sleep(3) 105 time.sleep(3) 115 time.sleep(3) 125 time.sleep(3)
|
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/ |
D | MetadataReporterTest.java | 121 RunUtil.getDefault().sleep(waitTime); in runTests() 126 RunUtil.getDefault().sleep(waitTime); in runTests() 131 RunUtil.getDefault().sleep(waitTime); in runTests() 137 RunUtil.getDefault().sleep(waitTime); in runTests()
|
/test/vts/harnesses/tradefed/src/com/android/tradefed/util/ |
D | CmdUtil.java | 36 public interface ISleeper { public void sleep(int seconds) throws InterruptedException; } in sleep() method 151 mSleeper.sleep(DELAY_BETWEEN_RETRY_IN_SECS); in validateCmdSuccess() 153 TimeUnit.SECONDS.sleep(DELAY_BETWEEN_RETRY_IN_SECS); in validateCmdSuccess()
|
/test/vts-testcase/hal/vr/V1_0/host/ |
D | VtsHalVrV1_0HostTest.py | 47 time.sleep(1) 52 time.sleep(1)
|
/test/vts-testcase/nbu/src/ |
D | ble_test.py | 153 time.sleep(SCAN_TIMEOUT) 222 time.sleep(CONNECTION_TIMEOUT) 265 time.sleep(CANCEL_CONNECTION_WAIT_TIME) 271 time.sleep(CANCEL_CONNECTION_WAIT_TIME) 274 time.sleep(CONNECTION_TIMEOUT) 325 time.sleep(CONNECTION_TIMEOUT)
|
D | local_hotspot_test.py | 59 time.sleep(RESTORE_TIME)
|
/test/vts/utils/python/common/ |
D | timeout_utils_test.py | 46 time.sleep(2) 56 time.sleep(2)
|
/test/vts-testcase/kernel/checkpoint/ |
D | VtsKernelCheckpointTest.py | 83 time.sleep(1) 90 time.sleep(1) 100 time.sleep(1)
|
/test/vts/testcases/codelab/host_multi_hal/ |
D | VtsCodelabHostMultiHalTest.py | 84 time.sleep(1) 91 time.sleep(2)
|
/test/mlts/benchmark/ |
D | build_and_run_benchmark.sh | 70 sleep 5 72 sleep 5
|
/test/vts-testcase/performance/audio_loopback_test/ |
D | AudioLoopbackTest.py | 22 from time import sleep 110 sleep(1)
|
/test/vts/testcases/target/hal_power/ |
D | hal_power_basic_test.cpp | 73 sleep(1); in TEST_F() 110 sleep(2); in TEST_F()
|
/test/vts/harnesses/tradefed/tests/src/com/android/tradefed/util/ |
D | ProcessHelperTest.java | 94 Thread.sleep(50); in createMockProcess() 169 Thread.sleep(50); in testInterrupt()
|
/test/vts/harnesses/tradefed/src/com/android/tradefed/targetprep/ |
D | VtsPythonVirtualenvPreparer.java | 259 getRunUtil().sleep(retry_interval); in installDeps() 288 getRunUtil().sleep(retry_interval); in installDeps() 294 getRunUtil().sleep(PIP_INSTALL_DELAY); in installDeps() 472 getRunUtil().sleep(waitRetryCreate); in createVirtualenv() 576 getRunUtil().sleep(waitRetryCheckComplete); in createVirtualenv_waitForOtherProcessToCreateVirtualEnv()
|
/test/vts/runners/host/ |
D | utils.py | 392 time.sleep(terminate_timeout) 464 time.sleep(check_health_delay) 640 time.sleep(5)
|
/test/framework/harnesses/host_controller/command_processor/ |
D | command_sleep.py | 50 time.sleep(int(args.seconds[0]))
|
/test/mlts/benchmark/src/com/android/nn/benchmark/app/ |
D | NNBenchmark.java | 178 sleep(250); in run() 208 sleep(100); in run()
|
/test/vts-testcase/hal/neuralnetworks/V1_2/benchmark/ |
D | VtsHalNeuralnetworksV1_2Benchmark.py | 21 from time import sleep
|
/test/vts-testcase/hal/vibrator/V1_0/host/ |
D | VtsHalVibratorV1_0HostTest.py | 56 time.sleep(1)
|
/test/framework/harnesses/host_controller/utils/ipc/ |
D | file_lock_semaphore_test.py | 72 time.sleep(1)
|
/test/vts-testcase/security/poc/target/kernel_wifi/31707909/ |
D | poc.cpp | 99 sleep(1); in poc()
|
/test/framework/harnesses/host_controller/ |
D | tfc_host_controller_test.py | 79 time.sleep(0.2)
|