HomeSort by relevance Sort by last modified time
    Searched defs:Ping (Results 1 - 16 of 16) sorted by null

  /external/autotest/client/cros/tendo/n_faced_peerd/
manager.py 211 def Ping(self):
212 """Implementation of org.chromium.peerd.Manager.Ping()."""
  /external/libchrome/mojo/public/tools/fuzzers/
fuzz_impl.cc 45 void FuzzImpl::Ping() {}
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
Ping.java 22 * A locally-originated ping.
24 public final class Ping {
29 Ping() {
50 * Returns the round trip time for this ping in nanoseconds, waiting for the
60 * Returns the round trip time for this ping in nanoseconds, or -1 if the
  /external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/framed/
Ping.java 23 * A locally-originated ping.
26 public final class Ping {
31 Ping() {
52 * Returns the round trip time for this ping in nanoseconds, waiting for the
62 * Returns the round trip time for this ping in nanoseconds, or -1 if the
  /external/syzkaller/vendor/golang.org/x/net/http2/
go17.go 103 // Ping sends a PING frame to the server and waits for the ack.
104 func (cc *ClientConn) Ping(ctx context.Context) error {
105 return cc.ping(ctx)
not_go17.go 83 func (cc *ClientConn) Ping(ctx contextContext) error {
84 return cc.ping(ctx)
  /external/libchrome/ipc/
ipc_perftest_util.cc 132 void ReflectorImpl::Ping(const std::string& value, PingCallback callback) {
ipc_mojo_perftest.cc 201 // This initial message will kick-start the ping-pong of messages.
235 // This initial message will kick-start the ping-pong of messages.
291 ping_receiver_->Ping("hello", base::Bind(&MojoInterfacePerfTest::OnPong,
332 ping_receiver_->Ping(payload_, base::Bind(&MojoInterfacePerfTest::OnPong,
403 void Ping(PingCallback callback) override { std::move(callback).Run(); }
722 base::Bind(&CallbackPerfTest::Ping, base::Unretained(this), hello));
730 void Ping(const std::string& value) {
757 base::Bind(&CallbackPerfTest::Ping, base::Unretained(this), payload_));
765 ping = base::Bind(&CallbackPerfTest::SingleThreadPingNoPostTask, local
774 ping.Run(payload_, j
    [all...]
  /external/libchrome/mojo/public/cpp/bindings/tests/
bindings_perftest.cc 37 void Ping(const PingCallback& callback) override;
43 void PingServiceImpl::Ping(const PingCallback& callback) {
74 service_->Ping(base::Bind(&PingPongTest::OnPingDone, base::Unretained(this)));
85 service_->Ping(base::Bind(&PingPongTest::OnPingDone, base::Unretained(this)));
  /external/okhttp/okhttp-ws-tests/src/test/java/com/squareup/okhttp/ws/
WebSocketRecorder.java 63 events.add(new Ping(buffer));
115 assertEquals(new Ping(payload), actual);
172 private static class Ping {
175 private Ping(Buffer buffer) {
180 return "Ping[" + buffer + "]";
188 if (obj instanceof Ping) {
189 Ping other = (Ping) obj;
  /external/webrtc/webrtc/base/
winping.cc 131 // A ping error message is 8 bytes long, so make sure we allow for at least
211 WinPing::PingResult WinPing::Ping(IPAddress ip,
  /external/grpc-grpc/src/core/ext/filters/client_channel/
subchannel.cc 835 void ConnectedSubchannel::Ping(grpc_closure* on_initiate,
  /external/webrtc/webrtc/p2p/base/
port.cc 40 // Check if the window in which we would expect a response to the ping has
289 LOG(LS_INFO) << "Received STUN ping "
475 // tie breaker value received in the ping message matches port
556 << "Received a remote ping with high retransmit count: "
573 << "Failed to send STUN ping response"
578 // Log at LS_INFO if we send a stun ping response on an unwritable
584 << "Sent STUN ping response"
668 // A ConnectionRequest is a simple STUN ping used to determine writability.
687 // connection_ already holds this ping, so subtract one from count.
700 // attribute in every ping
1017 const SentPing& ping = pings_since_last_response_[i]; local
    [all...]
port_unittest.cc 265 void Ping() {
266 Ping(0);
268 void Ping(uint32_t now) { conn_->Ping(now); }
577 ch1->Ping();
580 // Send a ping from dst to src.
582 ch2->Ping();
674 // Ping should trigger reconnect.
675 ch1.Ping();
799 // Send a ping from src to dst. This may or may not make it
    [all...]
  /external/nanohttpd/websocket/src/main/java/fi/iki/elonen/
NanoWSD.java 220 } else if (frame.getOpCode() == OpCode.Ping) {
237 public void ping(byte[] payload) throws IOException { method in class:NanoWSD.WebSocket
238 sendFrame(new WebSocketFrame(OpCode.Ping, true, payload));
389 Ping(9),
412 return this == Close || this == Ping || this == Pong;
    [all...]
  /external/webrtc/webrtc/examples/androidapp/third_party/autobanh/
autobanh.jar 

Completed in 441 milliseconds