HomeSort by relevance Sort by last modified time
    Searched full:flush (Results 1 - 25 of 1463) 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;
  /ndk/sources/cxx-stl/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;
  /ndk/sources/cxx-stl/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!
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
nfs_fs.h 24 #define FLUSH_LOWPRI 8 /* low priority background flush */
25 #define FLUSH_HIGHPRI 16 /* high priority memory reclaim flush */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
nis_tags.h 60 #define TAG_GCACHE 3 /* Flush the Group Cache */
62 #define TAG_DCACHE 4 /* Flush the directory cache */
64 #define TAG_OCACHE 5 /* Flush the Object Cache */
66 #define TAG_TCACHE_ONE 7 /* Flush the table cache */
67 #define TAG_DCACHE_ALL 8 /* Flush entire directory cache */
68 #define TAG_TCACHE_ALL 9 /* Flush entire table cache */
69 #define TAG_GCACHE_ONE 10 /* Flush one group object */
70 #define TAG_DCACHE_ONE_REFRESH 11 /* Flush and refresh one DO */
  /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();
  /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/core/tests/coretests/src/com/android/internal/os/
LoggingPrintStreamTest.java 55 out.flush();
64 out.flush();
71 out.flush();
79 out.flush();
92 out.flush();
99 out.flush();
137 out.flush();
146 out.flush();
153 out.flush();
166 out.flush();
    [all...]
  /libcore/luni/src/test/java/tests/api/java/io/
PrintWriterTest.java 74 pw.flush();
102 pw.flush();
123 pw.flush();
136 // Auto-flush should have happened
231 * @tests java.io.PrintWriter#flush()
234 // Test for method void java.io.PrintWriter.flush()
237 pw.flush();
238 assertTrue("Failed to flush", new String(bao.toByteArray())
251 pw.flush();
276 pw.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/chromium/third_party/icu/source/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/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

Completed in 349 milliseconds

1 2 3 4 5 6 7 8 91011>>