/external/autotest/client/cros/tendo/n_faced_peerd/ |
manager.py | 211 def Ping(self): 212 """Implementation of org.chromium.peerd.Manager.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
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
certreqd.h | 56 virtual HRESULT WINAPI Ping(const wchar_t *pwszAuthority) = 0; 66 HRESULT (WINAPI *Ping)(ICertRequestD *This,const wchar_t *pwszAuthority); 78 #define ICertRequestD_Ping(This,pwszAuthority) (This)->lpVtbl->Ping(This,pwszAuthority) 108 HRESULT (WINAPI *Ping)(ICertRequestD2 *This,const wchar_t *pwszAuthority); 124 #define ICertRequestD2_Ping(This,pwszAuthority) (This)->lpVtbl->Ping(This,pwszAuthority)
|
agtsvr.h | [all...] |
vds.h | 446 Ping = 5 [all...] |
/system/webservd/webservd/ |
server.cc | 134 std::string Server::Ping() {
|
/external/okhttp/okhttp-ws-tests/src/test/java/com/squareup/okhttp/ws/ |
WebSocketRecorder.java | 63 events.add(new Ping(buffer)); 103 assertEquals(new Ping(payload), nextEvent()); 152 private static class Ping { 155 private Ping(Buffer buffer) { 160 return "Ping[" + buffer + "]"; 168 if (obj instanceof Ping) { 169 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,
|
/prebuilts/go/darwin-x86/src/database/sql/ |
sql.go | 462 // Ping. 485 // Ping verifies a connection to the database is still alive, 487 func (db *DB) Ping() error { [all...] |
/prebuilts/go/linux-x86/src/database/sql/ |
sql.go | 462 // Ping. 485 // Ping verifies a connection to the database is still alive, 487 func (db *DB) Ping() error { [all...] |
/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 | |
/prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.5.0/ |
okhttp-2.5.0.jar | |