OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:readyCalls
(Results
1 - 2
of
2
) sorted by null
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Dispatcher.java
44
private final Deque<AsyncCall>
readyCalls
= new ArrayDeque<>();
112
readyCalls
.add(call);
118
for (AsyncCall call :
readyCalls
) {
147
if (
readyCalls
.isEmpty()) return; // No ready calls to promote.
149
for (Iterator<AsyncCall> i =
readyCalls
.iterator(); i.hasNext(); ) {
186
return
readyCalls
.size();
/prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.5.0/
okhttp-2.5.0.jar
Completed in 143 milliseconds