/third_party/boost/libs/wave/test/testwave/testfiles/ |
D | t_1_028.cpp | 17 #define DELAY(NAME) NAME macro 29 DELAY(CONCAT_1)( a, b ) (); //R ab (); 30 DELAY(CONCAT_1)(A1, B1)(); //R A1B1(); 31 DELAY(CONCAT_1) LHS A1, B1 RHS (); //R CONCAT_1 ( a, b )(); 32 DELAY(CONCAT_1)(A2(), B2())(); //R a b(); 38 DELAY(CONCAT_2)( a, b ) (); //R ab (); 39 DELAY(CONCAT_2)(A1, B1)(); //R ab(); 40 DELAY(CONCAT_2) LHS A1, B1 RHS (); //R CONCAT_2 ( a, b )(); 41 DELAY(CONCAT_2)(A2(), B2())(); //R ab();
|
D | t_1_027.cpp | 15 #define DELAY(NAME) NAME macro 27 DELAY(CONCAT_1)( a, b ) (); //R ab (); 28 DELAY(CONCAT_1)(A1, B1)(); //R A1B1(); 29 DELAY(CONCAT_1) LHS A1, B1 RHS (); //R CONCAT_1 ( a, b )(); 34 DELAY(CONCAT_2)( a, b ) (); //R ab (); 35 DELAY(CONCAT_2)(A1, B1)(); //R ab(); 36 DELAY(CONCAT_2) LHS A1, B1 RHS (); //R CONCAT_2 ( a, b )(); 37 DELAY(CONCAT_2)(A2(), B2())(); //R ab();
|
/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/curl/tests/data/ |
D | test1501 | 16 DELAY LIST 2 17 DELAY TYPE 2
|
D | test190 | 11 DELAY CWD 60
|
/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/boost/libs/preprocessor/doc/examples/ |
D | delay.c | 39 # define DELAY(N) BOOST_PP_TUPLE_ELEM(2, 0, (BOOST_PP_EMPTY, BOOST_PP_WHILE(DELAY_C, BOOST_PP_CAT(D… macro 95 DELAY(DELAY_MAX)
|
/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/curl/tests/ |
D | FILEFORMAT.md | 289 - `DELAY [command] [secs]` - Delay responding to this command for the given
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
D | libmicrohttpd-tutorial.info | 626 `Refresh: DELAY; url=URL' with the uppercase words substituted to
|