Home
last modified time | relevance | path

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

/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/guice/core/test/com/google/inject/
DTypeLiteralTypeResolutionTest.java77 Method echo; field in TypeLiteralTypeResolutionTest
181 T echo(R r); in echo() method
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/echo/
Dservices.py101 def echo(self, request): member in EchoService
/external/autotest/client/virt/
Daexpect.py60 echo = sys.stdin.readline().strip() == "True" variable
371 def __init__(self, command=None, id=None, auto_close=False, echo=False, argument
665 def __init__(self, command=None, id=None, auto_close=False, echo=False, argument
859 def __init__(self, command=None, id=None, auto_close=True, echo=False, argument
1075 def __init__(self, command=None, id=None, auto_close=True, echo=False, argument
/external/webrtc/webrtc/modules/audio_processing/agc/legacy/
Danalog_agc.c644 int16_t echo, uint8_t *saturationWarning) in WebRtcAgc_ProcessAnalog()
1139 int32_t *outMicLevel, int16_t echo, in WebRtcAgc_Process()
/external/chromium-trace/catapult/devil/devil/utils/
Dmock_calls_test.py61 def echo(self, thing): member in TestCaseWithAssertCallsTest
/external/kernel-headers/original/uapi/linux/
Dicmp.h76 } echo; member
/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-trace/catapult/telemetry/third_party/pyserial/serial/tools/
Dminiterm.py169 …def __init__(self, port, baudrate, parity, rtscts, xonxoff, echo=False, convert_outgoing=CONVERT_C… argument
/external/javasqlite/src/main/java/SQLite/
DShell.java20 boolean echo; field in Shell
/external/autotest/client/deps/fakemodem/src/
Dfakemodem.c33 gboolean echo; member
/external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
Dvt320.java432 public void setLocalEcho(boolean echo) { in setLocalEcho()
/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_core.c636 float echo, suppressedEcho; in UpdateMetrics() local
/external/autotest/frontend/afe/
Drpc_interface.py1538 def echo(data=""): function