Home
last modified time | relevance | path

Searched defs:echo (Results 1 – 23 of 23) sorted by relevance

/third_party/node/test/parallel/
Dtest-child-process-double-pipe.js36 let grep, sed, echo; variable
Dtest-child-process-spawn-shell.js21 const echo = cp.spawn('echo', ['foo'], { constant
Dtest-child-process-spawnsync-shell.js27 const echo = cp.spawnSync('echo', ['foo'], { shell: true }); constant
Dtest-cluster-message.js46 echo: message property
/third_party/musl/
Dconfigure61 echo () { printf "%s\n" "$*" ; } function
/third_party/ffmpeg/tools/
Dffeval.c58 int count = 0, echo = 0; in main() local
Dffescape.c71 int echo = 0; in main() local
/third_party/skia/tools/skpbench/
D_adb.py13 def __init__(self, device_serial=None, adb_binary=None, echo=False): argument
/third_party/nghttp2/src/
Dshrpx_downstream_test.cc50 auto echo = StringRef::from_lit("echo0123456789"); in test_downstream_field_store_append_last_header() local
/third_party/protobuf/php/tests/proto/
Dtest_reserved_enum_value_lower.proto22 echo = 16; enumerator
Dtest_reserved_message_lower.proto21 message echo {} message
Dtest_reserved_enum_lower.proto21 enum echo { ZERO17 = 0; } enum
/third_party/pulseaudio/speex/libspeexdsp/
Dpreprocess.c317 … noise_suppress, int effective_echo_suppress, spx_word32_t *noise, spx_word32_t *echo, spx_word16_… in compute_gain_floor()
376 … noise_suppress, int effective_echo_suppress, spx_word32_t *noise, spx_word32_t *echo, spx_word16_… in compute_gain_floor()
717 EXPORT int speex_preprocess(SpeexPreprocessState *st, spx_int16_t *x, spx_int32_t *echo) in speex_preprocess()
/third_party/node/deps/openssl/openssl/crypto/ui/
Dui_openssl.c276 static int read_string_inner(UI *ui, UI_STRING *uis, int echo, int strip_nl) in read_string_inner()
/third_party/openssl/crypto/ui/
Dui_openssl.c276 static int read_string_inner(UI *ui, UI_STRING *uis, int echo, int strip_nl) in read_string_inner()
/third_party/pulseaudio/speex/tmv/
Dpreprocess_tm.h528 float * restrict echo, in compute_gain_floor()
660 register spx_word32_t * restrict echo = st->echo_noise; in preprocess_compute_SNR() local
/third_party/musl/porting/liteos_a/kernel/include/netinet/
Dip_icmp.h20 } echo; member
/third_party/musl/porting/uniproton/kernel/include/netinet/
Dip_icmp.h20 } echo; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
Dip_icmp.h20 } echo; member
/third_party/musl/porting/liteos_m/kernel/include/netinet/
Dip_icmp.h20 } echo; member
/third_party/musl/include/netinet/
Dip_icmp.h20 } echo; member
/third_party/libcoap/include/coap3/
Dcoap_session_internal.h207 coap_bin_const_t *echo; /**< Echo value to send with next request */ member
/third_party/libcoap/src/
Dcoap_block.c496 coap_opt_t *echo) { in coap_retransmit_oscore_pdu()