HomeSort by relevance Sort by last modified time
    Searched full:flush (Results 201 - 225 of 1410) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/sonivox/arm-fm-22k/host_src/
eas_report.c 45 int flush = 0; variable
165 if (flush)
200 if (flush)
230 if (flush)
262 flush = flushAfterWrite;
  /external/sonivox/arm-hybrid-22k/host_src/
eas_report.c 45 int flush = 0; variable
165 if (flush)
200 if (flush)
230 if (flush)
262 flush = flushAfterWrite;
  /external/sonivox/arm-wt-22k/host_src/
eas_report.c 45 int flush = 0; variable
165 if (flush)
200 if (flush)
230 if (flush)
262 flush = flushAfterWrite;
  /packages/apps/Gallery3D/src/com/cooliris/media/
DiskCache.java 126 // Flush the index file at a regular interval. To avoid
131 flush(); method
155 // Flush the index file at a regular interval. To avoid
160 flush(); method
190 public void flush() { method in class:DiskCache
  /dalvik/libcore/luni/src/main/java/java/io/
PrintStream.java 49 * indicates whether or not this PrintStream should flush its contents after
63 * stream. By default, the new print stream does not automatically flush its
87 * indicates whether to flush contents upon encountering a
109 * indicates whether or not to flush contents upon encountering a
240 flush(); method
251 flush(); method
268 public synchronized void flush() { method in class:PrintStream
271 out.flush();
669 * @see #flush()
690 flush(); method
722 flush(); method
    [all...]
Writer.java 23 * {@link #flush()} method to be called before closing the stream, to ensure all
28 * {@link #close()} and {@link #flush()} methods needs to be overridden.
87 public abstract void flush() throws IOException; method in class:Writer
  /dalvik/libcore/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
MemoryHandlerTest.java 126 method = "flush",
168 handler.flush();
203 method = "flush",
210 handler.flush();
211 assertEquals(writer.toString(), "flush");
529 public void flush() { method in class:MemoryHandlerTest.MockHandler
530 writer.write("flush");
  /external/srec/portable/src/
plog.c 112 * used, it needs to flush the buffer.
135 fileLogger->base.flush = FileLoggerFlush;
224 if (Glogger->flush != NULL)
225 Glogger->flush(Glogger);
389 flushRC = Glogger->flush(Glogger);
405 if (Glogger != NULL && Glogger->flush != NULL)
406 flushRC = Glogger->flush(Glogger);
  /dalvik/libcore/nio_char/src/main/java/java/nio/charset/
CharsetDecoder.java 44 * <li>invoking the {@link #flush(CharBuffer) flush} method to flush the
97 private static final int FLUSH = 3;
229 result = flush(output);
239 status = FLUSH;
340 if ((status == FLUSH) || (!endOfInput && status == END)) {
481 * During the flush, the output buffer's position will be changed
496 public final CoderResult flush(CharBuffer out) { method in class:CharsetDecoder
502 status = FLUSH;
    [all...]
  /dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
ChannelsTest.java 100 this.fouts.flush();
283 this.fouts.flush();
429 testouts.flush();
845 testWriter.flush();
866 testWriter.flush();
900 testWriter.flush();
919 testWriter.flush();
955 testWriter.flush();
981 testWriter.flush();
    [all...]
  /dalvik/libcore/luni/src/test/java/tests/api/java/io/
ObjectOutputStreamTest.java 578 public void flush() throws IOException { method in class:ObjectOutputStreamTest.NoFlushTestOutputStream
579 super.flush();
788 assertFalse("flush() has been called on the target.",
842 * @tests java.io.ObjectOutputStream#flush()
846 method = "flush",
850 // Test for method void java.io.ObjectOutputStream.flush()
854 oos.flush();
855 assertTrue("Test 2: Failed to flush data.", bao.size() > size);
858 oos_ioe.flush();
892 oos.flush();
    [all...]
  /build/tools/signapk/
SignApk.java 102 System.out.flush();
266 print.flush();
277 print.flush();
356 temp.flush();
407 out.flush();
477 outputStream.flush();
  /bionic/libc/stdio/
fvwrite.c 98 * and then flush. If there is no partial buffer, write
137 /* fill and flush */
194 /* copied the newline: flush and forget */
fflush.c 38 /* Flush a single file, or (if fp is NULL) all files. */
  /external/apache-http/src/org/apache/http/impl/io/
ChunkedOutputStream.java 175 public void flush() throws IOException { method in class:ChunkedOutputStream
177 this.out.flush();
188 this.out.flush();
  /external/iproute2/ip/
ipaddress.c 67 fprintf(stderr, " ip addr {show|flush} [ dev STRING ] [ scope SCOPE-ID ]\n");
341 perror("Failed to send flush request");
613 static int ipaddr_list_or_flush(int argc, char **argv, int flush)
627 if (flush) {
629 fprintf(stderr, "Flush requires arguments.\n");
633 fprintf(stderr, "Cannot flush link addresses.\n");
715 if (flush) {
750 fprintf(stderr, "Flush terminated\n");
756 printf("Nothing to flush.\n");
758 printf("*** Flush is complete after %d round%s ***\n", round, round>1?"s":"")
    [all...]
  /external/skia/src/xml/
SkXMLWriter.cpp 30 void SkXMLWriter::flush() function in class:SkXMLWriter
218 this->flush();
280 this->flush();
  /frameworks/base/awt/javax/imageio/stream/
ImageInputStreamImpl.java 303 throw new IndexOutOfBoundsException("Trying to flush outside of current position");
306 throw new IndexOutOfBoundsException("Trying to flush within already flushed portion");
312 public void flush() throws IOException { method in class:ImageInputStreamImpl
  /packages/apps/Camera/tests/src/com/android/camera/stress/
ImageCapture.java 212 mOut.flush();
218 mOut.flush();
264 mOut.flush();
  /packages/apps/Email/src/org/apache/commons/io/output/
ThresholdingOutputStream.java 139 public void flush() throws IOException method in class:ThresholdingOutputStream
141 getStream().flush();
155 flush(); method
  /bionic/libc/private/
resolv_cache.h 38 * and will flush the cache */
  /cts/tests/tests/permission/src/android/permission/cts/
CameraPermissionTest.java 58 s.flush();
  /cts/tests/tests/util/src/android/util/cts/
PrintStreamPrinterTest.java 67 ps.flush();
PrintWriterPrinterTest.java 82 pw.flush();
  /cts/tools/signature-tools/src/signature/io/impl/
BinaryApi.java 47 oos.flush();

Completed in 603 milliseconds

1 2 3 4 5 6 7 891011>>