Home
last modified time | relevance | path

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

123

/external/auto/value/src/it/gwtserializer/src/test/java/com/google/auto/value/client/
DGwtSerializerTest.java32 Simple echo(Simple simple); in echo() method
34 SimpleWithBuilder echo(SimpleWithBuilder simple); in echo() method
36 Nested echo(Nested nested); in echo() method
38 NestedWithBuilder echo(NestedWithBuilder nested); in echo() method
40 Generics<Simple> echo(Generics<Simple> generics); in echo() method
42 GenericsWithBuilder<SimpleWithBuilder> echo(GenericsWithBuilder<SimpleWithBuilder> generics); in echo() method
46 void echo(Simple simple, AsyncCallback<Simple> callback); in echo() method
48 void echo(SimpleWithBuilder simple, AsyncCallback<SimpleWithBuilder> callback); in echo() method
50 void echo(Nested nested, AsyncCallback<Nested> callback); in echo() method
52 void echo(NestedWithBuilder nested, AsyncCallback<NestedWithBuilder> callback); in echo() method
[all …]
/external/dexmaker/dexmaker-mockito-inline-extended-tests/src/main/java/com/android/dx/mockito/inline/extended/tests/
DVerifyStatic.java207 static final String echo(String echo) { in echo()
DMockInstanceUsingExtendedMockito.java40 public String echo(String arg) { in echo() method in MockInstanceUsingExtendedMockito.TestClass
DSpyOn.java46 public String echo(String in) { in echo() method in SpyOn.TestClass
/external/grpc-grpc/examples/ruby/without_protobuf/
Decho_server.rb30 def echo(echo_req, _unused_call) method in EchoServer
/external/grpc-grpc/src/ruby/end2end/
Dkilled_client_thread_driver.rb27 def echo(echo_req, _) method in SleepingEchoServerImpl
Dsig_handling_driver.rb30 def echo(echo_req, _) method in ClientStartedService
Dend2end_common.rb39 def echo(echo_req, _) method in EchoServerImpl
/external/grpc-grpc/src/ruby/end2end/protos/
Decho.proto17 package echo; package
/external/dexmaker/dexmaker-mockito-tests/src/main/java/com/android/dx/mockito/tests/
DStress.java39 public String echo(String in) { in echo() method in Stress.TestClass
/external/skqp/tools/skpbench/
D_adb.py13 def __init__(self, device_serial=None, adb_binary=None, echo=False): argument
/external/skia/tools/skpbench/
D_adb.py13 def __init__(self, device_serial=None, adb_binary=None, echo=False): argument
/external/guice/core/test/com/google/inject/
DTypeLiteralTypeResolutionTest.java75 Method echo; field in TypeLiteralTypeResolutionTest
189 T echo(R r); in echo() method
/external/webrtc/modules/audio_processing/aec3/
Dsuppression_gain.cc67 rtc::ArrayView<const float> echo, in WeightEchoForAudibility()
74 rtc::ArrayView<float> weighted_echo) { in WeightEchoForAudibility()
193 const std::array<float, kFftLengthBy2Plus1>& echo, in GainToNoAudibleEcho()
/external/lua/
DMakefile77 echo: target
/external/pigweed/pw_env_setup/py/pw_env_setup/
Dshell_visitor.py108 def visit_echo(self, echo): argument
180 def visit_echo(self, echo): argument
Dapply_visitor.py60 def visit_echo(self, echo): argument
Djson_visitor.py70 def visit_echo(self, echo): argument
Dbatch_visitor.py83 def visit_echo(self, echo): argument
/external/webrtc/audio/test/
Dlow_bandwidth_audio_test.py109 def ExtractTestRuns(lines, echo=False): argument
/external/toybox/toys/pending/
Dtelnet.c24 GLOBALS( in GLOBALS()
/external/llvm-project/lldb/source/API/
DSBCommandInterpreterRunOptions.cpp113 void SBCommandInterpreterRunOptions::SetEchoCommentCommands(bool echo) { in SetEchoCommentCommands()
/external/libchrome/mojo/public/cpp/bindings/tests/
Dtest_helpers_unittest.cc98 test::EchoServicePtr echo; in TEST_F() local
/external/llvm-project/lldb/third_party/Python/module/pexpect-4.6/pexpect/
Dpxssh.py119 logfile=None, cwd=None, env=None, ignore_sighup=True, echo=True, argument
/external/webrtc/modules/audio_processing/agc/legacy/
Danalog_agc.cc579 int16_t echo, in WebRtcAgc_ProcessAnalog()
941 int16_t echo, in WebRtcAgc_Analyze()

123