HomeSort by relevance Sort by last modified time
    Searched refs:Flush (Results 1 - 25 of 730) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /art/compiler/
buffered_output_stream.cc 28 Flush();
32 bool success = Flush();
43 bool BufferedOutputStream::Flush() {
53 if (!Flush()) {
buffered_output_stream.h 41 bool Flush();
  /art/runtime/base/unix_file/
null_file.h 38 virtual int Flush();
random_access_file.h 63 virtual int Flush() = 0;
null_file.cc 32 int NullFile::Flush() {
  /external/chromium_org/media/formats/mp2t/
es_parser.h 32 // Flush any pending buffer.
33 virtual void Flush() = 0;
ts_section.h 30 // pipe). Flush might thus results in frame emission, as an example.
31 virtual void Flush() = 0;
ts_section_psi.h 26 virtual void Flush() OVERRIDE;
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/port/
output_stream.h 31 virtual void Flush() = 0;
memory_output_stream.h 36 virtual void Flush() {} // no-op
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/mock/
mock_dtmf_buffer.h 25 MOCK_METHOD0(Flush,
  /external/chromium_org/tools/relocation_packer/src/
elf_file.h 22 // then pack or unpack as desired. Packing or unpacking will flush the file
87 void Flush();
  /external/lldb/include/lldb/Core/
StreamAsynchronousIO.h 29 Flush ();
StreamCallback.h 30 Flush ();
StreamFile.h 58 Flush ();
StreamString.h 32 Flush ();
  /external/lzma/Java/SevenZip/Compression/LZ/
OutWindow.java 32 Flush();
45 public void Flush() throws IOException
67 Flush();
75 Flush();
  /external/sfntly/cpp/src/sfntly/port/
output_stream.h 31 virtual void Flush() = 0;
memory_output_stream.h 36 virtual void Flush() {} // no-op
  /external/chromium_org/net/disk_cache/blockfile/
mapped_file.h 46 // Flush the memory-mapped section to disk (synchronously).
47 void Flush();
69 // Helper class for calling Flush() on exit from the current scope.
74 file_->Flush();
  /external/lldb/source/Core/
StreamFile.cpp 62 StreamFile::Flush ()
64 m_file.Flush();
  /external/chromium_org/media/video/
mock_video_decode_accelerator.h 32 MOCK_METHOD0(Flush, void());
  /external/chromium_org/ppapi/thunk/
ppb_video_decoder_dev_api.h 26 virtual int32_t Flush(scoped_refptr<TrackedCallback> callback) = 0;
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/
subsetsequence.h 26 void Flush();
  /external/webrtc/src/system_wrappers/interface/
file_wrapper.h 47 // Flush any pending writes.
48 virtual int Flush() = 0;
68 // some time later. Call Flush() to force a write.

Completed in 475 milliseconds

1 2 3 4 5 6 7 8 91011>>