Home
last modified time | relevance | path

Searched defs:delay (Results 1 - 25 of 178) sorted by relevance

12345678

/third_party/node/test/parallel/
H A Dtest-debugger-profile.js11 function delay(ms) { function
/third_party/toybox/toys/other/
H A Dusleep.c21 long delay = atol(*toys.optargs); in usleep_main() local
/third_party/libcoap/include/coap3/
H A Dcoap_async_internal.h37 coap_tick_t delay; /**< When to delay to before triggering the response member
/base/hiviewdfx/hiview/plugins/event_store/store/
H A Dsys_event_db_mgr.cpp46 int delay = TimeUtil::SECONDS_PER_HOUR; // 1 hour in StartCheckStoreTask() local
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-bb-i2c.h37 void (*delay)(void); member
/third_party/libuv/test/
H A Dtest-semaphore.c31 int delay; member
H A Dtest-barrier.c30 unsigned delay; member
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/main/
H A Dbb-i2c.h24 void (*delay)(void); member
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/
H A DInterpolatingDelayLine.cpp25 float InterpolatingDelayLine::process(float delay, float input) { in process() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dspinlock_wait.cc74 int delay = kMinDelay << (loop / 8); in SpinLockSuggestedDelayNS() local
/third_party/ffmpeg/libavdevice/
H A Dalsa_dec.c106 snd_pcm_sframes_t delay = 0; in audio_read_packet() local
H A Dalsa_enc.c143 snd_pcm_sframes_t delay = 0; in audio_get_output_timestamp() local
/third_party/ffmpeg/libavformat/
H A Dsubviewer1dec.c45 int delay = 0; in subviewer1_read_header() local
/third_party/ffmpeg/libavutil/tests/
H A Ddes.c52 int delay = cbc && !decrypt ? 2 : 1; in run_test() local
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/effects/
H A DCombFilter.h26 CombFilter(float blend, float feedForward, float feedBack, int delay) : in CombFilter() argument
H A DDelayLineEffect.h33 DelayLineEffect(float blend, float feedForward, float feedBack, int delay, int depth, std::function<float()> &&mod) : in DelayLineEffect() argument
/third_party/ltp/lib/newlib_tests/
H A Dtst_fuzzy_sync01.c151 static void delay(const int t) in delay() function
[all...]
/third_party/node/deps/npm/node_modules/retry/test/integration/
H A Dtest-retry-operation.js148 var delay = 50 variable
/third_party/ltp/testcases/kernel/ipc/semaphore/
H A Dsem01.c79 int delay; in delayloop() local
/base/hiviewdfx/hicollie/frameworks/native/
H A Dwatchdog.cpp41 void Watchdog::RunOneShotTask(const std::string& name, Task&& task, uint64_t delay) in RunOneShotTask() argument
46 void Watchdog::RunPeriodicalTask(const std::string& name, Task&& task, uint64_t interval, uint64_t delay) in RunPeriodicalTask() argument
/third_party/cups-filters/backend/
H A Dbeh.c50 int dd, att, delay, retval; in main() local
/third_party/libcoap/src/
H A Dcoap_async.c113 coap_async_set_delay(coap_async_t *async, coap_tick_t delay) { in coap_async_set_delay() argument
39 coap_register_async(coap_session_t *session, const coap_pdu_t *request, coap_tick_t delay) coap_register_async() argument
195 coap_register_async(coap_session_t *session, const coap_pdu_t *request, coap_tick_t delay) coap_register_async() argument
205 coap_async_set_delay(coap_async_t *async, coap_tick_t delay) coap_async_set_delay() argument
[all...]
/third_party/libevdev/test/
H A Dtest-libevdev-events.c1818 int delay = 500, period = 200; in START_TEST() local
H A Dtest-libevdev-has-event.c184 int rep, delay; in START_TEST() local
220 int delay = 0xab, period = 0xbc; in START_TEST() local
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
H A Dnotification_test.cc75 const absl::Duration delay = absl::Milliseconds(50); in BasicTests() local

Completed in 9 milliseconds

12345678