Searched refs:sleep (Results 1526 - 1550 of 1562) sorted by relevance
1...<<616263
/third_party/backends/backend/ |
H A D | artec.c | 634 sleep (1); in wait_ready() 3503 usleep (50000); /* sleep for .05 second */ in artec_sane_read() 3538 usleep (50000); /* sleep for .05 second */ in artec_sane_read()
|
H A D | plustek-usbshading.c | 80 #define _AUTO_SLEEP 1 /**< time to sleep, when lamp is not stable */ 2518 /* no need to sleep in the first loop */ in usb_AutoWarmup() 2520 sleep( _AUTO_SLEEP ); in usb_AutoWarmup()
|
H A D | plustek.c | 2590 sleep(1); in sane_start()
|
H A D | test.c | 1487 sleep (10); in reader_process()
|
H A D | kodakaio.c | 1234 sleep(1); in cmd_set_scanning_parameters()
|
H A D | pieusb_specific.c | 2338 sleep(2); in sanei_pieusb_wait_ready()
|
H A D | rts8891.c | 1156 sleep (15 - (current.tv_sec - dev->start_time.tv_sec)); in sane_start() 1162 sleep (15); in sane_start()
|
H A D | bh.c | 1165 sleep(get_window_delay); /*--- page 4-5 of B&H Copiscan 8000 ESC OEM Tech Manual */ in get_window()
|
H A D | nec.c | 972 sleep(3); in wait_ready()
|
H A D | sharp.c | 1206 sleep(3); in wait_ready()
|
H A D | epsonds.c | 1530 // the device might have been just probed, sleep a bit. in device_detect() 1532 sleep(1); in device_detect()
|
/third_party/ltp/testcases/kernel/fs/doio/ |
H A D | doio.c | 500 {"sleep", DELAY_SLEEP}, 1098 sleep(delaytime); in doio_delay() 5458 fprintf(stream, "\t sleep:time (1 second=1)\n"); in help()
|
/third_party/nghttp2/src/ |
H A D | shrpx_config.cc | 3468 return parse_duration(&config->conn.listener.timeout.sleep, opt, optarg); in parse_config()
|
/third_party/node/deps/v8/src/codegen/ppc/ |
H A D | constants-ppc.h | 2241 V(sleep, SLEEP, 0x4C0003A4)
|
/third_party/python/Lib/ |
H A D | turtle.py | 4146 time.sleep(2)
|
/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/test/unittest/renderer_test/src/ |
H A D | audio_renderer_unit_test.cpp | 2056 sleep(PAUSE_RENDER_TIME_SECONDS); in HWTEST() 2546 sleep(PAUSE_RENDER_TIME_SECONDS); in HWTEST() 2803 size_t sleepTime = 1000000; // sleep 1s in HWTEST() 6735 size_t sleepTime = 1000000; // sleep 1s in HWTEST()
|
/third_party/libabigail/ |
H A D | ltmain.sh | 2131 sleep 2 3702 sleep 2
|
/third_party/rust/crates/libc/src/ |
H A D | psp.rs | 1544 pub sleep: u32,
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 3629 pub fn sleep(secs: ::c_uint) -> ::c_uint; in sleep() functions
|
/third_party/skia/third_party/externals/microhttpd/ |
H A D | ltmain.sh | 2151 sleep 2 3722 sleep 2
|
/third_party/python/Lib/test/ |
H A D | test_functools.py | 1721 time.sleep(.01)
|
/third_party/toybox/generated/ |
H A D | flags.h | 2630 // sleep <1 <1 5689 #define TT this.sleep
|
/third_party/sqlite/src/ |
H A D | shell.c | 19360 int sleep = sqlite3_value_int(argv[0]); in shellUSleepFunc() local 19362 sqlite3_sleep(sleep/1000); in shellUSleepFunc() 19363 sqlite3_result_int(context, sleep); in shellUSleepFunc()
|
/third_party/eudev/ |
H A D | ltmain.sh | 3514 sleep 2 5142 sleep 2
|
/third_party/curl/ |
H A D | ltmain.sh | 3712 sleep 2 5343 sleep 2
|
Completed in 165 milliseconds
1...<<616263