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

1 2 3 4 5 6 7 8 91011>>

  /external/iproute2/ip/
routef 4 exec ip -4 ro flush scope global type unicast
8 echo "This script will flush the IPv4 routing table"
  /external/stlport/stlport/using/h/
ostream.h 4 using _STLP_OLD_IO_NAMESPACE::flush;
iostream.h 22 using _STLP_OLD_IO_NAMESPACE::flush;
  /external/libpng/contrib/pngminim/encoder/
dummy_inflate.c 3 int ZEXPORT inflate(strm, flush)
5 int flush;
  /external/stlport/stlport/using/
ostream 10 using _STLP_NEW_IO_NAMESPACE::flush;
  /external/clearsilver/python/examples/base/
PassSGMLParser.py 20 def flush(self): member in class:PassSGMLParser
30 self.flush()
40 self.flush()
56 self.flush()
60 self.flush()
65 self.flush()
  /frameworks/base/core/java/com/android/internal/os/
LoggingPrintStream.java 75 public synchronized void flush() { method in class:LoggingPrintStream
76 flush(true);
85 private void flush(boolean completely) { method in class:LoggingPrintStream
150 flush(false);
192 flush(false);
199 flush(false);
206 flush(false);
233 flush(false);
239 flush(false);
249 flush(true)
    [all...]
  /external/v8/tools/oprofile/
run 12 # Flush oprofile data including the generated code into ELF binaries.
  /external/guava/src/com/google/common/io/
Flushables.java 37 * Flush a {@link Flushable}, with control over whether an
45 * thrown by the {@code flush} method
47 * {@link Flushable#flush} throws an {@code IOException}.
50 public static void flush(Flushable flushable, boolean swallowIOException) method in class:Flushables
53 flushable.flush();
64 * Equivalent to calling {@code flush(flushable, true)}, but with no
71 flush(flushable, true); method
  /external/iproute2/man/man8/
routel.8 6 routef \- flush routes
18 The routef script does not take any arguments and will simply flush the routing table down the drain. Beware! This means deleting all routes which will make your network unusable!
  /external/e2fsprogs/lib/ext2fs/
flushb.c 3 * device to disk and to flush any buffers from disk cache.
40 #define BLKFLSBUF _IO(0x12,97) /* flush buffer cache */
43 #define FDFLUSH _IO(2,0x4b) /* flush floppy disk */
49 * flush the buffer cache. The latter is basically only useful for
  /frameworks/base/tests/CoreTests/android/core/
BufferedWriterTest.java 39 a.flush();
43 a.flush();
47 a.flush();
OutputStreamWriterTest.java 38 // We have to flush the OutputStreamWriter to guarantee
40 a.flush();
  /external/webkit/JavaScriptCore/wrec/
CharacterClassConstructor.h 50 void flush();
52 // We need to flush prior to an escaped hyphen to prevent it as being treated as indicating
53 // a range, e.g. [a\-c] we flush prior to adding the hyphen so that this is not treated as
54 // [a-c]. However, we do not want to flush if we have already seen a non escaped hyphen -
60 flush();
  /frameworks/base/tests/framework-tests/src/com/android/internal/os/
LoggingPrintStreamTest.java 51 out.flush();
60 out.flush();
67 out.flush();
75 out.flush();
88 out.flush();
95 out.flush();
133 out.flush();
142 out.flush();
149 out.flush();
162 out.flush();
    [all...]
  /cts/tools/host/src/com/android/cts/
CUIOutputStream.java 72 * Flush the write buffer.
74 static public void flush() { method in class:CUIOutputStream
75 sOutput.flush();
  /external/e2fsprogs/e2fsck/
iscan.c 53 int flush = 0; local
69 flush = 1;
78 if (flush) {
88 _("while trying to flush %s"), device_name);
flushb.c 27 #define BLKFLSBUF _IO(0x12,97) /* flush buffer cache */
63 _("BLKFLSBUF ioctl not supported! Can't flush buffers.\n"));
  /external/icu4c/io/
ufile.h 76 * Like u_file_write but takes a flush parameter
111 * Close out the transliterator and flush any data therein.
118 * Flush the buffer in the transliterator
119 * @param f UFile to flush
  /external/zlib/examples/
README.examples 16 - illustrates the use of the Z_BLOCK flush parameter for inflate()
21 - illustrates the use of the Z_BLOCK flush parameter for inflate()
  /frameworks/base/awt/com/android/internal/awt/
ImageOutputStreamWrapper.java 56 public void flush() throws IOException { method in class:ImageOutputStreamWrapper
57 mIos.flush();
  /packages/apps/Email/src/com/android/email/mail/transport/
EOLConvertingOutputStream.java 42 public void flush() throws IOException { method in class:EOLConvertingOutputStream
47 super.flush();
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
IShellOutputReceiver.java 34 * canceled). This allows the receiver to terminate and flush whatever
37 public void flush(); method in interface:IShellOutputReceiver
NullOutputReceiver.java 38 * @see com.android.ddmlib.adb.IShellOutputReceiver#flush()
40 public void flush() { method in class:NullOutputReceiver
  /dalvik/libcore/luni/src/test/java/tests/api/java/io/
BufferedWriterTest.java 53 bw.flush();
80 bw.flush();
116 * @tests java.io.BufferedWriter#flush()
120 method = "flush",
124 bw.write("This should not cause a flush");
125 assertTrue("Test 1: Bytes written without flush.",
127 bw.flush();
129 "This should not cause a flush", sw.toString());
134 bw.flush();
154 bw.flush();
    [all...]

Completed in 254 milliseconds

1 2 3 4 5 6 7 8 91011>>