/test/xts/dcts/distributedhardware/distributedcameratest/ |
H A D | dcamera_automat_test.cpp | 72 sleep(sleepOk);
in HWTEST_F() 87 sleep(sleepOk);
in HWTEST_F() 102 sleep(sleepOk);
in HWTEST_F() 117 sleep(sleepOk);
in HWTEST_F() 132 sleep(sleepOk);
in HWTEST_F() 147 sleep(sleepOk);
in HWTEST_F() 162 sleep(sleepOk);
in HWTEST_F() 177 sleep(sleepOk);
in HWTEST_F() 205 sleep(sleepOk);
in HWTEST_F() 208 sleep(sleepO in HWTEST_F() [all...] |
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_taskgroups.py | 34 await asyncio.sleep(0.1) 38 await asyncio.sleep(0.2) 51 await asyncio.sleep(0.1) 55 await asyncio.sleep(0.2) 60 await asyncio.sleep(0.15) 69 await asyncio.sleep(1) 73 await asyncio.sleep(0.2) 78 await asyncio.sleep(0.15) 95 await asyncio.sleep(0.1) 101 await asyncio.sleep( [all...] |
H A D | test_timeouts.py | 19 await asyncio.sleep(10) 28 await asyncio.sleep(10) 41 await asyncio.sleep(10) 55 await asyncio.sleep(10) 65 await asyncio.sleep(0.01) 77 await asyncio.sleep(0.01) 89 await asyncio.sleep(0.01) 102 await asyncio.sleep(10) 114 await asyncio.sleep(0) 126 await asyncio.sleep( [all...] |
H A D | test_waitfor.py | 32 await asyncio.sleep(tosleep) 46 await asyncio.sleep(0) 106 await asyncio.sleep(10) 133 await asyncio.sleep(10) 169 await asyncio.sleep(1) 181 await asyncio.sleep(10) 183 await asyncio.sleep(_EPSILON) 204 await asyncio.sleep(10) 206 await asyncio.sleep(_EPSILON) 212 await asyncio.sleep(_EPSILO [all...] |
H A D | test_locks.py | 76 await asyncio.sleep(0.01) 110 await asyncio.sleep(0) 114 await asyncio.sleep(0) 117 await asyncio.sleep(0) 123 await asyncio.sleep(0) 127 await asyncio.sleep(0) 174 await asyncio.sleep(0) 177 await asyncio.sleep(0) 180 await asyncio.sleep(0) 188 await asyncio.sleep( [all...] |
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_test/ |
H A D | cpuset_memory_testset.sh | 53 sleep 1 56 sleep 1 58 sleep 1 281 sleep 1 284 sleep 1 287 sleep 1 289 sleep 1 383 sleep 1 388 sleep 1 390 sleep [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | fcnal-test.sh | 197 sleep 1 536 sleep 1 566 sleep 1 868 sleep 1 876 sleep 1 884 sleep 1 892 sleep 1 903 sleep 1 911 sleep 1 919 sleep [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | fcnal-test.sh | 186 sleep 1 513 sleep 1 543 sleep 1 831 sleep 1 839 sleep 1 847 sleep 1 855 sleep 1 866 sleep 1 874 sleep 1 882 sleep [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/net/mptcp/ |
H A D | userspace_pm.sh | 217 sleep 0.5 223 sleep 0.5 231 sleep 1 373 sleep 0.5 382 sleep 0.5 392 sleep 0.5 403 sleep 0.5 412 sleep 0.5 422 sleep 0.5 483 sleep 0. [all...] |
/kernel/linux/build/test/moduletest/runtest/bin/sched_rtg_t/testcases/bin/ |
H A D | sched_rtg06.sh | 58 sleep 60 63 sleep 5 66 sleep 1 && 92 sleep 0.1 94 sleep 0.2 107 sleep 0.1 109 sleep 0.2 114 sleep 0.1 116 sleep 0.2 130 sleep 0. [all...] |
/test/xts/dcts/distributedhardware/distributedaudiotest/ |
H A D | daudio_automat_test.cpp | 59 sleep(g_audioDelay);
in HWTEST_F() 74 sleep(g_audioDelay);
in HWTEST_F() 90 sleep(g_audioDelay);
in HWTEST_F() 105 sleep(g_audioDelay);
in HWTEST_F() 120 sleep(g_audioDelay);
in HWTEST_F() 135 sleep(g_audioDelay);
in HWTEST_F() 150 sleep(g_audioDelay);
in HWTEST_F() 165 sleep(g_audioDelay);
in HWTEST_F() 180 sleep(g_audioDelay);
in HWTEST_F() 195 sleep(g_audioDela in HWTEST_F() [all...] |
/test/xts/acts/multimedia_lite/media_lite_posix/player_native/src/ |
H A D | ActsMediaPlayerVideoTest.cpp | 93 sleep(1);
in HWTEST_F() 112 sleep(1);
in HWTEST_F() 131 sleep(1);
in HWTEST_F() 136 sleep(1);
in HWTEST_F() 158 sleep(2);
in HWTEST_F() 164 sleep(1);
in HWTEST_F() 185 sleep(1);
in HWTEST_F() 205 sleep(2);
in HWTEST_F() 211 sleep(1);
in HWTEST_F() 230 sleep( in HWTEST_F() [all...] |
H A D | ActsMediaPlayerAudioTest.cpp | 250 sleep(2);
in HWTEST_F() 252 sleep(1);
in HWTEST_F() 280 sleep(1);
in HWTEST_F() 306 sleep(1);
in HWTEST_F() 326 sleep(1);
in HWTEST_F() 348 sleep(1);
in HWTEST_F() 372 sleep(1);
in HWTEST_F() 398 sleep(1);
in HWTEST_F() 422 sleep(1);
in HWTEST_F() 448 sleep( in HWTEST_F() [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | f_realtime.c | 45 int64_t sleep = pts - now + s->delta; in filter_frame() local 48 sleep = 0; in filter_frame() 51 if (FFABS(sleep) > s->limit / s->speed) { in filter_frame() 54 sleep); in filter_frame() 55 sleep = 0; in filter_frame() 58 if (sleep > 0) { in filter_frame() 59 av_log(ctx, AV_LOG_DEBUG, "sleeping %"PRIi64" us\n", sleep); in filter_frame() 60 for (; sleep > 600000000; sleep -= 600000000) in filter_frame() 62 av_usleep(sleep); in filter_frame() [all...] |
/test/xts/acts/communication/bluetooth_standard/src/main/js/test/ |
H A D | BtSetLocalName.test.js | 37 function sleep(delay) { 83 await sleep(10000); 89 await sleep(3000); 97 await sleep(10000); 133 await sleep(1000); 151 await sleep(1000); 169 await sleep(1000); 187 await sleep(1000); 206 await sleep(1000); 225 await sleep(100 [all...] |
/test/xts/acts/location/geolocation_standard/entry/src/ohosTest/js/test/ |
H A D | LocationMTest.test.js | 34 function sleep(ms) { function 198 await sleep(1000); 223 await sleep(1000); 249 await sleep(1000); 274 await sleep(1000); 299 await sleep(1000); 326 await sleep(1000); 338 await sleep(1000); 363 await sleep(1000); 388 await sleep(100 [all...] |
/test/xts/dcts/distributeddatamgr/jstest/distributed_kv_store/client/hap/src/main/js/test/ |
H A D | KvStoreSecurityLevelS1Jsunit.test.js | 59 function sleep(ms) {
76 await sleep(2000);
79 await sleep(2000);
113 await sleep(2000);
115 await sleep(2000);
140 await sleep(1000);
180 await sleep(2000);
208 await sleep(1000);
250 await sleep(1000);
267 await sleep(100 [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/ |
H A D | sch_red.sh | 214 sleep 1 224 sleep 5 242 sleep 5 290 sleep 1 303 sleep 1 313 sleep 1 326 sleep 1 357 sleep 1 372 sleep 1 384 sleep [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/ |
H A D | sch_red.sh | 214 sleep 1 224 sleep 5 242 sleep 5 290 sleep 1 303 sleep 1 313 sleep 1 326 sleep 1 357 sleep 1 372 sleep 1 384 sleep [all...] |
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_unlock/ |
H A D | 3-1.c | 98 sleep(1); in fn_rd() 134 sleep(1); in fn_wr_1() 170 sleep(1); in fn_wr_2() 228 sleep(1); in main() 253 sleep(1); in main() 281 sleep(1); in main() 302 sleep(1); in main() 325 sleep(1); in main() 348 sleep(1); in main()
|
/kernel/linux/linux-5.10/arch/arm/mach-pxa/ |
H A D | sleep.S | 2 * Low-level PXA250/210 sleep/wakeUp support 27 * pxa3xx_finish_suspend() - forces CPU into sleep state (S2D3C4) 31 mcr p14, 0, r0, c7, c0, 0 @ enter sleep 33 20: b 20b @ waiting for sleep 40 * Forces CPU into sleep state. 42 * r0 = value for PWRMODE M field for desired sleep state 45 @ Put the processor to sleep 48 @ prepare value for sleep mode 49 mov r1, r0 @ sleep mode 67 @ (see Errata 50, ...processor does not exit from sleep [all...] |
/kernel/linux/linux-6.6/arch/arm/mach-pxa/ |
H A D | sleep.S | 2 * Low-level PXA250/210 sleep/wakeUp support 28 * pxa3xx_finish_suspend() - forces CPU into sleep state (S2D3C4) 32 mcr p14, 0, r0, c7, c0, 0 @ enter sleep 34 20: b 20b @ waiting for sleep 41 * Forces CPU into sleep state. 43 * r0 = value for PWRMODE M field for desired sleep state 46 @ Put the processor to sleep 49 @ prepare value for sleep mode 50 mov r1, r0 @ sleep mode 68 @ (see Errata 50, ...processor does not exit from sleep [all...] |
/test/xts/acts/security_lite/huks/liteos_m_adapter/ |
H A D | hks_cipher_test.c | 73 sleep(WAIT_TO_TEST_DONE); in HksCipherTestSetUp() 203 sleep(WAIT_TO_TEST_DONE); in LITE_TEST_CASE() 222 sleep(WAIT_TO_TEST_DONE); in LITE_TEST_CASE() 240 sleep(WAIT_TO_TEST_DONE); in LITE_TEST_CASE() 257 sleep(WAIT_TO_TEST_DONE); in LITE_TEST_CASE() 274 sleep(WAIT_TO_TEST_DONE); in LITE_TEST_CASE() 291 sleep(WAIT_TO_TEST_DONE); in LITE_TEST_CASE() 308 sleep(WAIT_TO_TEST_DONE); in LITE_TEST_CASE() 325 sleep(WAIT_TO_TEST_DONE); in LITE_TEST_CASE() 342 sleep(WAIT_TO_TEST_DON in LITE_TEST_CASE() [all...] |
/test/xts/acts/distributeddatamgr/distributedKVStoretest/distributedKVStorejstest/hap/entry/src/ohosTest/js/test/ |
H A D | KvStoreBackupCallbackJsTest.js | 32 function sleep(ms) {
function 259 await sleep(500);
262 await sleep(500);
293 await sleep(500);
324 await sleep(500);
353 await sleep(500);
383 await sleep(500);
448 await sleep(500);
450 await sleep(500);
452 await sleep(50 [all...] |
H A D | KvStoreBackupPromiseJsTest.js | 162 function sleep(ms) {
function 248 await sleep(500);
251 await sleep(500);
281 await sleep(500);
311 await sleep(500);
341 await sleep(500);
371 await sleep(500);
436 await sleep(500);
438 await sleep(500);
440 await sleep(50 [all...] |