/third_party/gptfdisk/ |
H A D | diskio-unix.cc | 289 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 D | index.js | 119 return sleep(retry).then(() => webAuthCheckLogin(doneUrl, opts)) 279 const sleep = (ms) =>
|
/third_party/libinput/tools/ |
H A D | libinput-measure-fuzz.py | 312 time.sleep(2) 315 time.sleep(2)
|
/third_party/ltp/testcases/kernel/syscalls/ioctl/ |
H A D | ioctl02.c | 146 sleep(1); in main() 275 sleep(1); in run_ctest()
|
/third_party/ltp/testcases/kernel/syscalls/kill/ |
H A D | kill02.c | 361 (void)sleep(SLEEP_TIME); in parent_rout() 573 sleep(1); in child1_rout()
|
/third_party/python/Lib/turtledemo/ |
H A D | nim.py | 164 time.sleep(0.5) 168 time.sleep(0.2)
|
/third_party/rust/crates/nix/test/sys/ |
H A D | test_ptrace.rs | 139 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 D | pt1.c | 112 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 D | wm8350-regulator.c | 768 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 D | wm8350-regulator.c | 768 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 D | pt1.c | 112 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 D | test_time.py | 158 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 D | test_asyncore.py | 89 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 D | mptcp_join.sh | 609 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 D | rtnetlink.sh | 67 sleep .1 275 sleep 20 648 sleep 1 688 sleep 20
|
/kernel/linux/linux-5.10/drivers/media/pci/pt3/ |
H A D | pt3.c | 344 /* 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 D | pt3.c | 344 /* 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 D | test_memcontrol.c | 207 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 D | nft_flowtable.sh | 359 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 D | PerfTest.java | 690 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 D | test_sslproto.py | 262 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 D | histreaming_client_server.c | 268 sleep(HISIGNALLING_MSG_HEADER_LEN);
in main()
|
/kernel/linux/build/test/moduletest/runtest/bin/mem_debug_t/testcases/bin/ |
H A D | mem_debug04.sh | 40 sleep 3
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | sleep.S | 64 ldr_l r4, processor + CPU_SLEEP_SIZE @ size of CPU sleep state
|
/kernel/linux/linux-5.10/arch/arm/mach-omap1/ |
H A D | Makefile | 21 obj-$(CONFIG_PM) += pm.o sleep.o
|