Home
last modified time | relevance | path

Searched refs:endOfInput (Results 1 – 3 of 3) sorted by relevance

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
DHttpConnection.java369 protected final void endOfInput(boolean recyclable) throws IOException { in endOfInput() method in HttpConnection.AbstractSource
409 endOfInput(true); in FixedLengthSource()
426 endOfInput(true); in read()
493 endOfInput(true); in readChunkSize()
519 endOfInput(false); in read()
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/asset/plugins/
DHttpZipLocator.java132 boolean endOfInput = toRead < byteBuf.capacity(); in getUTF8String()
142 CoderResult result = utf8Decoder.decode(byteBuf, charBuf, endOfInput); in getUTF8String()
148 if (!result.isUnderflow() || !endOfInput){ in getUTF8String()
/external/libxml2/
DxmlIO.c3289 endOfInput (void * context ATTRIBUTE_UNUSED, in endOfInput() function
3339 in->readcallback = endOfInput; in xmlParserInputBufferGrow()