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

  /frameworks/base/core/java/com/android/internal/util/
ProcFileReader.java 52 fillBuf();
58 private int fillBuf() throws IOException {
73 * all remaining bytes, will attempt to {@link #fillBuf()}.
81 fillBuf();
110 } while (fillBuf() > 0);
141 } while (fillBuf() > 0);
  /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 {
  /libcore/luni/src/main/java/java/io/
BufferedReader.java 52 * must be {@link #fillBuf() filled} before characters can be read.
140 private int fillBuf() throws IOException {
263 if (pos < end || fillBuf() != -1) {
333 if (fillBuf() == -1) {
351 if ((pos != end || fillBuf() != -1) && buf[pos] == '\n') {
397 if (fillBuf() == -1) {
488 if (fillBuf() == -1) {
  /external/glide/third_party/disklrucache/
disklrucache-2.0.2.jar 
  /external/robolectric/lib/main/
xpp3-1.1.4c.jar 
  /external/smack/asmack-master/lib/
xpp3-1.1.4c.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
plexus-utils-3.0.17.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/2.0.5/
plexus-utils-2.0.5.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/3.0/
plexus-utils-3.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/3.0.7/
plexus-utils-3.0.7.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/
plexus-utils-1.5.1.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.7/
plexus-utils-3.0.7.jar 

Completed in 145 milliseconds