OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pings
(Results
1 - 18
of
18
) sorted by null
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
FramedConnection.java
94
/** Lazily-created map of in-flight
pings
awaiting a response. Guarded by this. */
95
private Map<Integer, Ping>
pings
;
field in class:FramedConnection
387
if (
pings
== null)
pings
= new HashMap<>();
388
pings
.put(pingId, ping);
416
return
pings
!= null ?
pings
.remove(id) : null;
446
*
pings
. It closes the underlying input and output streams and shuts down
470
if (
pings
!= null) {
471
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/go/darwin-x86/src/cmd/go/
vcs.go
395
// ping
pings
to determine scheme to use.
/prebuilts/go/linux-x86/src/cmd/go/
vcs.go
395
// ping
pings
to determine scheme to use.
/prebuilts/go/darwin-x86/src/net/http/
h2_bundle.go
[
all
...]
/prebuilts/go/linux-x86/src/net/http/
h2_bundle.go
[
all
...]
/prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.5.0/
okhttp-2.5.0.jar
/prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.7.2/
okhttp-2.7.2.jar
/prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.7.4/
okhttp-2.7.4.jar
/prebuilts/tools/common/m2/repository/com/squareup/okhttp3/okhttp/3.3.0/
okhttp-3.3.0.jar
/prebuilts/tools/common/m2/repository/com/squareup/okhttp3/okhttp/3.4.1/
okhttp-3.4.1.jar
/prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.0.CR3/
netty-codec-http-4.1.0.CR3.jar
/prebuilts/tools/common/m2/repository/com/koushikdutta/async/androidasync/2.1.3/
androidasync-2.1.3.jar
/prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.3.Final/
netty-codec-http-4.1.3.Final.jar
/prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.6.Final/
netty-codec-http-4.1.6.Final.jar
Completed in 1420 milliseconds