Home
last modified time | relevance | path

Searched refs:sleep (Results 976 - 1000 of 2218) sorted by relevance

1...<<31323334353637383940>>...89

/third_party/gptfdisk/
H A Ddiskio-unix.cc289 sleep(2); in DiskSync()
296 sleep(1); // Theoretically unnecessary, but ioctl() fails sometimes if omitted.... in DiskSync()
/third_party/node/deps/npm/node_modules/npm-profile/lib/
H A Dindex.js119 return sleep(retry).then(() => webAuthCheckLogin(doneUrl, opts))
279 const sleep = (ms) =>
/third_party/libinput/tools/
H A Dlibinput-measure-fuzz.py312 time.sleep(2)
315 time.sleep(2)
/third_party/ltp/testcases/kernel/syscalls/ioctl/
H A Dioctl02.c146 sleep(1); in main()
275 sleep(1); in run_ctest()
/third_party/ltp/testcases/kernel/syscalls/kill/
H A Dkill02.c361 (void)sleep(SLEEP_TIME); in parent_rout()
573 sleep(1); in child1_rout()
/third_party/python/Lib/turtledemo/
H A Dnim.py164 time.sleep(0.5)
168 time.sleep(0.2)
/third_party/rust/crates/nix/test/sys/
H A Dtest_ptrace.rs139 use std::thread::sleep; in test_ptrace_interrupt()
148 sleep(Duration::from_millis(1000)); in test_ptrace_interrupt()
/kernel/linux/linux-5.10/drivers/media/pci/pt1/
H A Dpt1.c112 int sleep; member
762 /* XXX: The bits should be changed depending on adap->sleep. */ in pt1_update_power()
794 adap->sleep = 1; in pt1_sleep()
805 adap->sleep = 0; in pt1_wakeup()
846 adap->sleep = 1; in pt1_alloc_adapter()
944 adap->orig_sleep = fe->ops.sleep; in pt1_init_frontend()
947 fe->ops.sleep = pt1_sleep; in pt1_init_frontend()
/kernel/linux/linux-5.10/drivers/regulator/
H A Dwm8350-regulator.c768 u16 mask, sleep, active, force; in wm8350_dcdc_get_mode() local
792 sleep = wm8350_reg_read(wm8350, WM8350_DCDC_SLEEP_OPTIONS) & mask; in wm8350_dcdc_get_mode()
794 dev_dbg(wm8350->dev, "mask %x active %x sleep %x force %x", in wm8350_dcdc_get_mode()
795 mask, active, sleep, force); in wm8350_dcdc_get_mode()
797 if (active && !sleep) { in wm8350_dcdc_get_mode()
802 } else if (!active && !sleep) in wm8350_dcdc_get_mode()
804 else if (sleep) in wm8350_dcdc_get_mode()
/kernel/linux/linux-6.6/drivers/regulator/
H A Dwm8350-regulator.c768 u16 mask, sleep, active, force; in wm8350_dcdc_get_mode() local
792 sleep = wm8350_reg_read(wm8350, WM8350_DCDC_SLEEP_OPTIONS) & mask; in wm8350_dcdc_get_mode()
794 dev_dbg(wm8350->dev, "mask %x active %x sleep %x force %x", in wm8350_dcdc_get_mode()
795 mask, active, sleep, force); in wm8350_dcdc_get_mode()
797 if (active && !sleep) { in wm8350_dcdc_get_mode()
802 } else if (!active && !sleep) in wm8350_dcdc_get_mode()
804 else if (sleep) in wm8350_dcdc_get_mode()
/kernel/linux/linux-6.6/drivers/media/pci/pt1/
H A Dpt1.c112 int sleep; member
761 /* XXX: The bits should be changed depending on adap->sleep. */ in pt1_update_power()
793 adap->sleep = 1; in pt1_sleep()
804 adap->sleep = 0; in pt1_wakeup()
845 adap->sleep = 1; in pt1_alloc_adapter()
943 adap->orig_sleep = fe->ops.sleep; in pt1_init_frontend()
946 fe->ops.sleep = pt1_sleep; in pt1_init_frontend()
/third_party/python/Lib/test/
H A Dtest_time.py158 self.assertRaises(ValueError, time.sleep, -2)
159 self.assertRaises(ValueError, time.sleep, -1)
160 time.sleep(1.2)
474 # monotonic() includes time elapsed during a sleep
476 time.sleep(0.5)
496 # process_time() should not include time spend during a sleep
498 time.sleep(0.100)
516 # thread_time() should not include time spend during a sleep
518 time.sleep(0.100)
H A Dtest_asyncore.py89 time.sleep(0.01)
346 time.sleep(0.2)
354 time.sleep(0.1)
518 time.sleep(timeout)
/kernel/linux/linux-6.6/tools/testing/selftests/net/mptcp/
H A Dmptcp_join.sh609 sleep 0.1
629 sleep 0.1
649 sleep 0.1
664 sleep 0.1
865 sleep 1
918 [ $addr_nr_ns1 -gt 0 ] && [ $addr_nr_ns2 -lt 0 ] && sleep 1
978 sleep 1
1034 sleep 1
1099 ( cat "$cinfail" ; sleep 2; link_failure $listener_ns ; cat "$cinfail" ) | \
1122 sleep
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/
H A Drtnetlink.sh67 sleep .1
275 sleep 20
648 sleep 1
688 sleep 20
/kernel/linux/linux-5.10/drivers/media/pci/pt3/
H A Dpt3.c344 /* and sleep again, waiting to be opened by users. */ in pt3_fe_init()
347 if (fe->ops.tuner_ops.sleep) in pt3_fe_init()
348 ret = fe->ops.tuner_ops.sleep(fe); in pt3_fe_init()
351 if (fe->ops.sleep) in pt3_fe_init()
352 ret = fe->ops.sleep(fe); in pt3_fe_init()
/kernel/linux/linux-6.6/drivers/media/pci/pt3/
H A Dpt3.c344 /* and sleep again, waiting to be opened by users. */ in pt3_fe_init()
347 if (fe->ops.tuner_ops.sleep) in pt3_fe_init()
348 ret = fe->ops.tuner_ops.sleep(fe); in pt3_fe_init()
351 if (fe->ops.sleep) in pt3_fe_init()
352 ret = fe->ops.sleep(fe); in pt3_fe_init()
/kernel/linux/linux-6.6/tools/testing/selftests/cgroup/
H A Dtest_memcontrol.c207 sleep(1); in alloc_pagecache_50M_noexit()
228 sleep(1); in alloc_anon_noexit()
374 sleep(1); in test_memcg_protection()
758 sleep(1); in test_memcg_reclaim()
/kernel/linux/linux-6.6/tools/testing/selftests/netfilter/
H A Dnft_flowtable.sh359 sleep 1
363 sleep 1
366 sleep 1
369 sleep 1;
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
H A DPerfTest.java690 Thread.sleep(100); in gc()
692 Thread.sleep(100); in gc()
695 Thread.sleep(100); in gc()
697 Thread.sleep(100); in gc()
/third_party/python/Lib/test/test_asyncio/
H A Dtest_sslproto.py262 await asyncio.sleep(0.5)
327 await asyncio.sleep(0.5)
412 await asyncio.sleep(0.5)
483 await asyncio.sleep(0.5)
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/histreaming_server/src/
H A Dhistreaming_client_server.c268 sleep(HISIGNALLING_MSG_HEADER_LEN); in main()
/kernel/linux/build/test/moduletest/runtest/bin/mem_debug_t/testcases/bin/
H A Dmem_debug04.sh40 sleep 3
/kernel/linux/linux-5.10/arch/arm/kernel/
H A Dsleep.S64 ldr_l r4, processor + CPU_SLEEP_SIZE @ size of CPU sleep state
/kernel/linux/linux-5.10/arch/arm/mach-omap1/
H A DMakefile21 obj-$(CONFIG_PM) += pm.o sleep.o

Completed in 32 milliseconds

1...<<31323334353637383940>>...89