/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/test/testsuits/ |
H A D | test_index.py | 45 time.sleep(1)
52 time.sleep(1)
63 time.sleep(2)
76 time.sleep(1)
78 time.sleep(0.5)
80 time.sleep(1)
82 time.sleep(0.5)
84 time.sleep(1)
97 time.sleep(0.5)
99 time.sleep( [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...] |
/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...] |
/drivers/peripheral/usb/test/moduletest/common/ |
H A D | usb_host_serial_func_test.cpp | 61 sleep(1); in HWTEST_F() 79 sleep(1); in HWTEST_F() 100 sleep(1); in HWTEST_F() 103 sleep(1); in HWTEST_F() 128 sleep(1); in HWTEST_F() 131 sleep(1); in HWTEST_F() 153 sleep(3); in HWTEST_F() 177 sleep(3); in HWTEST_F() 210 sleep(3); in HWTEST_F() 228 sleep( in HWTEST_F() [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...] |
/applications/standard/contacts_data/jstest/ |
H A D | Stability_test.js | 36 function sleep(numberMillis) { 72 sleep(SLEEP_ONE_SECOND); 98 sleep(SLEEP_ONE_SECOND); 124 sleep(SLEEP_ONE_SECOND); 149 sleep(SLEEP_ONE_SECOND); 173 sleep(SLEEP_ONE_SECOND); 182 sleep(SLEEP_ONE_SECOND); 201 sleep(SLEEP_TWO_SECOND); 227 sleep(SLEEP_TWO_SECOND); 250 sleep(SLEEP_TWO_SECON [all...] |
H A D | ContactCard_test.js | 42 function sleep(numberMillis) 62 sleep(sleep_two); 90 sleep(sleep_one); 108 sleep(sleep_one); 142 sleep(sleep_one); 179 sleep(sleep_one); 276 sleep(sleep_one); 327 sleep(sleep_one); 503 sleep(sleep_one); 525 sleep(sleep_on [all...] |
H A D | Performance_test.js | 39 function sleep(numberMillis) { 80 sleep(SLEEP_TIME); 112 sleep(SLEEP_TIME); 145 sleep(SLEEP_TIME); 177 sleep(SLEEP_TIME); 203 sleep(sleepTime); 213 sleep(sleepTime); 237 sleep(SLEEP_TIME); 271 sleep(sleepTime8000); 301 sleep(SLEEP_TIM [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...] |
/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
H A D | pthread_atfork.c | 63 sleep(TEST_THREAD_SLEEP); in thread_fun() 65 sleep(1); in thread_fun() 69 sleep(TEST_THREAD_SLEEP); in thread_fun() 71 sleep(1); in thread_fun() 100 sleep(1); in pthread_atfork_0100() 105 sleep(1); in pthread_atfork_0100()
|
/third_party/ltp/testcases/kernel/controllers/cpuctl_fj/ |
H A D | run_cpuctl_test_fj.sh | 290 sleep $SLEEP_SEC 318 sleep $SLEEP_SEC 346 sleep $SLEEP_SEC 374 sleep $SLEEP_SEC 402 sleep $SLEEP_SEC 430 sleep $SLEEP_SEC 460 sleep $SLEEP_SEC 488 sleep $SLEEP_SEC 516 sleep $SLEEP_SEC 545 sleep [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/net/mptcp/ |
H A D | diag.sh | 15 # mptcp_connect in join mode will sleep a bit before completing, 17 sleep 1.1 87 sleep 0.1 92 sleep 0.1 102 sleep 0.1 105 sleep 0.1 114 sleep 0.1 120 sleep 1.5
|
/third_party/ltp/testcases/kernel/mce-test/kvm/host/ |
H A D | host_run.sh | 194 sleep 2 233 sleep 2 248 sleep 5 260 sleep 5 274 sleep 10 295 sleep 2 298 sleep 2 303 sleep 5 309 sleep 5 353 sleep [all...] |
/kernel/linux/linux-5.10/drivers/regulator/ |
H A D | da9062-regulator.c | 51 struct reg_field sleep; member 67 struct regmap_field *sleep; member 165 ret = regmap_field_read(regl->sleep, &val); in da9062_buck_get_mode() 176 * LDOs use sleep flags - one for normal and one for suspend state. 177 * There are 2 modes to map to: NORMAL and STANDBY (sleep) for each state. 196 return regmap_field_write(regl->sleep, val); in da9062_ldo_set_mode() 204 ret = regmap_field_read(regl->sleep, &val); in da9062_ldo_get_mode() 378 .sleep = REG_FIELD(DA9062AA_VBUCK1_A, 415 .sleep = REG_FIELD(DA9062AA_VBUCK3_A, 452 .sleep [all...] |