| /third_party/musl/src/unistd/ |
| D | sleep.c | 4 unsigned sleep(unsigned seconds) in sleep() function
|
| /third_party/node/test/parallel/ |
| D | test-inspector-has-idle.js | 10 const sleep = promisify(setTimeout); constant
|
| D | test-async-hooks-execution-async-resource-await.js | 4 const sleep = require('util').promisify(setTimeout); constant
|
| /third_party/node/test/async-hooks/ |
| D | test-graph.pipe.js | 11 const sleep = spawn('sleep', [ '0.1' ]); constant
|
| D | test-async-await.js | 14 const sleep = util.promisify(setTimeout); constant
|
| /third_party/gstreamer/gstreamer/libs/gst/check/ |
| D | gstharness.c | 2833 gulong sleep; member 2889 GstHarness * h, gulong sleep) in gst_harness_thread_init() 3210 GFunc init, GFunc callback, gpointer data, gulong sleep) in gst_harness_stress_custom_start() 3240 gst_harness_stress_statechange_start_full (GstHarness * h, gulong sleep) in gst_harness_stress_statechange_start_full() 3282 GstCaps * caps, const GstSegment * segment, GstBuffer * buf, gulong sleep) in gst_harness_stress_push_buffer_start_full() 3313 gulong sleep) in gst_harness_stress_push_buffer_with_cb_start_full() 3347 GstEvent * event, gulong sleep) in gst_harness_stress_push_event_start_full() 3376 gulong sleep) in gst_harness_stress_push_event_with_cb_start_full() 3408 GstEvent * event, gulong sleep) in gst_harness_stress_push_upstream_event_start_full() 3437 gulong sleep) in gst_harness_stress_push_upstream_event_with_cb_start_full() [all …]
|
| /third_party/cef/tests/ceftests/ |
| D | run_all_unittests.cc | 61 void sleep(int64 ms) { in sleep() function
|
| /third_party/ffmpeg/libavfilter/ |
| D | f_realtime.c | 43 int64_t sleep = pts - now + s->delta; in filter_frame() local
|
| /third_party/skia/third_party/externals/microhttpd/src/include/ |
| D | platform.h | 153 #define sleep(seconds) (SleepEx((seconds)*1000, 1)/1000) macro
|
| /third_party/rust/crates/clap/examples/ |
| D | typed-derive.rs | 22 sleep: Option<humantime::Duration>, field
|
| /third_party/node/lib/internal/ |
| D | util.js | 441 function sleep(msec) { function 480 sleep, property
|
| /third_party/node/deps/npm/lib/auth/ |
| D | sso.js | 69 function sleep (time) { function
|
| /third_party/python/Lib/test/ |
| D | test_sched.py | 24 def sleep(self, t): member in Timer
|
| /third_party/skia/infra/bots/recipe_modules/flavor/ |
| D | ios.py | 39 def sleep(attempt): function
|
| /third_party/openssl/crypto/cmp/ |
| D | cmp_client.c | 254 static int poll_for_response(OSSL_CMP_CTX *ctx, int sleep, int rid, in poll_for_response() 529 static int cert_response(OSSL_CMP_CTX *ctx, int sleep, int rid, in cert_response()
|
| /third_party/node/benchmark/async_hooks/ |
| D | async-resource-vs-destroy.js | 5 const sleep = promisify(setTimeout); constant
|
| /third_party/openssl/ohos_lite/ |
| D | e_os.h | 335 # define sleep(a) taskDelay((a) * sysClkRateGet()) macro
|
| /third_party/flutter/skia/third_party/externals/wuffs/script/ |
| D | crawl.go | 421 func sleep(rng *rand.Rand) { func
|
| /third_party/skia/third_party/externals/swiftshader/src/Common/ |
| D | Thread.hpp | 139 inline void Thread::sleep(int milliseconds) in sleep() function in sw::Thread
|
| /third_party/openssl/ |
| D | e_os.h | 276 # define sleep(a) taskDelay((a) * sysClkRateGet()) macro
|
| /third_party/node/deps/npm/node_modules/npm-profile/ |
| D | index.js | 287 function sleep (ms) { function
|
| /third_party/python/Lib/asyncio/ |
| D | tasks.py | 593 async def sleep(delay, result=None): function
|
| /third_party/rust/crates/tracing/examples/examples/ |
| D | tower-load.rs | 329 let sleep = rand::thread_rng().gen_range(0, 25); in load_gen() localVariable
|
| /third_party/python/Modules/_sqlite/clinic/ |
| D | connection.c.h | 549 double sleep = 0.25; in pysqlite_connection_backup() local
|
| /third_party/rust/crates/nix/src/ |
| D | unistd.rs | 1847 pub fn sleep(seconds: c_uint) -> c_uint { in sleep() function
|