Searched refs:DELAY (Results 1 - 6 of 6) sorted by relevance
/third_party/node/test/pummel/ |
H A D | test-net-pingpong-delay.js | 29 const DELAY = 1; 44 }, DELAY); 90 }, DELAY);
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_adelay.c | 66 #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 D | avf_showfreqs.c | 38 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 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/src/ports/skia_ohos/ |
H A D | HmSymbolConfig_ohos.cpp | 62 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 D | ftpserver.pl | 2884 elsif($_ =~ /DELAY ([A-Z]+) (\d*)/) {
|
Completed in 7 milliseconds