Home
last modified time | relevance | path

Searched defs:delay (Results 1 – 25 of 319) sorted by relevance

12345678910>>...13

/third_party/boost/libs/thread/test/
Dtest_condition_timed_wait_times_out.cpp33 boost::posix_time::seconds const delay(timeout_seconds); in do_test_timed_wait_times_out() local
49 boost::posix_time::seconds const delay(timeout_seconds); in do_test_timed_wait_with_predicate_times_out() local
66 boost::posix_time::seconds const delay(timeout_seconds); in do_test_relative_timed_wait_with_predicate_times_out() local
82 boost::posix_time::seconds const delay(timeout_seconds); in do_test_timed_wait_relative_times_out() local
97 boost::posix_time::seconds const delay(timeout_seconds); in do_test_cv_any_timed_wait_times_out() local
113 boost::posix_time::seconds const delay(timeout_seconds); in do_test_cv_any_timed_wait_with_predicate_times_out() local
130 boost::posix_time::seconds const delay(timeout_seconds); in do_test_cv_any_relative_timed_wait_with_predicate_times_out() local
146 boost::posix_time::seconds const delay(timeout_seconds); in do_test_cv_any_timed_wait_relative_times_out() local
/third_party/boost/libs/chrono/example/
Dtest_clock.cpp45 typename Clock::duration delay = milliseconds(5); in test_clock() local
81 system_clock::duration delay = milliseconds(5); in test_system_clock() local
97 steady_clock::duration delay = milliseconds(5); in test_steady_clock() local
112 high_resolution_clock::duration delay = milliseconds(5); in test_hi_resolution_clock() local
Dtest_clock2.cpp80 typename Clock::duration delay = milliseconds(5); in test_clock() local
117 chrono::system_clock::duration delay = milliseconds(5); in test_system_clock() local
133 steady_clock::duration delay = milliseconds(5); in test_steady_clock() local
148 high_resolution_clock::duration delay = milliseconds(5); in test_hi_resolution_clock() local
Dcycle_count.cpp80 clock::duration delay = duration_cast<clock::duration>(delayns); in cycle_count_delay() local
94 clock::duration delay = nanoseconds(500); in cycle_count_delay() local
109 clock::duration delay = duration_cast<clock::duration>(delayns); in cycle_count_delay() local
123 clock::duration delay = nanoseconds(500); in cycle_count_delay() local
Dtest_thread_clock.cpp21 thread_clock::duration delay = milliseconds(5); in test_thread_clock() local
Dmanipulate_clock_object.cpp45 system_clock::duration delay = milliseconds(5); in manipulate_clock_object() local
/third_party/typescript/tests/baselines/reference/convertToAsyncFunction/
DconvertToAsyncFunction_noArgs2.ts3 function delay(millis: number): Promise<void> { function
17 function delay(millis: number): Promise<void> { function
DconvertToAsyncFunction_noArgs1.ts3 function delay(millis: number): Promise<void> { function
17 function delay(millis: number): Promise<void> { function
/third_party/node/test/sequential/
Dtest-perf-hooks.js59 const delay = 250; constant
86 bootstrapComplete: { around: inited, delay: 2500 }, property
100 bootstrapComplete: { around: inited, delay: 2500 }, property
102 loopStart: { around: inited, delay: 2500 }, property
115 bootstrapComplete: { around: inited, delay: 2500 }, property
117 loopStart: { around: inited, delay: 2500 }, property
Dtest-debugger-profile.js11 function delay(ms) { function
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DICUServiceThreadTest.java123 private final long delay; field in ICUServiceThreadTest.TestThread
125 public TestThread(String name, ICUService service, long delay) { in TestThread()
197 RegisterFactoryThread(String name, ICUService service, long delay) { in RegisterFactoryThread()
213 UnregisterFactoryThread(String name, ICUService service, long delay) { in UnregisterFactoryThread()
238 … UnregisterFactoryListThread(String name, ICUService service, long delay, Factory[] factories) { in UnregisterFactoryListThread()
256 GetVisibleThread(String name, ICUService service, long delay) { in GetVisibleThread()
276 GetDisplayThread(String name, ICUService service, long delay, ULocale locale) { in GetDisplayThread()
309 GetThread(String name, ICUService service, long delay) { in GetThread()
329 GetListThread(String name, ICUService service, long delay, String[] list) { in GetListThread()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DICUServiceThreadTest.java120 private final long delay; field in ICUServiceThreadTest.TestThread
122 public TestThread(String name, ICUService service, long delay) { in TestThread()
194 RegisterFactoryThread(String name, ICUService service, long delay) { in RegisterFactoryThread()
210 UnregisterFactoryThread(String name, ICUService service, long delay) { in UnregisterFactoryThread()
235 … UnregisterFactoryListThread(String name, ICUService service, long delay, Factory[] factories) { in UnregisterFactoryListThread()
253 GetVisibleThread(String name, ICUService service, long delay) { in GetVisibleThread()
273 GetDisplayThread(String name, ICUService service, long delay, ULocale locale) { in GetDisplayThread()
306 GetThread(String name, ICUService service, long delay) { in GetThread()
326 GetListThread(String name, ICUService service, long delay, String[] list) { in GetListThread()
/third_party/libcoap/src/
Dasync.c39 const coap_pdu_t *request, coap_tick_t delay) { in coap_register_async()
91 coap_async_set_delay(coap_async_t *async, coap_tick_t delay) { in coap_async_set_delay()
168 coap_tick_t delay) { in coap_register_async()
176 coap_async_set_delay(coap_async_t *async, coap_tick_t delay) { in coap_async_set_delay()
/third_party/mesa3d/src/freedreno/ir3/
Dir3_delay.c145 unsigned delay = 0; in delay_calc_srcn_prera() local
175 unsigned delay = 0; in ir3_delay_calc_prera() local
235 unsigned delay = ir3_delayslots(assigner, consumer, consumer_n, soft); in delay_calc_srcn_postra() local
310 unsigned delay = 0; in delay_calc_postra() local
/third_party/toybox/toys/other/
Dusleep.c21 long delay = atol(*toys.optargs); in usleep_main() local
/third_party/typescript/tests/baselines/reference/
DstaticInstanceResolution3.js22 Promise.timeout = function (delay) { argument
/third_party/python/Lib/idlelib/idle_test/
Dtkinter_testing_utils.py5 def run_in_tk_mainloop(delay=1): argument
/third_party/node/test/parallel/
Dtest-timers-nested.js15 scenarios.forEach(function(delay) { argument
Dtest-tls-destroy-whilst-write.js10 const delay = new stream.Duplex({ constant
/third_party/ffmpeg/libavfilter/
Daf_anlms.c52 AVFrame *delay; member
110 static float fir_sample(AudioNLMSContext *s, float sample, float *delay, in fir_sample()
129 float *delay, float *coeffs, float *tmp, int *offsetp) in process_sample()
175 float *delay = (float *)s->delay->extended_data[c]; in process_channels() local
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/
DInterpolatingDelayLine.cpp25 float InterpolatingDelayLine::process(float delay, float input) { in process()
/third_party/iptables/include/linux/netfilter/
Dxt_LED.h9 __u32 delay; /* Delay until LED is switched off after trigger */ member
/third_party/libcoap/include/coap3/
Dcoap_async_internal.h35 coap_tick_t delay; /**< When to delay to before triggering the response member
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/main/
Dbb-i2c.h24 void (*delay)(void); member
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/effects/
DCombFilter.h26 CombFilter(float blend, float feedForward, float feedBack, int delay) : in CombFilter()

12345678910>>...13