HomeSort by relevance Sort by last modified time
    Searched refs:flush (Results 276 - 300 of 947) sorted by null

<<11121314151617181920>>

  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
toplevel.ml 48 print_string "ready> "; flush stdout;
toy.ml 21 print_string "ready> "; flush stdout;
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
toplevel.ml 48 print_string "ready> "; flush stdout;
toy.ml 21 print_string "ready> "; flush stdout;
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
toplevel.ml 48 print_string "ready> "; flush stdout;
toy.ml 22 print_string "ready> "; flush stdout;
  /external/llvm/lib/ExecutionEngine/JIT/
JITDebugRegisterer.cpp 113 O.flush();
122 O2.flush();
  /external/llvm/lib/MC/MCDisassembler/
Disassembler.cpp 153 DC->CommentStream.flush();
159 OS.flush();
  /external/llvm/test/Bindings/Ocaml/
bitwriter.ml 29 flush temp_oc;
  /external/llvm/tools/bugpoint/
BugDriver.cpp 236 outs().flush();
246 outs().flush();
  /external/oprofile/events/mips/vr5500/
events 12 event:0x6 counters:0,1 um:zero minimum:500 name:DOUBLEWORDS_FLUSHED : Doubleword flush to main memory
  /external/skia/include/core/
SkStream.h 84 virtual void flush();
256 virtual void flush();
  /external/skia/include/gpu/
SkGpuDevice.h 115 virtual void flush() { fContext->flush(false); } function in class:SkGpuDevice
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
symbol-table.cpp 140 strm.flush();
152 strm.flush();
  /external/webkit/Source/WebCore/platform/graphics/chromium/
DrawingBufferChromium.cpp 140 m_grContext->flush(0);
143 m_context->flush();
  /external/webkit/Source/WebCore/platform/text/brew/
TextCodecBrew.cpp 77 String TextCodecBrew::decode(const char* bytes, size_t length, bool flush, bool stopOnError, bool& sawError)
134 if (flush) {
135 LOG_ERROR("Partial bytes at end of input while flush requested.");
  /external/webkit/Source/WebCore/platform/text/qt/
TextCodecQt.cpp 94 String TextCodecQt::decode(const char* bytes, size_t length, bool flush, bool /*stopOnError*/, bool& sawError)
118 if (flush) {
  /external/webkit/Tools/CygwinDownloader/
cygwin-downloader.py 20 sys.stdout.flush()
151 sys.stdout.flush()
  /frameworks/base/libs/rs/
rsLocklessFifo.cpp 125 flush();
128 void LocklessCommandFifo::flush() { function in class:LocklessCommandFifo
129 //dumpState("flush 1");
137 //dumpState("flush 2");
  /frameworks/base/media/libmedia/
IAudioTrack.cpp 35 FLUSH,
69 virtual void flush() function in class:android::BpAudioTrack
73 remote()->transact(FLUSH, data, &reply);
141 case FLUSH: {
143 flush();
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
MediaTestUtil.java 132 mOutput.flush();
149 mOutput.flush();
  /frameworks/base/tests/LowStorageTest/src/com/android/lowstoragetest/
LowStorageTest.java 88 fs.flush();
94 fs.flush();
  /frameworks/base/tools/aapt/
ZipFile.h 35 * Some changes will not be visible in the until until "flush" is called.
41 * after making changes and before flush() completes could leave us with
51 flush();
131 * from the archive or our internal data structures until flush() is
137 * Flush changes. If mNeedCDRewrite is set, this writes the central dir.
139 status_t flush(void);
  /libcore/luni/src/main/java/java/io/
BufferedWriter.java 120 public void flush() throws IOException { method in class:BufferedWriter
124 out.flush();
  /libcore/luni/src/main/java/java/sql/
DriverManager.java 308 thePrintWriter.flush();
311 thePrintStream.flush();

Completed in 3433 milliseconds

<<11121314151617181920>>