Home
last modified time | relevance | path

Searched refs:sleep (Results 1 – 25 of 64) sorted by relevance

123

/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DCommonTestUtils.java32 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/
DHostSideTestUtils.java32 int sleep = 125; in waitUntil() local
38 RunUtil.getDefault().sleep(sleep); in waitUntil()
DMonitoringUtils.java48 RunUtil.getDefault().sleep(CONNECTIVITY_CHECK_INTERVAL_MS); in checkDeviceConnectivity()
/test/vts-testcase/hal/usb/gadget/V1_0/host/
DVtsHalUsbGadgetV1_0HostTest.py95 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/
DMetadataReporterTest.java121 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/
DCmdUtil.java36 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/
DVtsHalVrV1_0HostTest.py47 time.sleep(1)
52 time.sleep(1)
/test/vts-testcase/nbu/src/
Dble_test.py153 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)
Dlocal_hotspot_test.py59 time.sleep(RESTORE_TIME)
/test/vts/utils/python/common/
Dtimeout_utils_test.py46 time.sleep(2)
56 time.sleep(2)
/test/vts-testcase/kernel/checkpoint/
DVtsKernelCheckpointTest.py83 time.sleep(1)
90 time.sleep(1)
100 time.sleep(1)
/test/vts/testcases/codelab/host_multi_hal/
DVtsCodelabHostMultiHalTest.py84 time.sleep(1)
91 time.sleep(2)
/test/mlts/benchmark/
Dbuild_and_run_benchmark.sh70 sleep 5
72 sleep 5
/test/vts-testcase/performance/audio_loopback_test/
DAudioLoopbackTest.py22 from time import sleep
110 sleep(1)
/test/vts/testcases/target/hal_power/
Dhal_power_basic_test.cpp73 sleep(1); in TEST_F()
110 sleep(2); in TEST_F()
/test/vts/harnesses/tradefed/tests/src/com/android/tradefed/util/
DProcessHelperTest.java94 Thread.sleep(50); in createMockProcess()
169 Thread.sleep(50); in testInterrupt()
/test/vts/harnesses/tradefed/src/com/android/tradefed/targetprep/
DVtsPythonVirtualenvPreparer.java259 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/
Dutils.py392 time.sleep(terminate_timeout)
464 time.sleep(check_health_delay)
640 time.sleep(5)
/test/framework/harnesses/host_controller/command_processor/
Dcommand_sleep.py50 time.sleep(int(args.seconds[0]))
/test/mlts/benchmark/src/com/android/nn/benchmark/app/
DNNBenchmark.java178 sleep(250); in run()
208 sleep(100); in run()
/test/vts-testcase/hal/neuralnetworks/V1_2/benchmark/
DVtsHalNeuralnetworksV1_2Benchmark.py21 from time import sleep
/test/vts-testcase/hal/vibrator/V1_0/host/
DVtsHalVibratorV1_0HostTest.py56 time.sleep(1)
/test/framework/harnesses/host_controller/utils/ipc/
Dfile_lock_semaphore_test.py72 time.sleep(1)
/test/vts-testcase/security/poc/target/kernel_wifi/31707909/
Dpoc.cpp99 sleep(1); in poc()
/test/framework/harnesses/host_controller/
Dtfc_host_controller_test.py79 time.sleep(0.2)

123