Searched defs:Flush (Results 1 - 25 of 42) sorted by relevance

12

/external/icu4c/common/
H A Dbytestream.cpp27 void ByteSink::Flush() {} function in class:ByteSink
/external/webrtc/src/system_wrappers/source/
H A Ddata_log_no_op.cc75 void DataLogImpl::Flush() { function in class:webrtc::DataLogImpl
H A Dfile_impl.cc79 int FileWrapperImpl::Flush() function in class:webrtc::FileWrapperImpl
250 Flush();
H A Ddata_log.cc72 // which is done by a call to Flush(). A new row is available when the
83 // where the table will be written when calling Flush().
90 void Flush();
165 file_->Flush();
221 void LogTable::Flush() { function in class:webrtc::LogTable
331 Flush(); // Write any remaining rows
419 tables_[table_name]->Flush();
427 void DataLogImpl::Flush() { function in class:webrtc::DataLogImpl
430 it->second->Flush();
442 Flush();
[all...]
/external/libvpx/libvpx/test/
H A Dencode_test_driver.cc23 Flush();
67 void Encoder::Flush() { function in class:libvpx_test::Encoder
/external/v8/src/
H A Dframes.h61 Flush();
67 void Flush() { function in class:v8::internal::InnerPointerToCodeCache
H A Dv8utils.cc56 void Flush(FILE* out) { function in namespace:v8::internal
H A Dv8utils.h61 void Flush(FILE* out);
63 inline void Flush() { function in namespace:v8::internal
64 Flush(stdout);
/external/webkit/Source/WebCore/platform/graphics/win/
H A DWKCAImageQueue.h61 Flush = 1U << 1, enumerator in enum:WebCore::WKCAImageQueue::ImageFlags
/external/chromium/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/protobuf/src/google/protobuf/io/
H A Dgzip_stream.cc296 bool GzipOutputStream::Flush() { function in class:google::protobuf::io::GzipOutputStream
H A Dzero_copy_stream_impl.cc179 impl_.Flush();
183 bool flush_succeeded = impl_.Flush();
187 bool FileOutputStream::Flush() { function in class:google::protobuf::io::FileOutputStream
188 return impl_.Flush();
319 impl_.Flush();
H A Dzero_copy_stream_impl_lite.cc327 bool CopyingOutputStreamAdaptor::Flush() { function in class:google::protobuf::io::CopyingOutputStreamAdaptor
/external/regex-re2/util/
H A Dlogging.h54 void Flush() { function in class:LogMessage
63 Flush();
79 Flush();
/external/chromium/chrome/browser/net/
H A Dsqlite_persistent_cookie_store.cc80 void Flush(Task* completion_task);
535 void SQLitePersistentCookieStore::Backend::Flush(Task* completion_task) { function in class:SQLitePersistentCookieStore::Backend
637 void SQLitePersistentCookieStore::Flush(Task* completion_task) { function in class:SQLitePersistentCookieStore
639 backend_->Flush(completion_task);
/external/chromium/net/base/
H A Dcookie_monster_store_test.cc54 void MockPersistentCookieStore::Flush(Task* completion_task) { function in class:net::MockPersistentCookieStore
140 void MockSimplePersistentCookieStore::Flush(Task* completion_task) { function in class:net::MockSimplePersistentCookieStore
H A Dfile_stream_posix.cc444 int FileStream::Flush() { function in class:net::FileStream
H A Dfile_stream_win.cc317 int FileStream::Flush() { function in class:net::FileStream
/external/chromium/third_party/libjingle/source/talk/base/
H A Dasynctcpsocket.cc116 int res = Flush();
170 return Flush();
196 int AsyncTCPSocket::Flush() { function in class:talk_base::AsyncTCPSocket
260 Flush();
/external/icu4c/test/intltest/
H A Dstrtest.cpp336 // Verify that ByteSink is subclassable and Flush() overridable.
347 virtual void Flush() { Append("z", 1); } function in class:SimpleByteSink
361 sink.Flush();
363 errln("ByteSink (SimpleByteSink) did not Append() or Flush() as expected");
H A Duts46test.cpp106 virtual void Flush() { calledFlush = TRUE; } function in class:TestCheckedArrayByteSink
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DGZipStream.cs265 public override void Flush() method in class:DotZLib.GZipStream
/external/chromium/net/socket/
H A Dsocks_client_socket_pool.cc272 void SOCKSClientSocketPool::Flush() { function in class:net::SOCKSClientSocketPool
273 base_.Flush();
H A Dtcp_client_socket_pool.cc318 void TCPClientSocketPool::Flush() { function in class:net::TCPClientSocketPool
319 base_.Flush();
H A Dtransport_client_socket_pool.cc496 void TransportClientSocketPool::Flush() { function in class:net::TransportClientSocketPool
497 base_.Flush();

Completed in 421 milliseconds

12