OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bodySource
(Results
1 - 4
of
4
) sorted by null
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
CallTest.java
665
BufferedSource
bodySource
= response.body().source();
666
assertEquals('d',
bodySource
.readByte());
671
bodySource
.readByte();
[
all
...]
CacheTest.java
486
BufferedSource
bodySource
= get(server.url("/")).body().source();
487
assertEquals("ABCDE",
bodySource
.readUtf8Line());
489
bodySource
.readUtf8Line();
493
bodySource
.close();
[
all
...]
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Cache.java
694
private final BufferedSource
bodySource
;
705
bodySource
= Okio.buffer(new ForwardingSource(source) {
726
return
bodySource
;
/prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.5.0/
okhttp-2.5.0.jar
Completed in 633 milliseconds