Home
last modified time | relevance | path

Searched refs:sleep (Results 201 - 225 of 1452) sorted by relevance

12345678910>>...59

/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/ble/phone/
H A Dble_auth_channel_phone_test.cpp124 sleep(1); in Wait()
204 sleep(3); in HWTEST_F()
206 sleep(3); in HWTEST_F()
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/stream/
H A Ddstream_adaptor_client_test.c101 sleep(SHORT_SLEEP); in SendVtpStreamTest()
119 sleep(LONG_SLEEP); in SendVtpStreamTest()
124 sleep(LONG_SLEEP); in SendVtpStreamTest()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/test/moduletest/
H A Ddistributeddata_account_event_test.cpp90 sleep(WAIT_TIME_FOR_ACCOUNT_OPERATION); in HarmonyAccountLogin()
102 sleep(WAIT_TIME_FOR_ACCOUNT_OPERATION); in HarmonyAccountLogout()
114 sleep(WAIT_TIME_FOR_ACCOUNT_OPERATION); in HarmonyAccountDelete()
/third_party/mesa3d/.gitlab-ci/common/
H A Dinit-stage2.sh20 sleep 5
119 echo "touch /xorg-started; sleep 100000" > /xorg-script
129 sleep 5
163 sleep 1
/third_party/ltp/testcases/kernel/hotplug/cpu_hotplug/functional/
H A Dcpuhotplug01.sh165 sleep $TM_OFFLINE
180 sleep $TM_ONLINE
191 sleep $TM_DLY
H A Dcpuhotplug05.sh98 sleep 2
107 sleep 2
135 sleep 2
/third_party/ltp/testcases/network/multicast/mc_member/
H A Dmc_member.sh72 sleep 5
82 sleep 5
100 sleep 60 # Make sure the first process has stopped
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
H A D14-1.c64 sleep(1); in main()
72 sleep(1); in main()
90 sleep(1); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedsend/
H A D5-3.c48 * This handler is just used to catch the signal and stop sleep (so the
105 /* parent runs stopsleep_handler when sleep is interrupted in main()
113 sleep(1); in main()
118 if (sleep(3) == 0) { in main()
119 /* If sleep finished, child is probably blocking */ in main()
136 if (sleep(TIMEOUT) == 0) { in main()
138 * If sleep lasted the full time, child never timed out in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrier_wait/
H A D3-1.c99 sleep(1); in main()
121 sleep(1); in main()
154 sleep(1); in main()
/foundation/ability/ability_lite/services/abilitymgr_lite/unittest/utils/
H A Dability_test_helper.cpp58 sleep(1); in Initialize()
63 sleep(1); in UnInitialize()
148 sleep(1); in TestStartAbility()
159 sleep(2); // 2:出让CPU in TestTerminateApp()
/foundation/barrierfree/accessibility/services/aams/test/unittest/
H A Daccessibility_touchEvent_injector_test.cpp109 sleep(SLEEP_TIME_2); in HWTEST_F()
140 sleep(SLEEP_TIME_2); in HWTEST_F()
165 sleep(SLEEP_TIME_1); in HWTEST_F()
198 sleep(SLEEP_TIME_2); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing/
H A Ddrawing_demo.cpp82 sleep(1); in InitWindow()
104 sleep(1); in InitWindow()
244 sleep(2); // Wait for 2 seconds to make the screen display normal in TestFunction()
253 sleep(time); in TestFunction()
331 sleep(displayTime_); in TestPerformance()
/third_party/littlefs/scripts/
H A Dwatch.py140 sleep=None,
211 # sleep for a minimum amount of time, this helps issues around
213 time.sleep(max(0, (sleep or 0.1) - (time.time()-ptime)))
215 time.sleep(sleep or 0.1)
247 '-s', '--sleep',
249 help="Seconds to sleep between runs. Defaults to 0.1.")
/third_party/ltp/testcases/realtime/stress/pi-tests/
H A Dtestpi-3.c125 sleep(2); in func_nonrt()
169 sleep(2); in func_rt()
198 sleep(2); in func_rt()
225 sleep(1); in func_noise()
397 sleep(10); in main()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/transaction/
H A Drs_transaction_metric_collector_test.cpp65 sleep(6); in HWTEST_F()
67 sleep(1); in HWTEST_F()
/foundation/multimedia/player_framework/test/fuzztest/player_fuzztest/playersetvolume_fuzzer/
H A Dplayersetvolume_fuzzer.cpp53 sleep(1); in FuzzSetVolume()
57 sleep(1); in FuzzSetVolume()
/foundation/multimedia/player_framework/test/fuzztest/player_fuzztest/playerseek_fuzzer/
H A Dplayerseek_fuzzer.cpp56 sleep(1); in FuzzSeek()
61 sleep(1); in FuzzSeek()
/foundation/systemabilitymgr/samgr/test/autotest/testcases/level0/
H A Dcase15_dysaprofile004.py44 time.sleep(20)
50 time.sleep(1)
/foundation/communication/dsoftbus/tests/sdk/bus_center/unittest/
H A Dwifi_soft_bus_test.cpp74 sleep(ONE_SECOND); in WaitSacnResult()
99 sleep(ONE_SECOND); in HWTEST_F()
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_add_test/
H A Dnetworkshare_manager_usb_test.cpp58 sleep(EIGHT_SECONDS); in HWTEST_F()
68 sleep(TWO_SECONDS); in HWTEST_F()
/foundation/communication/netmanager_ext/test/networksharemanager/unittest/networkshare_manager_test/
H A Dnetworkshare_manager_usb_test.cpp58 sleep(EIGHT_SECONDS); in HWTEST_F()
68 sleep(TWO_SECONDS); in HWTEST_F()
/third_party/libuv/docs/code/queue-cancel/
H A Dmain.c21 sleep(1); in fib()
23 sleep(3); in fib()
/third_party/ltp/testcases/kernel/controllers/memcg/control/
H A Dmemcg_control_test.sh25 sleep 1
30 sleep 5
/third_party/node/test/parallel/
H A Dtest-async-hooks-execution-async-resource-await.js4 const sleep = require('util').promisify(setTimeout);
24 await sleep(10);

Completed in 10 milliseconds

12345678910>>...59