Searched defs:readUtf8Line (Results 1 - 5 of 5) sorted by relevance

/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/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 102 milliseconds