Home
last modified time | relevance | path

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

1234567891011

/third_party/node/test/sequential/
Dtest-perf-hooks.js23 const delay = 250; constant
50 bootstrapComplete: { around: inited, delay: 2500 }, property
64 bootstrapComplete: { around: inited, delay: 2500 }, property
66 loopStart: { around: inited, delay: 2500 }, property
79 bootstrapComplete: { around: inited, delay: 2500 }, property
81 loopStart: { around: inited, delay: 2500 }, property
/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/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/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/node/deps/undici/src/lib/
Dtimers.js54 constructor (callback, delay, opaque) { argument
85 setTimeout (callback, delay, opaque) { argument
/third_party/libcoap/src/
Dcoap_async.c40 const coap_pdu_t *request, coap_tick_t delay) { in coap_register_async()
113 coap_async_set_delay(coap_async_t *async, coap_tick_t delay) { in coap_async_set_delay()
197 coap_tick_t delay) { in coap_register_async()
205 coap_async_set_delay(coap_async_t *async, coap_tick_t delay) { in coap_async_set_delay()
/third_party/node/deps/npm/node_modules/exponential-backoff/dist/jitter/no/
Dno.jitter.js3 function noJitter(delay) { argument
/third_party/toybox/toys/other/
Dusleep.c21 long delay = atol(*toys.optargs); in usleep_main() local
/third_party/node/deps/npm/node_modules/exponential-backoff/dist/jitter/full/
Dfull.jitter.js3 function fullJitter(delay) { argument
/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/python/Lib/idlelib/idle_test/
Dtkinter_testing_utils.py5 def run_in_tk_mainloop(delay=1): argument
/third_party/typescript/tests/baselines/reference/
DstaticInstanceResolution3.js22 Promise.timeout = function (delay) { argument
DmemberAccessMustUseModuleInstances.js25 Promise.timeout = function (delay) { 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
Dtest-debugger-profile.js11 function delay(ms) { function
/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/libcoap/include/coap3/
Dcoap_async_internal.h37 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()
/third_party/libwebsockets/include/libwebsockets/
Dlws-bb-i2c.h37 void (*delay)(void); member
/third_party/weex-loader/deps/weex-styler/test/
Dparse.js79 …expect(data.jsonStyle['@TRANSITION']).eql({foo: {property: 'marginTop', duration: 300, delay: 200,… property
99 …expect(data.jsonStyle['@TRANSITION']).eql({foo: {property: 'transform', duration: 300, delay: 200,… property
115 …e['@TRANSITION']).eql({foo: {property: 'marginTop,height', duration: 300, delay: 200, timingFuncti… property
132 foo: {property: 'marginTop', duration: 300, delay: 200, timingFunction: 'ease-in'}, property
133 bar: {property: 'marginTop', duration: 300, delay: 200, timingFunction: 'ease-in'} property
162 …expect(data.jsonStyle['@TRANSITION']).eql({foo: {property: 'marginTop', duration: 500, delay: 1000… property
183 …expect(data.jsonStyle['@TRANSITION']).eql({foo: {property: 'marginTop', duration: 300, delay: 1000… property
/third_party/mesa3d/src/freedreno/ir3/
Dir3_delay.c134 unsigned delay = ir3_delayslots(assigner, consumer, consumer_n, false); in ir3_delayslots_with_repeat() local
249 unsigned delay = 0; in delay_calc() local
Dir3_postsched.c86 unsigned delay; member
130 unsigned delay = (unsigned)(uintptr_t)edge->data; in schedule() local
187 unsigned delay = node_delay(ctx, n); in node_delay_soft() local
687 unsigned delay = node_delay(ctx, instr->data); in sched_block() local

1234567891011