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

  /external/chromium_org/mojo/examples/apptest/
example_service_impl.cc 15 void ExampleServiceImpl::Ping(uint16_t ping_value) {
  /external/smack/src/org/jivesoftware/smackx/ping/packet/
Ping.java 17 package org.jivesoftware.smackx.ping.packet;
20 import org.jivesoftware.smackx.ping.PingManager;
22 public class Ping extends IQ {
24 public Ping() {
27 public Ping(String from, String to) {
  /external/chromium_org/mojo/services/test_service/
test_service_impl.cc 34 void TestServiceImpl::Ping(const mojo::Callback<void()>& callback) {
  /external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/
rpclistener.py 41 def Ping(self):
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
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...]
  /external/chromium_org/sandbox/win/src/
sandbox_policy_base.cc 409 static_cast<Callback1>(&PolicyBase::Ping));
608 bool PolicyBase::Ping(IPCInfo* ipc, void* arg1) {
  /external/chromium_org/third_party/webrtc/base/
winping.cc 130 // A ping error message is 8 bytes long, so make sure we allow for at least
210 WinPing::PingResult WinPing::Ping(
  /external/nanohttpd/websocket/src/main/java/fi/iki/elonen/
WebSocketFrame.java 334 Continuation(0), Text(1), Binary(2), Close(8), Ping(9), Pong(10);
347 return this == Close || this == Ping || this == Pong;
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
port.cc 57 // Check if the window in which we would expect a response to the ping has
542 // tie breaker value received in the ping message matches port
626 << "Received a remote ping with high retransmit count: "
650 LOG_J(LS_ERROR, this) << "Failed to send STUN ping response to "
767 // A ConnectionRequest is a simple STUN ping used to determine writability.
786 // connection_ already holds this ping, so subtract one from count.
801 // attribute in every ping.
    [all...]
port_unittest.cc 260 void Ping() {
261 Ping(0);
263 void Ping(uint32 now) {
264 conn_->Ping(now);
286 // MI and PRIORITY attribute should be present in ping requests when port
650 // Send a ping from src to dst. This may or may not make it.
654 ch1.Ping();
658 // We are able to send a ping from src to dst. This is the case when
663 // Ensure the ping came from the same address used for src.
668 // Send a ping from dst to src
    [all...]

Completed in 2777 milliseconds