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

  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
FramedConnection.java 93 /** Lazily-created map of in-flight pings awaiting a response. Guarded by this. */
94 private Map<Integer, Ping> pings; field in class:FramedConnection
383 if (pings == null) pings = new HashMap<>();
384 pings.put(pingId, ping);
412 return pings != null ? pings.remove(id) : null;
442 * pings. It closes the underlying input and output streams and shuts down
466 if (pings != null) {
467 pingsToCancel = pings.values().toArray(new Ping[pings.size()])
    [all...]
  /external/webrtc/webrtc/p2p/base/
port.cc 30 // pings fail to have a response.
36 // If we haven't sent that many pings, then we can't have failed that many.
550 // can see our view of lost pings.
1033 std::string pings; local
1217 std::string pings; local
1224 << ", pings_since_last_response=" << pings; local
    [all...]
port.h 70 // The number of pings that must fail to respond before we become unwritable.
547 void PrintPingsSinceLastResponse(std::string* pings, size_t max);
  /external/ImageMagick/www/api/
constitute.php 133 <p>PingImages() pings one or more images and returns them as an image list.</p>
magick-image.php     [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.5.0/
okhttp-2.5.0.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.0.CR3/
netty-codec-http-4.1.0.CR3.jar 

Completed in 881 milliseconds