Searched defs:frameReader (Results 1 - 3 of 3) sorted by relevance

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
H A DFramedConnection.java565 FrameReader frameReader; field in class:FramedConnection.Reader
575 frameReader = variant.newReader(Okio.buffer(Okio.source(socket)), client);
577 frameReader.readConnectionPreface();
579 while (frameReader.nextFrame(this)) {
591 Util.closeQuietly(frameReader);
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 49 milliseconds