HomeSort by relevance Sort by last modified time
    Searched refs:pings (Results 1 - 3 of 3) sorted by null

  /external/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
SpdyConnection.java 102 /** Lazily-created map of in-flight pings awaiting a response. Guarded by this. */
103 private Map<Integer, Ping> pings; field in class:SpdyConnection
249 if (pings == null) pings = new HashMap<Integer, Ping>();
250 pings.put(pingId, ping);
276 return pings != null ? pings.remove(id) : null;
315 * pings. It closes the underlying input and output streams and shuts down
339 if (pings != null) {
340 pingsToCancel = pings.values().toArray(new Ping[pings.size()])
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
port.cc 50 // The number of pings that must fail to respond before we become unwritable.
57 // pings fail to have a response.
64 // If we haven't sent that many pings, then we can't have failed that many.
664 std::string pings; local
669 pings.append(buf).append(" ");
672 pings << ", rtt=" << rtt << ", now=" << now;
676 // Since we don't know how many pings the other side has attempted, the best
689 // Before becoming unwritable, we allow for a fixed number of pings to fail
787 std::string pings; local
792 pings.append(buf).append(" ")
    [all...]
  /external/chromium/chrome/browser/resources/
new_new_tab.js 26 // The URL prefix for pings that record app launches by URL.
29 // The URL prefix for pings that record app launches by ID.
    [all...]

Completed in 152 milliseconds