Home
last modified time | relevance | path

Searched refs:DELAY (Results 1 - 6 of 6) sorted by relevance

/third_party/node/test/pummel/
H A Dtest-net-pingpong-delay.js29 const DELAY = 1;
44 }, DELAY);
90 }, DELAY);
/third_party/ffmpeg/libavfilter/
H A Daf_adelay.c66 #define DELAY(name, type, fill) \ macro
95 DELAY(u8, uint8_t, 0x80)
96 DELAY(s16, int16_t, 0)
97 DELAY(s32, int32_t, 0)
98 DELAY(flt, float, 0)
99 DELAY(dbl, double, 0)
H A Davf_showfreqs.c38 enum DataMode { MAGNITUDE, PHASE, DELAY, NB_DATA }; enumerator
111 { "delay", "show group delay",0, AV_OPT_TYPE_CONST, {.i64=DELAY}, 0, 0, FLAGS, "data" },
459 case DELAY: in plot_freqs()
/third_party/ltp/testcases/realtime/func/pi-tests/
H A Dsbrk_mutex.c51 #define DELAY 1000 /* how long to sleep in the worker thread in us */ macro
90 usleep(DELAY); in worker_thread()
/third_party/skia/src/ports/skia_ohos/
H A DHmSymbolConfig_ohos.cpp62 const char DELAY[] = "delay"; variable
498 std::vector<std::string> tags = {CURVE, CURVE_ARGS, DURATION, DELAY, PROPERTIES}; in ParseSymbolPiecewisePara()
512 {DELAY, PiecewiseParaDelayCase}, in ParseSymbolPiecewisePara()
/third_party/curl/tests/
H A Dftpserver.pl2884 elsif($_ =~ /DELAY ([A-Z]+) (\d*)/) {

Completed in 8 milliseconds