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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
uda1341.h 119 FLUSH,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
uda1341.h 119 FLUSH,
  /libcore/luni/src/main/java/java/nio/charset/
CharsetDecoder.java 42 * <li>invoking the {@link #flush(CharBuffer) flush} method to flush the
88 private static final int FLUSH = 3;
202 result = flush(output);
212 status = FLUSH;
311 if ((status == FLUSH) || (!endOfInput && status == END)) {
441 * During the flush, the output buffer's position will be changed
456 public final CoderResult flush(CharBuffer out) { method in class:CharsetDecoder
462 status = FLUSH;
    [all...]
CharsetEncoder.java 43 * returned to indicate the current state. The caller should fill the input buffer, flush
48 * <li>Invoke {@link #flush(ByteBuffer)} to flush remaining output.</li>
82 private static final int FLUSH = 3;
179 * internal status is neither RESET or FLUSH.
187 if (status == FLUSH || status == INIT) {
224 * if current internal status is neither RESET or FLUSH.
296 result = flush(output);
408 if ((status == FLUSH) || (!endOfInput && status == END)) {
507 * During the flush, the output buffer's position will be change
522 public final CoderResult flush(ByteBuffer out) { method in class:CharsetEncoder
    [all...]
  /frameworks/av/media/libmedia/
IAudioTrack.cpp 35 FLUSH,
84 virtual void flush() function in class:android::BpAudioTrack
88 remote()->transact(FLUSH, data, &reply);
182 case FLUSH: {
184 flush();
  /bionic/libc/stdio/
vfprintf.c 59 * Flush out all the vectors defined by the given uio,
245 #define FLUSH() do { \
809 FLUSH(); /* copy out the I/O vectors */
818 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...]
  /prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar 

Completed in 2025 milliseconds