Searched refs:Flush (Results 251 - 275 of 677) sorted by relevance

<<11121314151617181920>>

/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.cc105 output_surface.context_provider()->ContextGL()->Flush();
162 context_provider_->ContextGL()->Flush();
/external/chromium_org/cc/resources/
H A Dtexture_uploader.cc36 // Flush interval when performing texture uploads.
158 Flush();
161 void TextureUploader::Flush() { function in class:cc::TextureUploader
/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dhistory_data_store.cc125 void HistoryDataStore::Flush( function in class:app_list::HistoryDataStore
127 data_store_->Flush(on_flushed);
/external/chromium_org/content/renderer/pepper/
H A Dppb_graphics_3d_impl.cc117 PP_Bool PPB_Graphics3D_Impl::Flush(int32_t put_offset) { function in class:content::PPB_Graphics3D_Impl
118 GetCommandBuffer()->Flush(put_offset);
H A Dppb_video_decoder_impl.cc200 int32_t PPB_VideoDecoder_Impl::Flush(scoped_refptr<TrackedCallback> callback) { function in class:content::PPB_VideoDecoder_Impl
208 decoder_->Flush();
/external/chromium_org/google_apis/gcm/base/
H A Dsocket_stream.cc249 net::Error SocketOutputStream::Flush(const base::Closure& callback) { function in class:gcm::SocketOutputStream
319 // Only a partial write was completed. Flush again to finish the write.
321 Flush(callback);
/external/chromium_org/media/base/
H A Dmock_filters.h129 MOCK_METHOD1(Flush, void(const base::Closure& callback));
153 MOCK_METHOD1(Flush, void(const base::Closure& callback));
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 Dts_section_pes.cc130 void TsSectionPes::Flush() { function in class:media::mp2t::TsSectionPes
135 // Flush the underlying ES parser.
136 es_parser_->Flush();
/external/chromium_org/mojo/gles2/
H A Dcommand_buffer_client_impl.cc104 void CommandBufferClientImpl::Flush(int32 put_offset) { function in class:mojo::gles2::CommandBufferClientImpl
109 command_buffer_->Flush(put_offset);
/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/third_party/libvpx/source/libvpx/test/
H A Dencode_test_driver.cc24 Flush();
69 void Encoder::Flush() { function in class:libvpx_test::Encoder
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dradeon_fbo.c537 if (ctx->Driver.Flush)
538 ctx->Driver.Flush(ctx); /* +r6/r7 */
582 if (ctx->Driver.Flush)
583 ctx->Driver.Flush(ctx); /* +r6/r7 */
753 if (ctx->Driver.Flush)
754 ctx->Driver.Flush(ctx); /* +r6/r7 */
910 if (ctx->Driver.Flush)
911 ctx->Driver.Flush(ctx); /* +r6/r7 */
H A Dradeon_queryobj.c94 ctx->Driver.Flush(ctx);
172 ctx->Driver.Flush(ctx);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_fbo.c537 if (ctx->Driver.Flush)
538 ctx->Driver.Flush(ctx); /* +r6/r7 */
582 if (ctx->Driver.Flush)
583 ctx->Driver.Flush(ctx); /* +r6/r7 */
753 if (ctx->Driver.Flush)
754 ctx->Driver.Flush(ctx); /* +r6/r7 */
910 if (ctx->Driver.Flush)
911 ctx->Driver.Flush(ctx); /* +r6/r7 */
H A Dradeon_queryobj.c94 ctx->Driver.Flush(ctx);
172 ctx->Driver.Flush(ctx);
/external/chromium_org/third_party/webrtc/common_audio/resampler/
H A Dsinc_resampler.cc37 // These new regions remain constant until a Flush() occurs. While complicated,
178 Flush();
353 void SincResampler::Flush() {
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Dreceiver.cc51 jitter_buffer_.Flush();
153 jitter_buffer_.Flush();
/external/chromium_org/webkit/browser/fileapi/
H A Dlocal_file_stream_writer.cc72 int LocalFileStreamWriter::Flush(const net::CompletionCallback& callback) { function in class:fileapi::LocalFileStreamWriter
229 return stream_impl_->Flush(base::Bind(&LocalFileStreamWriter::DidFlush,
H A Dsandbox_file_stream_writer.cc235 int SandboxFileStreamWriter::Flush(const net::CompletionCallback& callback) { function in class:fileapi::SandboxFileStreamWriter
243 return local_file_writer_->Flush(callback);
/external/libvpx/libvpx/test/
H A Dencode_test_driver.cc24 Flush();
69 void Encoder::Flush() { function in class:libvpx_test::Encoder

Completed in 528 milliseconds

<<11121314151617181920>>