Searched refs:DELAY (Results 1 – 9 of 9) sorted by relevance
/third_party/node/test/parallel/ |
D | test-performance-measure.js | 7 const DELAY = 1000; constant 13 assert.ok(duration > DELAY); 25 }), DELAY);
|
/third_party/node/test/pummel/ |
D | test-net-pingpong-delay.js | 29 const DELAY = 1; 44 }, DELAY); 90 }, DELAY);
|
/third_party/ffmpeg/libavfilter/ |
D | af_adelay.c | 95 #define DELAY(name, type, fill) \ macro 124 DELAY(u8, uint8_t, 0x80) 125 DELAY(s16, int16_t, 0) 126 DELAY(s32, int32_t, 0) 127 DELAY(flt, float, 0) 128 DELAY(dbl, double, 0)
|
D | avf_showfreqs.c | 39 enum DataMode { MAGNITUDE, PHASE, DELAY, NB_DATA }; enumerator 123 … { "delay", "show group delay",0, AV_OPT_TYPE_CONST, {.i64=DELAY}, 0, 0, FLAGS, "data" }, 444 case DELAY: in plot_freqs()
|
/third_party/ltp/testcases/realtime/func/pi-tests/ |
D | sbrk_mutex.c | 51 #define DELAY 1000 /* how long to sleep in the worker thread in us */ macro 90 usleep(DELAY); in worker_thread()
|
/third_party/skia/third_party/externals/microhttpd/doc/chapters/ |
D | responseheaders.inc | 182 An unofficial, but widely understood, response header line is @code{Refresh: DELAY; url=URL} with
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_bsd_addr.c | 978 DELAY(10);
|
D | sctp_pcb.c | 6847 DELAY(10);
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
D | libmicrohttpd-tutorial.info | 626 `Refresh: DELAY; url=URL' with the uppercase words substituted to
|