Searched defs:Flush (Results 151 - 175 of 220) sorted by relevance

123456789

/external/llvm/lib/MC/
H A DMCELFStreamer.cpp512 void MCELFStreamer::Flush() { function in class:MCELFStreamer
539 Flush();
/external/lzma/CS/7zip/Compress/LzmaAlone/
H A DLzmaBench.cs131 public override void Flush() { } method in class:SevenZip.LzmaBench.CrcOutStream
/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
H A Dfx_basic_buffer.cpp457 FX_BOOL IFX_BufferArchive::Flush() function in class:IFX_BufferArchive
481 if (!Flush()) {
/external/chromium_org/content/browser/renderer_host/input/
H A Dinput_router_impl.cc88 void InputRouterImpl::Flush() { function in class:content::InputRouterImpl
H A Dinput_router_impl_unittest.cc290 void Flush() const { function in class:content::InputRouterImplTest
291 return input_router_->Flush();
1364 // been dispatched following a call to |Flush|.
1369 Flush();
1380 Flush();
1399 Flush();
1403 Flush();
/external/chromium_org/media/ffmpeg/
H A Dffmpeg_unittest.cc172 void Flush() { function in class:media::FFmpegTest
340 Flush();
/external/chromium_org/media/filters/
H A Daudio_renderer_impl_unittest.cc208 void Flush() { function in class:media::AudioRendererImplTest
210 renderer_->Flush(flush_event.GetClosure());
245 Flush();
628 Flush();
646 // Verify that we can still Flush() before entering the rebuffering state.
648 Flush();
807 renderer_->Flush(flush_event.GetClosure());
860 renderer_->Flush(flush_event.GetClosure());
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
H A Dfake_pepper_interface_html5_fs.cc434 int32_t FakeFileIoInterface::Flush(PP_Resource file_io, function in class:FakeFileIoInterface
/external/chromium_org/ppapi/proxy/
H A Dfile_io_resource.cc357 int32_t FileIOResource::Flush(scoped_refptr<TrackedCallback> callback) { function in class:ppapi::proxy::FileIOResource
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dtokenizer.cc644 // exactly where that comment should be placed. When Flush() is called, the
676 Flush();
687 Flush();
701 void Flush() { function in class:google::protobuf::io::__anon14105::CommentCollector
760 collector.Flush();
775 collector.Flush();
809 collector.Flush();
819 collector.Flush();
/external/chromium_org/tools/relocation_packer/src/
H A Delf_file.cc863 Flush();
988 Flush();
992 // Flush rewritten shared object file data.
993 void ElfFile::Flush() { function in class:relocation_packer::ElfFile
/external/chromium_org/webkit/browser/fileapi/
H A Dcopy_or_move_operation_delegate.cc594 Flush(callback, true /* is_eof */);
648 Flush(callback, false /* not is_eof */);
654 void CopyOrMoveOperationDelegate::StreamCopyHelper::Flush( function in class:fileapi::CopyOrMoveOperationDelegate::StreamCopyHelper
656 int result = writer_->Flush(
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_posix_libcdep.cc456 void Flush() { function in class:__sanitizer::InternalSymbolizer
494 void Flush() { } function in class:__sanitizer::InternalSymbolizer
616 void Flush() { function in class:__sanitizer::POSIXSymbolizer
620 internal_symbolizer_->Flush();
/external/opencv/otherlibs/highgui/
H A Dbitstrm.cpp981 void WMBitStream::Flush() function in class:WMBitStream
995 Flush();
/external/chromium_org/cc/test/
H A Dtest_gles2_interface.cc151 void TestGLES2Interface::Flush() { test_context_->flush(); } function in class:cc::TestGLES2Interface
/external/chromium_org/content/browser/net/
H A Dsqlite_persistent_cookie_store.cc69 // disk on the BG runner every 30 seconds, 512 operations, or call to Flush(),
112 void Flush(const base::Closure& callback);
1056 void SQLitePersistentCookieStore::Backend::Flush( function in class:content::SQLitePersistentCookieStore::Backend
1245 void SQLitePersistentCookieStore::Flush(const base::Closure& callback) { function in class:content::SQLitePersistentCookieStore
1246 backend_->Flush(callback);
/external/chromium_org/content/common/gpu/client/
H A Dgl_helper.cc38 ~ScopedFlush() { gl_->Flush(); }
824 gl_->Flush();
901 void GLHelper::Flush() { function in class:content::GLHelper
902 gl_->Flush();
/external/chromium_org/content/common/gpu/media/
H A Ddxva_video_decode_accelerator.cc337 // the texture. Flush it once here though.
353 // wait for the Flush to finish.
574 void DXVAVideoDecodeAccelerator::Flush() { function in class:content::DXVAVideoDecodeAccelerator
577 DVLOG(1) << "DXVAVideoDecodeAccelerator::Flush";
1096 // 2. Flush the input data
H A Dv4l2_video_decode_accelerator.cc412 void V4L2VideoDecodeAccelerator::Flush() { function in class:content::V4L2VideoDecodeAccelerator
413 DVLOG(3) << "Flush()";
475 // the BitstreamBuffers that come after the Reset() or Flush() call. When
477 // call that came after (in the client thread) the Reset() or Flush() call;
541 // This is a buffer of zero size, queued to flush the pipe. Flush.
793 // Flush if we're too big
1241 // Flush outstanding buffers.
1289 // MSE player however triggers a Flush() on chunk end, but never Reset(). One
1290 // could argue either way, or even say that Flush() is not needed/harmful when
H A Dvaapi_h264_decoder.cc1069 bool VaapiH264Decoder::Flush() { function in class:content::VaapiH264Decoder
1089 if (!Flush())
1652 if (!Flush())
/external/chromium_org/content/renderer/pepper/
H A Dpepper_graphics_2d_host.cc515 return Flush(NULL);
518 int32_t result = Flush(&old_image_data);
585 int32_t PepperGraphics2DHost::Flush(PP_Resource* old_image_data) { function in class:content::PepperGraphics2DHost
/external/chromium_org/gpu/command_buffer/service/
H A Din_process_command_buffer.cc502 command_buffer_->Flush(put_offset);
539 void InProcessCommandBuffer::Flush(int32 put_offset) { function in class:gpu::InProcessCommandBuffer
/external/chromium_org/net/disk_cache/blockfile/
H A Dentry_impl_v3.cc746 if (!(ret = Flush(index, 0)))
1167 if (!Flush(index, 0))
1236 if (!Flush(index, 0))
1248 if (!Flush(index, offset + buf_len))
1263 bool EntryImpl::Flush(int index, int min_len) { function in class:disk_cache::EntryImpl
1267 DVLOG(3) << "Flush";
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dustrtest.cpp1837 virtual void Flush() { calledFlush = TRUE; } function in class:TestCheckedArrayByteSink
1898 errln("UnicodeString::toUTF8(sink) did not sink.Flush().");

Completed in 597 milliseconds

123456789