HomeSort by relevance Sort by last modified time
    Searched refs:fillBuf (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/com/android/internal/util/
ProcFileReader.java 51 fillBuf();
57 private int fillBuf() throws IOException {
72 * all remaining bytes, will attempt to {@link #fillBuf()}.
80 fillBuf();
106 } while (fillBuf() > 0);
137 } while (fillBuf() > 0);
  /libcore/luni/src/main/java/java/io/
BufferedReader.java 52 * must be {@link #fillBuf() filled} before characters can be read.
125 private int fillBuf() throws IOException {
238 if (pos < end || fillBuf() != -1) {
318 if (fillBuf() == -1) {
333 if ((pos != end || fillBuf() != -1)
354 if (pos == end && fillBuf() == -1) {
369 if (((pos < end) || (fillBuf() != -1))
390 if (fillBuf() == -1) {
502 if (fillBuf() == -1) {
  /libcore/luni/src/main/java/libcore/io/
StrictLineReader.java 158 // Though it's an error to read after an exception, we will let {@code fillBuf()}
161 fillBuf();
184 // Mark unterminated line in case fillBuf throws EOFException or IOException.
186 fillBuf();
234 private void fillBuf() throws IOException {
  /tools/motodev/src/plugins/preflighting.core/apktool/
apktool.jar 

Completed in 148 milliseconds