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

  /libcore/luni/src/main/java/java/nio/charset/
CharsetEncoder.java 44 * returned to indicate the current state. The caller should fill the input buffer, flush
49 * <li>Invoke {@link #flush(ByteBuffer)} to flush remaining output.</li>
90 private static final int FLUSH = 3;
194 * internal status is neither RESET or FLUSH.
202 if (status == FLUSH) {
239 * if current internal status is neither RESET or FLUSH.
313 result = flush(output);
330 status = FLUSH;
419 if ((status == FLUSH) || (!endOfInput && status == END))
533 public final CoderResult flush(ByteBuffer out) { method in class:CharsetEncoder
    [all...]
CharsetDecoder.java 42 * <li>invoking the {@link #flush(CharBuffer) flush} method to flush the
95 private static final int FLUSH = 3;
225 result = flush(output);
235 status = FLUSH;
336 if ((status == FLUSH) || (!endOfInput && status == END)) {
466 * During the flush, the output buffer's position will be changed
481 public final CoderResult flush(CharBuffer out) { method in class:CharsetDecoder
487 status = FLUSH;
    [all...]
  /frameworks/base/media/libmedia/
IAudioTrack.cpp 35 FLUSH,
69 virtual void flush() function in class:android::BpAudioTrack
73 remote()->transact(FLUSH, data, &reply);
141 case FLUSH: {
143 flush();
  /bionic/libc/stdio/
vfprintf.c 59 * Flush out all the vectors defined by the given uio,
234 #define FLUSH() do { \
798 FLUSH(); /* copy out the I/O vectors */
807 FLUSH();
  /external/iproute2/doc/
ip-cref.tex 560 \paragraph{Commands:} \verb|add|, \verb|delete|, \verb|flush| and \verb|show|
671 Another method to disable IP on an interface using {\tt ip addr flush}
672 may be found in sec.\ref{IP-ADDR-FLUSH}, p.\pageref{IP-ADDR-FLUSH}.
786 \subsection{{\tt ip address flush} --- flush protocol addresses}
787 \label{IP-ADDR-FLUSH}
789 \paragraph{Abbreviations:} \verb|flush|, \verb|f|.
797 \paragraph{Warning:} This command (and other \verb|flush| commands
803 of rounds made to flush the address list. If this option is give
    [all...]

Completed in 510 milliseconds