Home
last modified time | relevance | path

Searched defs:Ping (Results 1 – 25 of 139) sorted by relevance

123456

/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/frame/
Dping.rs9 pub struct Ping { struct
19 impl Ping { impl
32 pub fn new(payload: Payload) -> Ping { in new()
39 pub fn pong(payload: Payload) -> Ping { in pong()
56 pub fn load(head: Head, bytes: &[u8]) -> Result<Ping, Error> { in load()
Dhead.rs21 Ping = 6, enumerator
/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/
Dshare.rs208 pub struct Ping { struct
212 /// Received via [`PingPong`][] when a peer acknowledges a [`Ping`][]. argument
583 impl Ping { impl
594 impl fmt::Debug for Ping { implementation
/aosp_15_r20/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/framed/
H A DPing.java26 public final class Ping { class
31 Ping() { in Ping() method in Ping
/aosp_15_r20/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
H A DPing.java24 public final class Ping { class
29 Ping() { in Ping() method in Ping
/aosp_15_r20/external/grpc-grpc-java/binder/src/main/java/io/grpc/binder/internal/
H A DPingTracker.java83 private final class Ping { class in PingTracker
92 Ping(PingCallback callback, Executor executor, int id) { in Ping() method in PingTracker.Ping
/aosp_15_r20/external/okhttp/okhttp-ws-tests/src/test/java/com/squareup/okhttp/ws/
H A DWebSocketRecorder.java172 private static class Ping { class in WebSocketRecorder
175 private Ping(Buffer buffer) { in Ping() method in WebSocketRecorder.Ping
/aosp_15_r20/external/libchrome/mojo/public/cpp/bindings/tests/
H A Dbinding_set_unittest.cc97 void Ping(const PingCallback& callback) override { in Ping() function in mojo::test::__anon14459da70111::PingImpl
350 void Ping(const PingCallback& callback) override { in Ping() function in mojo::test::__anon14459da70111::PingProviderImpl
589 void Ping(const PingCallback& callback) override {} in Ping() function in mojo::test::__anon14459da70111::PingInstanceCounter
H A Dsync_method_unittest.cc128 void Ping(const PingCallback& callback) override { PingImpl(callback); } in Ping() function in mojo::test::__anon18fccbde0111::TestSyncImpl
150 void Ping(const PingCallback& callback) override { PingImpl(callback); } in Ping() function in mojo::test::__anon18fccbde0111::TestSyncMasterImpl
178 void Ping(const PingCallback& callback) override { PingImpl(callback); } in Ping() function in mojo::test::__anon18fccbde0111::TestSyncAssociatedImpl
H A Dtest_helpers_unittest.cc36 void Ping(const PingCallback& callback) override { in Ping() function in mojo::__anon4ed4d2b30111::PingImpl
/aosp_15_r20/external/rust/android-crates-io/crates/darling/tests/
Denums_struct.rs10 Ping, enumerator
/aosp_15_r20/system/tools/aidl/tests/
Daidl_test_client_builtin_transactions.cpp25 TEST_F(AidlTest, Ping) { in TEST_F() argument
/aosp_15_r20/external/grpc-grpc/test/core/end2end/tests/
H A Dping.cc32 CORE_END2END_TEST(RetryHttp2Test, Ping) { in CORE_END2END_TEST() argument
/aosp_15_r20/prebuilts/go/linux-x86/src/database/sql/
Dexample_cli_test.go63 func Ping(ctx context.Context) { func
/aosp_15_r20/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/eventstream/
H A DMessageType.java9 Ping((byte)2), enumConstant
/aosp_15_r20/external/rust/android-crates-io/crates/clap/examples/
Drepl-derive.rs55 Ping, enumerator
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap-4.5.4/examples/
H A Drepl-derive.rs55 Ping, enumerator
/aosp_15_r20/external/cronet/components/metrics/
H A Dchild_histogram_fetcher_impl.cc99 void ChildHistogramFetcherImpl::Ping(mojom::UmaPingCallSource call_source, in Ping() function in metrics::ChildHistogramFetcherImpl
/aosp_15_r20/external/libchrome/mojo/public/tools/fuzzers/
H A Dfuzz_impl.cc45 void FuzzImpl::Ping() {} in Ping() function in FuzzImpl
/aosp_15_r20/tools/acloud/internal/lib/
H A Demulator_console.py159 def Ping(self): member in RemoteEmulatorConsole
/aosp_15_r20/external/openthread/src/core/utils/
H A Dping_sender.cpp98 Error PingSender::Ping(const Config &aConfig) in Ping() function in ot::Utils::PingSender
/aosp_15_r20/external/aws-sdk-java-v2/codegen/src/test/resources/software/amazon/awssdk/codegen/poet/client/c2j/shared-output/
H A Dservice-2.json16 "Ping": { object
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/
H A Dping_payload_decoder_test.cc78 TEST_F(PingPayloadDecoderTest, Ping) { in TEST_F() argument
/aosp_15_r20/external/cronet/ipc/
H A Dipc_perftest_util.cc139 void ReflectorImpl::Ping(const std::string& value, PingCallback callback) { in Ping() function in IPC::ReflectorImpl
/aosp_15_r20/external/libchrome/ipc/
H A Dipc_perftest_util.cc132 void ReflectorImpl::Ping(const std::string& value, PingCallback callback) { in Ping() function in IPC::ReflectorImpl

123456