Searched defs:Flush (Results 1 - 25 of 172) sorted by relevance

1234567

/external/sfntly/cpp/src/sfntly/port/
H A Dmemory_output_stream.h36 virtual void Flush() {} // no-op function in class:sfntly::MemoryOutputStream
/external/chromium_org/net/disk_cache/
H A Dmapped_file.cc62 void MappedFile::Flush() { function in class:disk_cache::MappedFile
H A Dmapped_file_avoid_mmap_posix.cc47 void MappedFile::Flush() { function in class:disk_cache::MappedFile
67 Flush();
H A Dmapped_file_posix.cc51 void MappedFile::Flush() { function in class:disk_cache::MappedFile
H A Dmapped_file_win.cc62 void MappedFile::Flush() { function in class:disk_cache::MappedFile
/external/chromium_org/ppapi/c/dev/
H A Dppb_video_decoder_dev.h43 * - To signal EOS to the decoder: call Flush() and wait for NotifyFlushDone
121 * Flush input and output buffers in the decoder. Any pending inputs are
132 int32_t (*Flush)(PP_Resource video_decoder, member in struct:PPB_VideoDecoder_Dev_0_16
/external/chromium_org/ppapi/c/
H A Dppb_graphics_2d.h94 * This function has no effect until you call Flush() As a result, what
95 * counts is the contents of the bitmap when you call Flush(), not when
137 * function has no effect until you call Flush(). The data within the
170 * Flush().
190 * Flush() flushes any enqueued paint, scroll, and replace commands to the
195 * Flush() runs in asynchronous mode. Specify a callback function and the
199 * Flush() will fail.
209 * still get a callback. The callback will execute after Flush() returns
249 int32_t (*Flush)(PP_Resource graphics_2d, member in struct:PPB_Graphics2D_1_1
299 int32_t (*Flush)(PP_Resourc member in struct:PPB_Graphics2D_1_0
[all...]
H A Dppb_file_io.h240 * Flush() flushes changes to disk. This call can be very expensive! The
247 * completion of Flush().
253 int32_t (*Flush)(PP_Resource file_io, struct PP_CompletionCallback callback); member in struct:PPB_FileIO_1_1
323 int32_t (*Flush)(PP_Resource file_io, struct PP_CompletionCallback callback); member in struct:PPB_FileIO_1_0
/external/chromium_org/third_party/icu/source/common/
H A Dbytestream.cpp25 void ByteSink::Flush() {} function in class:ByteSink
/external/lzma/CPP/7zip/Common/
H A DOutBuffer.cpp91 HRESULT COutBuffer::Flush() function in class:COutBuffer
109 HRESULT result = Flush();
/external/chromium_org/chrome/browser/extensions/api/serial/
H A Dserial_connection.cc82 void SerialConnection::Flush() { function in class:extensions::SerialConnection
/external/chromium_org/media/base/
H A Dmulti_channel_resampler.cc101 void MultiChannelResampler::Flush() { function in class:media::MultiChannelResampler
103 resamplers_[i]->Flush();
/external/chromium_org/ppapi/cpp/dev/
H A Dvideo_decoder_dev.cc64 int32_t VideoDecoder_Dev::Flush(const CompletionCallback& callback) { function in class:pp::VideoDecoder_Dev
67 return get_interface<PPB_VideoDecoder_Dev>()->Flush(
/external/icu4c/common/
H A Dbytestream.cpp27 void ByteSink::Flush() {} function in class:ByteSink
/external/lzma/CPP/Common/
H A DStdOutStream.cpp45 bool CStdOutStream::Flush() function in class:CStdOutStream
/external/webrtc/src/system_wrappers/source/
H A Ddata_log_no_op.cc75 void DataLogImpl::Flush() { function in class:webrtc::DataLogImpl
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dwebkit_file_stream_writer_impl.cc115 int WebkitFileStreamWriterImpl::Flush(const net::CompletionCallback& callback) { function in class:drive::internal::WebkitFileStreamWriterImpl
121 return local_file_writer_->Flush(callback);
126 // Here is the case Flush() is called before any Write() invocation.
/external/chromium_org/net/base/
H A Dmock_file_stream.cc57 int MockFileStream::Flush(const CompletionCallback& callback) { function in class:net::testing::MockFileStream
58 return ReturnError(FileStream::Flush(callback));
/external/chromium_org/ppapi/cpp/
H A Dgraphics_2d.cc130 int32_t Graphics2D::Flush(const CompletionCallback& cc) { function in class:pp::Graphics2D
132 return get_interface<PPB_Graphics2D_1_1>()->Flush(
135 return get_interface<PPB_Graphics2D_1_0>()->Flush(
/external/chromium_org/ppapi/thunk/
H A Dppb_graphics_2d_thunk.cc82 int32_t Flush(PP_Resource graphics_2d, struct PP_CompletionCallback callback) { function in namespace:ppapi::thunk::__anon9621
83 VLOG(4) << "PPB_Graphics2D::Flush()";
87 return enter.SetResult(enter.object()->Flush(enter.callback()));
113 &Flush
123 &Flush,
H A Dppb_video_decoder_thunk.cc57 int32_t Flush(PP_Resource video_decoder, PP_CompletionCallback callback) { function in namespace:ppapi::thunk::__anon9656
61 return enter.SetResult(enter.object()->Flush(enter.callback()));
84 &Flush,
/external/chromium_org/third_party/cld/encodings/compact_lang_det/
H A Dsubsetsequence.cc175 void SubsetSequence::Flush() { function in class:SubsetSequence
176 // printf("Flush %d\n", count_[k_]);
200 Flush();
/external/chromium_org/v8/src/
H A Doptimizing-compiler-thread.cc151 void OptimizingCompilerThread::Flush() { function in class:v8::internal::OptimizingCompilerThread
/external/chromium_org/webkit/browser/fileapi/
H A Dlocal_file_stream_writer.cc69 int LocalFileStreamWriter::Flush(const net::CompletionCallback& callback) { function in class:fileapi::LocalFileStreamWriter
205 return stream_impl_->Flush(base::Bind(&LocalFileStreamWriter::DidFlush,
/external/lzma/CPP/7zip/Compress/
H A DBcj2Coder.h32 HRESULT Flush();
90 HRESULT Flush() { return _outStream.Flush(); } function in class:NCompress::NBcj2::CDecoder

Completed in 493 milliseconds

1234567