HomeSort by relevance Sort by last modified time
    Searched refs:Flush (Results 276 - 300 of 715) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/ui/app_list/search/
history_data_store.cc 125 void HistoryDataStore::Flush(
127 data_store_->Flush(on_flushed);
  /external/chromium_org/content/renderer/pepper/
ppb_graphics_3d_impl.cc 117 PP_Bool PPB_Graphics3D_Impl::Flush(int32_t put_offset) {
118 GetCommandBuffer()->Flush(put_offset);
ppb_video_decoder_impl.cc 200 int32_t PPB_VideoDecoder_Impl::Flush(scoped_refptr<TrackedCallback> callback) {
208 decoder_->Flush();
  /external/chromium_org/google_apis/gcm/base/
socket_stream.cc 249 net::Error SocketOutputStream::Flush(const base::Closure& callback) {
307 LOG(ERROR) << "Failed to flush socket.";
318 DVLOG(1) << "Partial flush complete. Retrying.";
319 // Only a partial write was completed. Flush again to finish the write.
321 Flush(callback);
325 DVLOG(1) << "Socket flush complete.";
  /external/chromium_org/media/base/
mock_filters.h 129 MOCK_METHOD1(Flush, void(const base::Closure& callback));
153 MOCK_METHOD1(Flush, void(const base::Closure& callback));
sinc_resampler.cc 28 // These new regions remain constant until a Flush() occurs. While complicated,
133 Flush();
303 void SincResampler::Flush() {
  /external/chromium_org/media/formats/mp2t/
ts_section_pes.cc 130 void TsSectionPes::Flush() {
135 // Flush the underlying ES parser.
136 es_parser_->Flush();
mp2t_stream_parser.cc 52 // Flush the PID state (possibly emitting some pending frames)
54 void Flush();
117 void PidState::Flush() {
118 section_parser_->Flush();
194 void Mp2tStreamParser::Flush() {
195 DVLOG(1) << "Mp2tStreamParser::Flush";
197 // Flush the buffers and reset the pids.
202 pid_state->Flush();
  /external/chromium_org/mojo/gles2/
command_buffer_client_impl.cc 104 void CommandBufferClientImpl::Flush(int32 put_offset) {
109 command_buffer_->Flush(put_offset);
  /external/chromium_org/net/cookies/
cookie_monster_store_test.cc 80 void MockPersistentCookieStore::Flush(const base::Closure& callback) {
192 void MockSimplePersistentCookieStore::Flush(const base::Closure& callback) {
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
encode_test_driver.cc 24 Flush();
69 void Encoder::Flush() {
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_fbo.c 308 /* sw fallback flush stuff */
537 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 */
radeon_queryobj.c 94 ctx->Driver.Flush(ctx);
113 if (radeon->dma.flush)
114 radeon->dma.flush(radeon->glCtx);
153 if (radeon->dma.flush)
154 radeon->dma.flush(radeon->glCtx);
170 /* Need to perform a flush, as per ARB_occlusion_query spec */
172 ctx->Driver.Flush(ctx);
  /external/chromium_org/third_party/webrtc/common_audio/resampler/
sinc_resampler.cc 37 // These new regions remain constant until a Flush() occurs. While complicated,
178 Flush();
353 void SincResampler::Flush() {
  /external/chromium_org/v8/test/webkit/
dfg-flush-get-local.js 25 "Tests that if we emit a Flush of a GetLocal, we flush the source of the GetLocal."
  /external/chromium_org/webkit/browser/fileapi/
local_file_stream_writer.cc 72 int LocalFileStreamWriter::Flush(const net::CompletionCallback& callback) {
76 // Write() is not called yet, so there's nothing to flush.
229 return stream_impl_->Flush(base::Bind(&LocalFileStreamWriter::DidFlush,
sandbox_file_stream_writer.cc 235 int SandboxFileStreamWriter::Flush(const net::CompletionCallback& callback) {
239 // Write() is not called yet, so there's nothing to flush.
243 return local_file_writer_->Flush(callback);
  /external/libvpx/libvpx/test/
encode_test_driver.cc 24 Flush();
69 void Encoder::Flush() {
  /external/lzma/CPP/7zip/Common/
CWrappers.cpp 200 HRESULT CByteOutBufWrap::Flush()
220 p->Flush();
FilterCoder.cpp 132 STDMETHODIMP CFilterCoder::Flush()
148 CMyComPtr<IOutStreamFlush> flush; local
149 _outStream.QueryInterface(IID_IOutStreamFlush, &flush);
150 if (flush)
151 return flush->Flush();
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_fbo.c 308 /* sw fallback flush stuff */
537 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 */
radeon_queryobj.c 94 ctx->Driver.Flush(ctx);
113 if (radeon->dma.flush)
114 radeon->dma.flush(radeon->glCtx);
153 if (radeon->dma.flush)
154 radeon->dma.flush(radeon->glCtx);
170 /* Need to perform a flush, as per ARB_occlusion_query spec */
172 ctx->Driver.Flush(ctx);
  /external/pdfium/core/include/fxcrt/
fx_stream.h 80 virtual FX_BOOL Flush() = 0;
160 virtual FX_BOOL Flush() = 0;
  /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_sysyuv.cc 237 bview->Flush();
285 bview->Flush();
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
encode_test_driver.cc 24 Flush();
69 void Encoder::Flush() {

Completed in 3122 milliseconds

<<11121314151617181920>>