HomeSort by relevance Sort by last modified time
    Searched refs:endOfInput (Results 1 - 25 of 33) sorted by null

1 2

  /libcore/ojluni/src/main/java/sun/nio/cs/
StreamEncoder.java 227 private void flushLeftoverChar(CharBuffer cb, boolean endOfInput)
230 if (!haveLeftoverChar && !endOfInput)
241 while (lcb.hasRemaining() || endOfInput) {
242 CoderResult cr = encoder.encode(lcb, bb, endOfInput);
247 flushLeftoverChar(cb, endOfInput);
  /libcore/ojluni/src/main/java/java/nio/charset/
CharsetDecoder.java 59 * <tt>endOfInput</tt> argument and filling the input buffer and flushing the
63 * <tt>true</tt> for the <tt>endOfInput</tt> argument; and then </p></li>
510 * <p> The <tt>endOfInput</tt> parameter advises this method as to whether
533 * @param endOfInput
543 * the <tt>endOfInput</tt> parameter, nor of this method with a
544 * value of <tt>true</tt> for the <tt>endOfInput</tt> parameter
552 boolean endOfInput)
554 int newState = endOfInput ? ST_END : ST_CODING;
556 && !(endOfInput && (state == ST_END)))
575 if (endOfInput && in.hasRemaining())
    [all...]
CharsetEncoder.java 59 * <tt>endOfInput</tt> argument and filling the input buffer and flushing the
63 * <tt>true</tt> for the <tt>endOfInput</tt> argument; and then </p></li>
525 * <p> The <tt>endOfInput</tt> parameter advises this method as to whether
548 * @param endOfInput
558 * the <tt>endOfInput</tt> parameter, nor of this method with a
559 * value of <tt>true</tt> for the <tt>endOfInput</tt> parameter
567 boolean endOfInput)
569 int newState = endOfInput ? ST_END : ST_CODING;
571 && !(endOfInput && (state == ST_END)))
590 if (endOfInput && in.hasRemaining())
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
CharsetEncoderTest.java 293 // Normal case: after encode with endOfInput is true
302 // Illegal state: flush after encode with endOfInput is false
347 // Normal case: just after encode with that endOfInput is true
354 // Normal case:just after encode with that endOfInput is false
370 // test illegal states for two encode method with endOfInput is true
382 // Normal case: just after encode with that endOfInput is true
390 // Normal case:just after encode with that endOfInput is false
420 // test illegal states for two encode method with endOfInput is false
438 // Illegal state: just after encode with that endOfInput is true
448 // Normal case:just after encode with that endOfInput is fals
    [all...]
CharsetDecoderTest.java 337 // endOfInput to false
404 boolean endOfInput) throws CharacterCodingException,
414 CoderResult result = decoder.decode(in, out, endOfInput);
421 assertSame(CoderResult.UNDERFLOW, decoder.decode(in, out, endOfInput));
428 assertSame(CoderResult.UNDERFLOW, decoder.decode(in, out, endOfInput));
458 boolean endOfInput) throws CharacterCodingException,
467 CoderResult result = decoder.decode(in, out, endOfInput);
474 assertSame(CoderResult.UNDERFLOW, decoder.decode(in, out, endOfInput));
481 assertSame(CoderResult.UNDERFLOW, decoder.decode(in, out, endOfInput));
510 boolean endOfInput) throws CharacterCodingException
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HttpConnection.java 369 protected final void endOfInput(boolean recyclable) throws IOException {
409 endOfInput(true);
426 endOfInput(true);
493 endOfInput(true);
519 endOfInput(false);
  /external/guice/extensions/persist/lib/
oro-2.0.8.jar 
  /external/libxml2/
xmlIO.c     [all...]
  /prebuilts/tools/common/m2/repository/oro/oro/2.0.8/
oro-2.0.8.jar 
  /external/guice/lib/build/jdiff/
xerces.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
commons-io-2.2.jar 
  /prebuilts/tools/common/m2/repository/commons-io/commons-io/2.4/
commons-io-2.4.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-handler/4.1.0.CR3/
netty-handler-4.1.0.CR3.jar 
  /prebuilts/tools/common/offline-m2/commons-io/commons-io/2.4/
commons-io-2.4.jar 
  /external/guice/extensions/struts2/lib/
struts2-core-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.5.0/
okhttp-2.5.0.jar 
  /frameworks/data-binding/prebuilds/1.0-rc0/
databinding-studio-bundle.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/23/
android.jar 
  /prebuilts/sdk/24/
android.jar 

Completed in 248 milliseconds

1 2