Home
last modified time | relevance | path

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

1234567891011

/aosp_15_r20/external/auto/value/src/it/gwtserializer/src/test/java/com/google/auto/value/client/
H A 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 …]
/aosp_15_r20/external/executorch/extension/android/src/main/java/org/pytorch/executorch/
H A DLlamaModule.java86 public int generate(String prompt, LlamaCallback llamaCallback, boolean echo) { in generate()
98 public int generate(String prompt, int seqLen, LlamaCallback llamaCallback, boolean echo) { in generate()
123 boolean echo); in generate()
181 String prompt, int seqLen, long startPos, LlamaCallback callback, boolean echo); in generateFromPos()
/aosp_15_r20/external/grpc-grpc-java/istio-interop-testing/src/generated/main/grpc/io/istio/test/
H A DEchoTestServiceGrpc.java130 default void echo(io.istio.test.Echo.EchoRequest request, in echo() method
172 public void echo(io.istio.test.Echo.EchoRequest request, in echo() method in EchoTestServiceGrpc.EchoTestServiceStub
205 public io.istio.test.Echo.EchoResponse echo(io.istio.test.Echo.EchoRequest request) { in echo() method in EchoTestServiceGrpc.EchoTestServiceBlockingStub
236 public com.google.common.util.concurrent.ListenableFuture<io.istio.test.Echo.EchoResponse> echo( in echo() method in EchoTestServiceGrpc.EchoTestServiceFutureStub
/aosp_15_r20/external/python/pyserial/serial/tools/
Dminiterm.py241 def echo(self, text): member in Transform
280 echo = rx variable in NoTerminal
310 echo = rx variable in Printable
324 def echo(self, text): member in Colorize
394 def __init__(self, serial_instance, echo=False, eol='crlf', filters=()): argument
/aosp_15_r20/external/webrtc/modules/audio_processing/aec3/
H A Dsuppression_gain.cc68 rtc::ArrayView<const float> echo, in WeightEchoForAudibility()
75 rtc::ArrayView<float> weighted_echo) { in WeightEchoForAudibility()
195 const std::array<float, kFftLengthBy2Plus1>& echo, in GainToNoAudibleEcho()
382 const auto echo = use_unbounded_echo_spectrum_ in GetGain() local
/aosp_15_r20/external/pigweed/pw_env_setup/py/pw_env_setup/
H A Dshell_visitor.py129 def visit_echo(self, echo): argument
210 def visit_echo(self, echo): argument
270 def visit_echo(self, echo): argument
339 def visit_echo(self, echo): argument
/aosp_15_r20/external/sdk-platform-java/showcase/grpc-gapic-showcase-v1beta1/src/main/java/com/google/showcase/v1beta1/
H A DEchoGrpc.java347 default void echo(com.google.showcase.v1beta1.EchoRequest request, in echo() method
438 public void echo(com.google.showcase.v1beta1.EchoRequest request, in echo() method in EchoGrpc.EchoStub
527 …public com.google.showcase.v1beta1.EchoResponse echo(com.google.showcase.v1beta1.EchoRequest reque… in echo() method in EchoGrpc.EchoBlockingStub
594 … com.google.common.util.concurrent.ListenableFuture<com.google.showcase.v1beta1.EchoResponse> echo( in echo() method in EchoGrpc.EchoFutureStub
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/commandline/
DCommandLineModule.java49 private final Echo echo; field in CommandLineModule.AospCommandInjector
58 Echo echo, in AospCommandInjector()
/aosp_15_r20/external/executorch/examples/models/llava/runner/
H A Dllava_runner.cpp105 bool echo) { in generate_from_pos()
135 bool echo) { in generate()
/aosp_15_r20/external/grpc-grpc/src/ruby/end2end/
H A Dend2end_common.rb46 def echo(echo_req, _) method in EchoServerImpl
52 def echo(echo_req, call) method in SecureEchoServerImpl
/aosp_15_r20/external/dexmaker/dexmaker-mockito-inline-extended-tests/src/main/java/com/android/dx/mockito/inline/extended/tests/
H A DVerifyStatic.java207 static final String echo(String echo) { in echo()
/aosp_15_r20/external/cronet/net/spdy/
H A Dspdy_stream_unittest.cc178 spdy::SpdySerializedFrame echo( in TEST_F() local
227 spdy::SpdySerializedFrame echo( in TEST_F() local
297 spdy::SpdySerializedFrame echo( in TEST_F() local
356 spdy::SpdySerializedFrame echo( in TEST_F() local
1400 spdy::SpdySerializedFrame echo( in RunResumeAfterUnstallBidirectionalTest() local
/aosp_15_r20/external/guice/core/test/com/google/inject/
H A DTypeLiteralTypeResolutionTest.java75 Method echo; field in TypeLiteralTypeResolutionTest
189 T echo(R r); in echo() method
/aosp_15_r20/external/executorch/extension/android/jni/
H A Djni_layer_llama.cpp187 jboolean echo) { in generate()
286 jboolean echo) { in generate_from_pos()
/aosp_15_r20/external/speex/libspeexdsp/
H A 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()
/aosp_15_r20/external/webrtc/modules/audio_processing/agc/legacy/
H A Danalog_agc.cc579 int16_t echo, in WebRtcAgc_ProcessAnalog()
941 int16_t echo, in WebRtcAgc_Analyze()
/aosp_15_r20/external/rust/android-crates-io/crates/config/examples/hierarchical-env/config/
Ddevelopment.toml4 echo = true qkey
/aosp_15_r20/frameworks/native/libs/binder/rust/tests/
H A DIBinderRustNdkInteropTest.aidl18 @utf8InCpp String echo(@utf8InCpp String str); in echo() method
H A DIBinderRustNdkInteropTestOther.aidl18 @utf8InCpp String echo(@utf8InCpp String str); in echo() method
/aosp_15_r20/cts/tests/tests/car_builtin/src/android/car/cts/builtin/os/
H A DIServiceManagerTestService.aidl20 int echo(in int val); in echo() method
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/
Dbug353.go16 func echo(fd io.ReadWriterCloser) { // ERROR "undefined.*io.ReadWriterCloser" func
/aosp_15_r20/cts/hostsidetests/devicepolicy/app/CorpOwnedManagedProfile/src/com/android/cts/comp/
H A DICrossUserService.aidl20 String echo(String msg); in echo() method
/aosp_15_r20/packages/modules/OnDevicePersonalization/tests/frameworktests/src/com/android/ondevicepersonalization/internal/util/
DIEchoService.aidl23 void echo(in Bundle input, IEchoServiceCallback callback); in echo() method
/aosp_15_r20/external/curl/tests/http/testenv/
H A Dws_echo_server.py35 async def echo(websocket): function
/aosp_15_r20/external/grpc-grpc/examples/ruby/without_protobuf/
H A Decho_server.rb30 def echo(echo_req, _unused_call) method in EchoServer

1234567891011