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

1 2 3 4 5 67 8 91011>>

  /external/opencore/fileformats/mp3/parser/src/
mp3utils.cpp 60 int32 MP3Utils::Flush(PVFile *fp)
64 return (fp->Flush());
  /external/opencore/protocols/rtsp_parcom/src/
rtsp_parser.h 148 // to flush the currently available information // and make a request out of
151 OSCL_IMPORT_REF void flush(void);
  /external/proguard/src/proguard/io/
DataEntryRewriter.java 62 writer.flush();
63 outputStream.flush();
  /external/qemu/
kqemu.h 88 uint32_t nb_pages_to_flush; /* number of pages to flush,
89 KQEMU_FLUSH_ALL means full flush */
  /external/tcpdump/
print-lane.c 56 { 0x0007, "flush request" },
57 { 0x0107, "flush response" },
  /external/webkit/WebCore/platform/graphics/cairo/
GraphicsContextPlatformPrivateCairo.h 68 void flush();
83 void flush() {} function in class:WebCore::GraphicsContextPlatformPrivate
  /external/webkit/WebCore/platform/text/qt/
TextCodecQt.cpp 95 String TextCodecQt::decode(const char* bytes, size_t length, bool flush, bool /*stopOnError*/, bool& sawError)
119 if (flush) {
  /frameworks/base/core/java/android/util/
Base64OutputStream.java 88 * Flush any buffered data from calls to write(int). Needed
117 out.flush();
  /frameworks/base/media/libstagefright/include/
TimedEventQueue.h 66 // Stop executing the event loop, if flush is false, any pending
69 void stop(bool flush = false);
  /frameworks/base/tests/LowStorageTest/src/com/android/lowstoragetest/
LowStorageTest.java 88 fs.flush();
94 fs.flush();
  /packages/apps/Email/src/com/android/exchange/utility/
FileLogger.java 62 pw.flush();
102 sLogWriter.flush();
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
MultiLineReceiver.java 106 * @see com.android.ddmlib.adb.IShellOutputReceiver#flush()
108 public final void flush() { method in class:MultiLineReceiver
  /dalvik/libcore/luni/src/main/java/java/io/
BufferedOutputStream.java 105 * if an error occurs attempting to flush this stream.
108 public synchronized void flush() throws IOException { method in class:BufferedOutputStream
114 out.flush();
171 // flush the internal buffer first if we have not enough space left
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/platform/
MappedPlatformAddress.java 41 osMemory.flush(osaddr, size);
  /dalvik/libcore/prefs/src/main/java/org/apache/harmony/prefs/internal/nls/
messages.properties 30 prefs.C=Flush error\!
  /dalvik/libcore/support/src/test/java/tests/support/
Support_ASimpleOutputStream.java 48 public void flush() throws IOException { method in class:Support_ASimpleOutputStream
  /dalvik/vm/
Atomic.h 30 * There may be a way to do it that doesn't flush every single register.
  /dalvik/vm/interp/
Interp.h 59 * Flush any breakpoints associated with methods in "clazz".
  /development/tools/axl/
log.py 42 self._file.flush()
  /external/giflib/
gif_lib_private.h 21 #define FLUSH_OUTPUT 4096 /* Impossible code, to signal flush. */
  /external/icu4c/common/unicode/
bytestream.h 117 * Flush internal buffers.
119 * and require calling Flush() at the end of the stream.
120 * The default implementation of Flush() does nothing.
123 virtual void Flush();
  /external/iproute2/ip/
ipaddrlabel.c 53 fprintf(stderr, "Usage: ip addrlabel [ list | add | del | flush ] prefix PREFIX [ dev DEV ] [ label LABEL ]\n");
236 fprintf(stderr, "\"ip addrlabel flush\" does not allow extra arguments\n");
246 fprintf(stderr, "Flush terminated\n");
264 } else if (matches(argv[0], "flush") == 0) {
  /external/iptables/
ip6tables-restore.8 37 don't flush the previous contents of the table. If not specified,
iptables-restore.8 37 don't flush the previous contents of the table. If not specified,
  /external/skia/include/svg/
SkSVGPaintState.h 54 bool flush(SkSVGParser& , bool isFlushable, bool isDef);

Completed in 62 milliseconds

1 2 3 4 5 67 8 91011>>