Searched refs:Flush (Results 276 - 300 of 719) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/webrtc/modules/audio_device/dummy/
H A Dfile_audio_device.cc54 _outputFile.Flush();
57 _inputFile.Flush();
268 _outputFile.Flush();
548 _outputFile.Flush();
/external/chromium_org/v8/src/
H A Doptimizing-compiler-thread.h55 void Flush();
/external/lldb/include/lldb/Target/
H A DMemory.h44 Flush (lldb::addr_t addr, size_t size);
/external/llvm/include/llvm/MC/
H A DMCELFStreamer.h81 void Flush() override;
/external/lzma/CPP/7zip/Compress/
H A DPpmdEncoder.cpp103 return _outStream.Flush();
/external/pdfium/core/src/fxcrt/
H A Dextension.h24 virtual FX_BOOL Flush() = 0;
111 virtual FX_BOOL Flush() function in class:CFX_CRTFileStream
113 return m_pFile->Flush();
306 virtual FX_BOOL Flush() function in class:CFX_MemoryStream
/external/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_impl_lite.h291 bool Flush();
/external/skia/platform_tools/nacl/src/
H A Dnacl_hello.cpp77 fDeviceContext.Flush(pp::CompletionCallback(&FlushCallback, this));
/external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
H A Dp2p_flush.py107 self.p2p_interface.Flush()
/external/lldb/source/Commands/
H A DCommandObjectType.cpp774 out_stream->Flush();
785 out_stream->Flush();
799 out_stream->Flush();
810 out_stream->Flush();
824 out_stream->Flush();
834 out_stream->Flush();
842 out_stream->Flush();
848 out_stream->Flush();
871 out_stream->Flush();
893 out_stream->Flush();
[all...]
H A DCommandObjectCommands.cpp1099 out_stream->Flush();
1126 out_stream->Flush();
1141 out_stream->Flush();
1659 out_stream->Flush();
1670 out_stream->Flush();
1684 out_stream->Flush();
1695 out_stream->Flush();
1710 out_stream->Flush();
1718 out_stream->Flush();
1724 out_stream->Flush();
[all...]
/external/chromium_org/base/win/
H A Devent_trace_controller.cc121 HRESULT EtwTraceController::Flush(EtwTraceProperties* properties) { function in class:base::win::EtwTraceController
164 HRESULT EtwTraceController::Flush(const wchar_t* session_name, function in class:base::win::EtwTraceController
/external/chromium_org/cc/output/
H A Doutput_surface_unittest.cc104 output_surface.context_provider()->ContextGL()->Flush();
161 context_provider_->ContextGL()->Flush();
/external/chromium_org/cc/resources/
H A Dtexture_uploader.cc36 // Flush interval when performing texture uploads.
164 Flush();
167 void TextureUploader::Flush() { function in class:cc::TextureUploader
/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dhistory_data_store.cc128 void HistoryDataStore::Flush( function in class:app_list::HistoryDataStore
131 data_store_->Flush(on_flushed);
/external/chromium_org/content/renderer/pepper/
H A Dppb_graphics_3d_impl.cc119 PP_Bool PPB_Graphics3D_Impl::Flush(int32_t put_offset) { function in class:content::PPB_Graphics3D_Impl
120 GetCommandBuffer()->Flush(put_offset);
H A Dppb_video_decoder_impl.cc199 int32_t PPB_VideoDecoder_Impl::Flush(scoped_refptr<TrackedCallback> callback) { function in class:content::PPB_VideoDecoder_Impl
207 decoder_->Flush();
/external/chromium_org/media/base/
H A Dsinc_resampler.cc28 // These new regions remain constant until a Flush() occurs. While complicated,
133 Flush();
303 void SincResampler::Flush() { function in class:media::SincResampler
/external/chromium_org/media/formats/mp2t/
H A Des_parser_h264.cc39 void EsParserH264::Flush() { function in class:media::mp2t::EsParserH264
50 es_adapter_.Flush();
H A Dts_section_pes.cc82 void TsSectionPes::Flush() { function in class:media::mp2t::TsSectionPes
87 // Flush the underlying ES parser.
88 es_parser_->Flush();
/external/chromium_org/mojo/gles2/
H A Dcommand_buffer_client_impl.cc130 void CommandBufferClientImpl::Flush(int32 put_offset) { function in class:mojo::gles2::CommandBufferClientImpl
135 command_buffer_->Flush(put_offset);
/external/chromium_org/mojo/services/gles2/
H A Dcommand_buffer_impl.cc157 void CommandBufferImpl::Flush(int32_t put_offset) { function in class:mojo::CommandBufferImpl
163 command_buffer_->Flush(put_offset);
/external/chromium_org/net/base/
H A Dfile_stream_context.cc135 void FileStream::Context::Flush(const CompletionCallback& callback) { function in class:net::FileStream::Context
189 if (file_.Flush())
/external/chromium_org/net/cookies/
H A Dcookie_monster_store_test.cc80 void MockPersistentCookieStore::Flush(const base::Closure& callback) { function in class:net::MockPersistentCookieStore
192 void MockSimplePersistentCookieStore::Flush(const base::Closure& callback) { function in class:net::MockSimplePersistentCookieStore
/external/chromium_org/storage/browser/fileapi/
H A Dlocal_file_stream_writer.cc72 int LocalFileStreamWriter::Flush(const net::CompletionCallback& callback) { function in class:storage::LocalFileStreamWriter
229 return stream_impl_->Flush(base::Bind(&LocalFileStreamWriter::DidFlush,

Completed in 4267 milliseconds

<<11121314151617181920>>