Home
last modified time | relevance | path

Searched refs:sleep (Results 1301 - 1325 of 2457) sorted by relevance

1...<<51525354555657585960>>...99

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/p2p/
H A Dp2p_find.py185 # Else sleep for (timeout)
187 time.sleep(p2p_find_test.timeout)
H A Dp2p_flush.py162 time.sleep(int(p2p_flush_test.timeout))
H A Dp2p_listen.py175 # Else sleep for (timeout)
177 time.sleep(int(p2p_listen_test.timeout))
H A Dp2p_stop_find.py168 time.sleep(int(p2p_stop_find_test.timeout))
/vendor/hisilicon/hispark_pegasus/demo/environment_test_demo/
H A Denvrionment_demo.c130 sleep(1); in EnvironmentTask()
/vendor/hisilicon/hispark_pegasus/demo/histreaming_demo/
H A Dwifi_sta.c145 sleep(5); /* sleep 5s, waiting for scan result. */ in hi_wifi_start_sta()
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-top.c133 sleep(1); in perf_top__parse_source()
144 sleep(1); in perf_top__parse_source()
189 sleep(5); in ui__warn_map_erange()
220 * Release it before going to sleep. in perf_top__record_precise_ip()
229 sleep(1); in perf_top__record_precise_ip()
423 sleep(1); in perf_top__prompt_symbol()
539 sleep(1); in perf_top__handle_keypress()
793 sleep(5); in perf_event__process_sample()
824 sleep(5); in perf_event__process_sample()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-top.c135 sleep(1); in perf_top__parse_source()
146 sleep(1); in perf_top__parse_source()
192 sleep(5); in ui__warn_map_erange()
224 * Release it before going to sleep.
233 sleep(1);
427 sleep(1); in perf_top__prompt_symbol()
543 sleep(1); in perf_top__handle_keypress()
794 sleep(5); in perf_event__process_sample()
826 sleep(5); in perf_event__process_sample()
/test/xts/acts/location/geolocation_standard/entry/src/ohosTest/js/test/
H A DLocationTest.test.js32 function sleep(ms) { function
41 await sleep(3000);
139 await sleep(1000);
220 await sleep(1000);
1223 await sleep(1000);
1444 await sleep(1000);
1533 await sleep(1000);
1622 await sleep(1000);
/test/xts/dcts/distributedhardware/distributedcameratest/
H A Ddcamera_hdf_demo.cpp1305 sleep(1); in StreamOffline()
1308 sleep(offlineDelayTime); in StreamOffline()
1776 sleep(1); in FlashLightTest()
1778 sleep(delayTime); in FlashLightTest()
1799 sleep(1); in OfflineTest()
1807 sleep(dalayTime); in OfflineTest()
1833 sleep(delayTime); in CaptureTest()
1857 sleep(delayTime); in VideoTest()
/third_party/python/Lib/test/test_asyncio/
H A Dtest_ssl.py630 self.loop.run_until_complete(asyncio.sleep(0.1))
717 await asyncio.sleep(0.5)
778 await asyncio.sleep(0.5)
866 await asyncio.sleep(0.5)
937 await asyncio.sleep(0.5)
1262 time.sleep(0.5) # hopefully stuck the TCP buffer
1347 time.sleep(0.2) # wait for the peer to fill its backlog
1377 time.sleep(0.2) # wait for the peer to fill its backlog
/kernel/linux/linux-5.10/drivers/mfd/
H A Ddb8500-prcmu.c1134 * @sleep: Configuration for ApSleep.
1137 void prcmu_configure_auto_pm(struct prcmu_auto_pm_config *sleep, in prcmu_configure_auto_pm() argument
1144 BUG_ON((sleep == NULL) || (idle == NULL)); in prcmu_configure_auto_pm()
1146 sleep_cfg = (sleep->sva_auto_pm_enable & 0xF); in prcmu_configure_auto_pm()
1147 sleep_cfg = ((sleep_cfg << 4) | (sleep->sia_auto_pm_enable & 0xF)); in prcmu_configure_auto_pm()
1148 sleep_cfg = ((sleep_cfg << 8) | (sleep->sva_power_on & 0xFF)); in prcmu_configure_auto_pm()
1149 sleep_cfg = ((sleep_cfg << 8) | (sleep->sia_power_on & 0xFF)); in prcmu_configure_auto_pm()
1150 sleep_cfg = ((sleep_cfg << 4) | (sleep->sva_policy & 0xF)); in prcmu_configure_auto_pm()
1151 sleep_cfg = ((sleep_cfg << 4) | (sleep->sia_policy & 0xF)); in prcmu_configure_auto_pm()
1171 ((sleep in prcmu_configure_auto_pm()
[all...]
/kernel/linux/linux-6.6/drivers/mfd/
H A Ddb8500-prcmu.c1133 * @sleep: Configuration for ApSleep.
1136 void prcmu_configure_auto_pm(struct prcmu_auto_pm_config *sleep, in prcmu_configure_auto_pm() argument
1143 BUG_ON((sleep == NULL) || (idle == NULL)); in prcmu_configure_auto_pm()
1145 sleep_cfg = (sleep->sva_auto_pm_enable & 0xF); in prcmu_configure_auto_pm()
1146 sleep_cfg = ((sleep_cfg << 4) | (sleep->sia_auto_pm_enable & 0xF)); in prcmu_configure_auto_pm()
1147 sleep_cfg = ((sleep_cfg << 8) | (sleep->sva_power_on & 0xFF)); in prcmu_configure_auto_pm()
1148 sleep_cfg = ((sleep_cfg << 8) | (sleep->sia_power_on & 0xFF)); in prcmu_configure_auto_pm()
1149 sleep_cfg = ((sleep_cfg << 4) | (sleep->sva_policy & 0xF)); in prcmu_configure_auto_pm()
1150 sleep_cfg = ((sleep_cfg << 4) | (sleep->sia_policy & 0xF)); in prcmu_configure_auto_pm()
1170 ((sleep in prcmu_configure_auto_pm()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/
H A Dlontium-lt9611.c50 bool sleep; member
462 lt9611->sleep = true; in lt9611_sleep_setup()
894 if (!lt9611->sleep) in lt9611_bridge_pre_enable()
900 lt9611->sleep = false; in lt9611_bridge_pre_enable()
1141 lt9611->sleep = false; in lt9611_probe()
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/
H A Dlontium-lt9611.c53 bool sleep; member
481 lt9611->sleep = true; in lt9611_sleep_setup()
831 if (!lt9611->sleep) in lt9611_bridge_atomic_pre_enable()
837 lt9611->sleep = false; in lt9611_bridge_atomic_pre_enable()
1071 lt9611->sleep = false; in lt9611_probe()
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dgro.c869 sleep(1); in gro_sender()
873 sleep(1); in gro_sender()
875 sleep(1); in gro_sender()
878 sleep(1); in gro_sender()
880 sleep(1); in gro_sender()
/third_party/python/Lib/test/
H A Dtest_threading.py77 time.sleep(delay)
309 time.sleep(0.1)
388 time.sleep(100)
406 time.sleep(2)
426 from time import sleep
429 sleep(1)
432 print("Woke up, sleep function is:", sleep)
438 b"Woke up, sleep function is: <built-in function sleep>")
[all...]
H A Dtest_signal.py144 "for _ in range(999): time.sleep(0.01)"],
400 # We attempt to get a signal during the sleep,
856 time.sleep(1)
1054 time.sleep(1)
1226 time.sleep(1e-3)
1283 time.sleep(1e-5)
1288 time.sleep(1e-5)
1321 time.sleep(1e-5)
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb/
H A Ddib0700_devices.c810 deb_info("sleep: %d", onoff); in dib7070_tuner_sleep()
818 .sleep = dib7070_tuner_sleep,
825 .sleep = dib7070_tuner_sleep,
834 .sleep = dib7070_tuner_sleep,
1255 .sleep = dib80xx_tuner_sleep,
1269 .sleep = dib80xx_tuner_sleep,
1613 .sleep = dib80xx_tuner_sleep,
2186 tfe8096p_dib0090_config.sleep = st->dib8000_ops.tuner_sleep; in tfe8096p_tuner_attach()
2337 .sleep = dib90x0_tuner_sleep,
2356 .sleep
[all...]
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb/
H A Ddib0700_devices.c810 deb_info("sleep: %d", onoff); in dib7070_tuner_sleep()
818 .sleep = dib7070_tuner_sleep,
825 .sleep = dib7070_tuner_sleep,
834 .sleep = dib7070_tuner_sleep,
1255 .sleep = dib80xx_tuner_sleep,
1269 .sleep = dib80xx_tuner_sleep,
1613 .sleep = dib80xx_tuner_sleep,
2179 tfe8096p_dib0090_config.sleep = st->dib8000_ops.tuner_sleep; in tfe8096p_tuner_attach()
2330 .sleep = dib90x0_tuner_sleep,
2349 .sleep
[all...]
/test/xts/dcts/filemanagement/fileio/client/src/main/js/test/
H A DFileioJsUnit.test.js164 function sleep(ms) {
182 sleep(2000);
185 sleep(6000);
196 sleep(5000);
198 sleep(3000);
211 sleep(1500);
3244 sleep(1000);
3327 sleep(1000);
3347 sleep(1000);
3489 sleep(200
[all...]
/kernel/linux/linux-5.10/arch/arm64/kernel/
H A DMakefile38 obj-$(CONFIG_CPU_PM) += sleep.o suspend.o
/kernel/linux/linux-6.6/arch/arm64/kernel/
H A DMakefile49 obj-$(CONFIG_CPU_PM) += sleep.o suspend.o
/kernel/linux/linux-5.10/tools/testing/selftests/netfilter/
H A Dbridge_brouter.sh85 sleep 1
/kernel/linux/linux-5.10/tools/testing/selftests/ptrace/
H A Dpeeksiginfo.c172 sleep(1); in main()

Completed in 59 milliseconds

1...<<51525354555657585960>>...99