| /external/okhttp/okhttp-ws/src/main/java/com/squareup/okhttp/ws/ | 
| D | WebSocketCall.java | 147     StreamAllocation streamAllocation = Internal.instance.callEngineGetStreamAllocation(call);  in createWebSocket()  local 159     static RealWebSocket create(StreamAllocation streamAllocation, Response response,  in create() 170     private final StreamAllocation streamAllocation;  field in WebSocketCall.StreamWebSocket 173     private StreamWebSocket(StreamAllocation streamAllocation,  in StreamWebSocket()
  | 
| /external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/http/ | 
| D | HttpEngine.java | 110   public final StreamAllocation streamAllocation;  field in HttpEngine 180       boolean callerWritesRequestBody, boolean forWebSocket, StreamAllocation streamAllocation,  in HttpEngine() 365     StreamAllocation streamAllocation = close();  in recover()  local 387     StreamAllocation streamAllocation = close();  in recover()  local
  | 
| D | Http2xStream.java | 110   private final StreamAllocation streamAllocation;  field in Http2xStream 115   public Http2xStream(StreamAllocation streamAllocation, FramedConnection framedConnection) {  in Http2xStream()
  | 
| D | Http1xStream.java | 73   private final StreamAllocation streamAllocation;  field in Http1xStream 79   public Http1xStream(StreamAllocation streamAllocation, BufferedSource source, BufferedSink sink) {  in Http1xStream()
  | 
| /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/ | 
| D | HttpEngine.java | 108   public final StreamAllocation streamAllocation;  field in HttpEngine 173       boolean callerWritesRequestBody, boolean forWebSocket, StreamAllocation streamAllocation,  in HttpEngine() 354     StreamAllocation streamAllocation = close();  in recover()  local 376     StreamAllocation streamAllocation = close();  in recover()  local
  | 
| D | Http2xStream.java | 108   private final StreamAllocation streamAllocation;  field in Http2xStream 113   public Http2xStream(StreamAllocation streamAllocation, FramedConnection framedConnection) {  in Http2xStream()
  | 
| D | Http1xStream.java | 71   private final StreamAllocation streamAllocation;  field in Http1xStream 77   public Http1xStream(StreamAllocation streamAllocation, BufferedSource source, BufferedSink sink) {  in Http1xStream()
  | 
| /external/okhttp/okhttp-urlconnection/src/main/java/com/squareup/okhttp/internal/huc/ | 
| D | HttpURLConnectionImpl.java | 339   private HttpEngine newHttpEngine(String method, StreamAllocation streamAllocation,  in newHttpEngine() 439       StreamAllocation streamAllocation = httpEngine.close();  in getResponse()  local 509         StreamAllocation streamAllocation = httpEngine.close();  in execute()  local
  | 
| /external/okhttp/repackaged/okhttp-urlconnection/src/main/java/com/android/okhttp/internal/huc/ | 
| D | HttpURLConnectionImpl.java | 343   private HttpEngine newHttpEngine(String method, StreamAllocation streamAllocation,  in newHttpEngine() 443       StreamAllocation streamAllocation = httpEngine.close();  in getResponse()  local 513         StreamAllocation streamAllocation = httpEngine.close();  in execute()  local
  | 
| /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ | 
| D | Call.java | 316           StreamAllocation streamAllocation = engine.close();  in getResponse()  local 331       StreamAllocation streamAllocation = engine.close();  in getResponse()  local
  | 
| D | ConnectionPool.java | 171   RealConnection get(Address address, StreamAllocation streamAllocation) {  in get()
  | 
| /external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/ | 
| D | Call.java | 318           StreamAllocation streamAllocation = engine.close();  in getResponse()  local 333       StreamAllocation streamAllocation = engine.close();  in getResponse()  local
  | 
| D | ConnectionPool.java | 177   RealConnection get(Address address, StreamAllocation streamAllocation) {  in get()
  | 
| /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/ | 
| D | Internal.java | 57       ConnectionPool pool, Address address, StreamAllocation streamAllocation);  in get()
  | 
| /external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/ | 
| D | Internal.java | 69       ConnectionPool pool, Address address, StreamAllocation streamAllocation);  in get()
  | 
| /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ | 
| D | ConnectionPoolTest.java | 84     StreamAllocation streamAllocation = new StreamAllocation(pool, addressA);  in inUseConnectionsNotEvicted()  local
  |