Home
last modified time | relevance | path

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

/external/oprofile/
Doprofile_android56 def execute(command, echo=True): argument
84 def shell(self, command_args, echo=True): argument
87 def pull(self, source, dest, echo=True): argument
90 def _adb(self, command, command_args, echo): argument
/external/bluetooth/bluez/test/
Dtest-health185 echo = None variable
191 echo = True variable
193 echo = False variable
/external/dropbear/
Dnetbsd_getpass.c67 int echo; local
Dcli-authinteract.c75 unsigned int echo = 0; in recv_msg_userauth_info_request() local
/external/bison/src/
DMakefile.am78 echo: target
DMakefile620 echo: target
/external/dbus/test/name-test/
Dtest-pending-call-dispatch.c23 char *echo = "echo"; in _run_iteration() local
Dtest-pending-call-timeout.c20 char *echo = "echo"; in _method_call() local
Dtest-threads-init.c21 char *echo = "echo"; in _run_iteration() local
/external/kernel-headers/original/linux/
Dicmp.h76 } echo; member
/external/webrtc/src/modules/audio_processing/agc/main/source/
Danalog_agc.c756 WebRtc_Word16 echo, WebRtc_UWord8 *saturationWarning) in WebRtcAgc_ProcessAnalog()
1243 WebRtc_Word32 *outMicLevel, WebRtc_Word16 echo, in WebRtcAgc_Process()
/external/speex/libspeex/
Dpreprocess.c321 … noise_suppress, int effective_echo_suppress, spx_word32_t *noise, spx_word32_t *echo, spx_word16_… in compute_gain_floor()
380 … noise_suppress, int effective_echo_suppress, spx_word32_t *noise, spx_word32_t *echo, spx_word16_… in compute_gain_floor()
721 EXPORT int speex_preprocess(SpeexPreprocessState *st, spx_int16_t *x, spx_int32_t *echo) in speex_preprocess()
/external/chromium/net/spdy/
Dspdy_stream_unittest.cc175 scoped_ptr<spdy::SpdyFrame> echo( in TEST_F() local
/external/chromium/chrome/browser/sync/glue/
Dhttp_bridge_unittest.cc180 GURL echo = test_server_.GetURL("echo"); in TEST_F() local
/external/openssl/crypto/ui/
Dui_openssl.c410 static int read_string_inner(UI *ui, UI_STRING *uis, int echo, int strip_nl) in read_string_inner()
/external/javasqlite/src/main/java/SQLite/
DShell.java20 boolean echo; field in Shell
/external/webrtc/src/modules/audio_processing/aec/main/source/
Daec_core.c1342 float echo, suppressedEcho; in UpdateMetrics() local
/external/qemu/
Dconsole.c173 int echo; member
1489 static void text_console_set_echo(CharDriverState *chr, bool echo) in text_console_set_echo()
Dqemu-char.c803 static void qemu_chr_set_echo_stdio(CharDriverState *chr, bool echo) in qemu_chr_set_echo_stdio()
2667 void qemu_chr_set_echo(struct CharDriverState *chr, bool echo) in qemu_chr_set_echo()