Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/javax/crypto/
DCipherInputStream.java86 private boolean fillBuffer() throws IOException { in fillBuffer() method in CipherInputStream
130 if (outputIndex == outputLength && !fillBuffer()) { in read()
155 if (outputIndex == outputLength && !fillBuffer()) { in read()
/libcore/xml/src/main/java/org/kxml2/io/
DKXmlParser.java484 if (!fillBuffer(delimiter.length)) { in readUntil()
819 if (position + 1 >= limit && !fillBuffer(2)) { in readAttributeListDeclaration()
992 if (position >= limit && !fillBuffer(1)) { in peekType()
1000 if (position + 3 >= limit && !fillBuffer(4)) { in peekType()
1009 if ((position + 5 < limit || fillBuffer(6)) in peekType()
1064 if (position >= limit && !fillBuffer(1)) { in parseStartTag()
1099 if (position >= limit && !fillBuffer(1)) { in parseStartTag()
1108 if (position >= limit && !fillBuffer(1)) { in parseStartTag()
1356 if (!fillBuffer(1)) { in readValue()
1391 if ((position + 1 < limit || fillBuffer(2)) && buffer[position + 1] == '\n') { in readValue()
[all …]
/libcore/luni/src/main/native/
Dorg_apache_harmony_xml_ExpatParser.cpp427 static size_t fillBuffer(ParsingContext* parsingContext, const char* utf8, int byteCount) { in fillBuffer() function
463 size_t utf16length = fillBuffer(parsingContext, text, length); in bufferAndInvoke()
/libcore/benchmarks/libs/
Dcaliper.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...