Searched defs:Flush (Results 176 - 200 of 220) sorted by relevance

123456789

/external/chromium_org/third_party/leveldatabase/src/table/
H A Dtable_test.cc97 virtual Status Flush() { return Status::OK(); } function in class:leveldb::StringSink
/external/chromium_org/third_party/leveldatabase/src/util/
H A Denv_posix.cc211 virtual Status Flush() { function in class:leveldb::__anon11498::PosixWritableFile
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dstream.cc489 bool FileStream::Flush() { function in class:talk_base::FileStream
690 bool AsyncWriteStream::Flush() { function in class:talk_base::AsyncWriteStream
698 return stream_->Flush();
H A Dstream.h204 virtual bool Flush() { return false; } function in class:talk_base::StreamInterface
325 virtual bool Flush() { function in class:talk_base::StreamAdapterInterface
326 return stream_->Flush();
452 virtual bool Flush();
524 virtual bool Flush();
H A Dtestutils.h321 Flush();
353 void Flush() { function in class:testing::SocketTestClient
371 Flush();
383 Flush();
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Ddd.h125 void (*Flush)( struct gl_context *ctx ); member in struct:dd_function_table
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Ddeep-heap-profile.cc436 buffer.Flush();
461 void DeepHeapProfile::TextBuffer::Flush() { function in class:DeepHeapProfile::TextBuffer
561 Flush();
720 buffer.Flush();
/external/chromium_org/third_party/webrtc/base/
H A Dstream.cc472 bool FileStream::Flush() { function in class:rtc::FileStream
673 bool AsyncWriteStream::Flush() { function in class:rtc::AsyncWriteStream
681 return stream_->Flush();
H A Dstream.h187 virtual bool Flush() { return false; } function in class:rtc::StreamInterface
308 virtual bool Flush() { function in class:rtc::StreamAdapterInterface
309 return stream_->Flush();
435 virtual bool Flush();
507 virtual bool Flush();
H A Dtestutils.h304 Flush();
336 void Flush() { function in class:testing::SocketTestClient
354 Flush();
366 Flush();
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Djitter_buffer.cc292 void VCMJitterBuffer::Flush() { function in class:webrtc::VCMJitterBuffer
564 Flush();
628 // Flush if this happens consistently.
633 Flush();
/external/icu/icu4c/source/test/intltest/
H A Dustrtest.cpp1861 virtual void Flush() { calledFlush = TRUE; } function in class:TestCheckedArrayByteSink
1922 errln("UnicodeString::toUTF8(sink) did not sink.Flush().");
/external/mesa3d/src/mesa/main/
H A Ddd.h125 void (*Flush)( struct gl_context *ctx ); member in struct:dd_function_table
/external/stressapptest/src/
H A Dos.cc180 // Flush the page cache to ensure reads come from the disk.
215 void OsLayer::Flush(void *vaddr) { function in class:OsLayer
/external/chromium_org/cc/resources/
H A Dresource_provider.cc990 texture_uploader_->Flush();
1021 void ResourceProvider::Flush() { function in class:cc::ResourceProvider
1025 gl->Flush();
/external/chromium_org/components/breakpad/app/
H A Dbreakpad_linux.cc269 // Flush any pending iovecs to the output file.
270 void Flush() { function in class:breakpad::__anon6260::MimeWriter
360 Flush();
382 Flush();
446 Flush();
486 Flush();
505 Flush();
1358 writer.Flush();
1375 writer.Flush();
1383 writer.Flush();
[all...]
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_interface_stub_impl_autogen.h174 void GLES2InterfaceStub::Flush() { function in class:GLES2InterfaceStub
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dppb_opengles2_thunk.cc432 void Flush(PP_Resource context_id) { function in namespace:mojo::examples::__anon8194
1401 &Finish, &Flush,
/external/chromium_org/net/cookies/
H A Dcookie_monster_unittest.cc53 virtual void Flush(const base::Closure& callback) { function in class:net::__anon8523::NewMockPersistentCookieStore
2163 // Mock PersistentCookieStore that keeps track of the number of Flush() calls.
2187 virtual void Flush(const base::Closure& callback) OVERRIDE {
/external/chromium_org/net/disk_cache/blockfile/
H A Dentry_impl.cc945 if (!(ret = Flush(index, 0)))
1345 if (!Flush(index, 0))
1414 if (!Flush(index, 0))
1426 if (!Flush(index, offset + buf_len))
1441 bool EntryImpl::Flush(int index, int min_len) { function in class:disk_cache::EntryImpl
1445 DVLOG(3) << "Flush";
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h170 void (*Flush)(PP_Resource context); member in struct:PPB_OpenGLES2
/external/chromium_org/third_party/leveldatabase/src/db/
H A Ddb_test.cc112 Status Flush() { return base_->Flush(); } function in class:leveldb::SpecialEnv::DataFile
138 Status Flush() { return base_->Flush(); } function in class:leveldb::SpecialEnv::ManifestFile
/external/chromium_org/third_party/re2/lib/codereview/
H A Dcodereview.py280 def Flush(self, ui, repo): member in class:CL
383 self.Flush(ui, repo)
400 self.Flush(ui, repo)
1368 d.Flush(ui, repo)
1612 cl.Flush(ui, repo)
1617 cl.Flush(ui, repo)
1736 cl.Flush(ui, repo)
1762 d.Flush(ui, repo)
1825 cl.Flush(ui, repo)
1932 cl.Flush(u
[all...]
/external/lldb/source/Target/
H A DThread.cpp1961 Thread::Flush () function in class:Thread
/external/lzma/CS/7zip/Compress/LZMA/
H A DLzmaEncoder.cs1055 void Flush(UInt32 nowPos) method in class:SevenZip.Compression.LZMA.Encoder
1089 Flush((UInt32)nowPos64);
1105 Flush((UInt32)nowPos64);
1217 Flush((UInt32)nowPos64);

Completed in 817 milliseconds

123456789