Searched refs:readUtf8Line (Results 1 - 9 of 9) sorted by relevance

/external/okhttp/okio/okio/src/test/java/okio/
H A DReadUtf8LineTest.java133 assertEquals("abc", source.readUtf8Line());
134 assertEquals("def", source.readUtf8Line());
135 assertEquals(null, source.readUtf8Line());
140 assertEquals("abc", source.readUtf8Line());
141 assertEquals("def", source.readUtf8Line());
142 assertEquals(null, source.readUtf8Line());
/external/okhttp/okio/okio/src/main/java/okio/
H A DBufferedSource.java161 String readUtf8Line() throws IOException; method in interface:BufferedSource
H A DRealBufferedSource.java185 @Override public String readUtf8Line() throws IOException { method in class:RealBufferedSource
192 return buffer.readUtf8Line(newline);
203 return buffer.readUtf8Line(newline);
H A DBuffer.java594 @Override public String readUtf8Line() throws EOFException { method in class:Buffer
601 return readUtf8Line(newline);
612 return readUtf8Line(newline);
615 String readUtf8Line(long newline) throws EOFException { method in class:Buffer
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
H A DWebPlatformUrlTestData.java89 for (String line; (line = source.readUtf8Line()) != null; ) {
H A DCacheTest.java507 assertEquals("ABCDE", bodySource.readUtf8Line());
509 bodySource.readUtf8Line();
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/
H A DDiskLruCacheTest.java1268 for (String line; (line = source.readUtf8Line()) != null; ) {
/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 149 milliseconds