Home
last modified time | relevance | path

Searched refs:fillBuffer (Results 1 – 2 of 2) sorted by relevance

/cts/libs/json/src/com/android/json/stream/
DJsonReader.java650 if ((pos < limit || fillBuffer(1)) && buffer[pos] == '>') { in objectValue()
690 private boolean fillBuffer(int minimum) throws IOException { in fillBuffer() method in JsonReader
710 while (pos < limit || fillBuffer(1)) { in nextNonWhitespace()
720 if (pos == limit && !fillBuffer(1)) { in nextNonWhitespace()
776 while (pos < limit || fillBuffer(1)) { in skipToEndOfLine()
786 for (; pos + toFind.length() < limit || fillBuffer(toFind.length()); pos++) { in skipTo()
839 } while (fillBuffer(1)); in nextString()
889 if (fillBuffer(i + 1)) { in nextLiteral()
905 if (!fillBuffer(1)) { in nextLiteral()
941 if (pos == limit && !fillBuffer(1)) { in readEscapeCharacter()
[all …]
/cts/tools/dex-tools/dex/
Dclasses.out.dex151768 protected int fillBuffer()