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

1 2 3 4 5

  /art/compiler/linker/
file_output_stream.cc 36 bool FileOutputStream::Flush() {
37 return file_->Flush() == 0;
buffered_output_stream.cc 50 bool BufferedOutputStream::Flush() {
51 return FlushBuffer() && out_->Flush();
  /external/sfntly/cpp/src/sfntly/port/
memory_output_stream.h 36 virtual void Flush() {} // no-op
  /external/google-breakpad/src/client/
minidump_file_writer-inl.h 91 inline bool TypedMDRVA<MDType>::Flush() {
  /external/icu/icu4c/source/common/
bytestream.cpp 27 void ByteSink::Flush() {}
  /external/libchrome/base/files/
file.cc 141 bool File::Flush() {
143 SCOPED_FILE_TRACE("Flush");
  /external/lzma/CPP/7zip/Common/
OutBuffer.cpp 86 HRESULT COutBuffer::Flush() throw()
104 HRESULT result = Flush();
  /external/lzma/CPP/Common/
StdOutStream.cpp 40 bool CStdOutStream::Flush() throw()
  /external/sfntly/cpp/src/sfntly/data/
font_output_stream.cc 116 void FontOutputStream::Flush() {
118 stream_->Flush();
124 stream_->Flush();
  /external/webrtc/webrtc/modules/audio_coding/neteq/
sync_buffer.cc 90 void SyncBuffer::Flush() {
dtmf_buffer.cc 32 void DtmfBuffer::Flush() {
  /external/webrtc/webrtc/system_wrappers/source/
data_log_no_op.cc 75 void DataLogImpl::Flush() {
file_impl.cc 71 int FileWrapperImpl::Flush() {
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
memorybuffer.h 43 void Flush() {}
memorystream.h 45 void Flush() { RAPIDJSON_ASSERT(false); }
stringbuffer.h 51 void Flush() {}
filewritestream.h 37 Flush();
47 Flush();
58 void Flush() {
  /external/lzma/CS/7zip/Compress/LZ/
LzOutWindow.cs 65 Flush();
69 public void Flush()
91 Flush();
99 Flush();
  /external/pdfium/core/src/fxcrt/
fxcrt_platforms.cpp 123 FX_BOOL CFXCRT_FileAccess_CRT::Flush() {
fxcrt_posix.cpp 118 FX_BOOL CFXCRT_FileAccess_Posix::Flush() {
fxcrt_windows.cpp 160 FX_BOOL CFXCRT_FileAccess_Win64::Flush() {
  /external/webrtc/webrtc/base/
asyncinvoker.cc 39 void AsyncInvoker::Flush(Thread* thread, uint32_t id /*= MQID_ANY*/) {
44 thread->Invoke<void>(Bind(&AsyncInvoker::Flush, this, thread, id));
88 bool GuardedAsyncInvoker::Flush(uint32_t id) {
92 invoker_.Flush(thread_, id);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_internal.h 61 virtual void Flush() {}
  /external/lzma/Java/SevenZip/Compression/LZ/
OutWindow.java 32 Flush();
45 public void Flush() throws IOException
67 Flush();
75 Flush();
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_basic_imp.h 43 virtual void Flush() {}

Completed in 1487 milliseconds

1 2 3 4 5