Searched refs:Flush (Results 1 - 25 of 94) sorted by relevance

1234

/external/valgrind/tsan/
H A Dts_simple_cache.h42 Flush();
44 void Flush() { function in class:PtrToBoolCache
76 Flush();
78 void Flush() { function in class:IntPairToBoolCache
/external/webrtc/src/system_wrappers/interface/
H A Dfile_wrapper.h47 // Flush any pending writes.
48 virtual int Flush() = 0;
68 // some time later. Call Flush() to force a write.
H A Ddata_log_impl.h129 void Flush();
135 // that should be written to file availble. Flush is the non-blocking
/external/chromium/chrome/browser/net/
H A Dsqlite_persistent_cookie_store.h44 virtual void Flush(Task* completion_task);
H A Dsqlite_persistent_cookie_store_unittest.cc115 // Test that we can force the database to be written by calling Flush().
136 // Call Flush() and wait until the DB thread is idle.
137 store_->Flush(NULL);
165 // Test that we can get a completion callback after a Flush().
169 // Callback shouldn't be invoked until we call Flush().
172 store_->Flush(NewRunnableMethod(counter.get(), &CallbackCounter::Callback));
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 Dfile_stream.h132 int Flush();
H A Dcookie_monster_store_test.h65 virtual void Flush(Task* completion_task);
132 virtual void Flush(Task* completion_task);
/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.h38 virtual int 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...]
H A Dfile_impl.cc79 int FileWrapperImpl::Flush() function in class:webrtc::FileWrapperImpl
250 Flush();
/external/chromium/base/win/
H A Devent_trace_controller.h119 HRESULT Flush(EtwTraceProperties* properties);
135 static HRESULT Flush(const wchar_t* session_name,
/external/v8/src/
H A Dv8utils.h61 void Flush(FILE* out);
63 inline void Flush() { function in namespace:v8::internal
64 Flush(stdout);
/external/opencv/otherlibs/highgui/
H A Dgrfmt_jpeg.h97 void Flush(); // flushes high-level bit stream
172 virtual void Flush();
/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();
H A Dasynctcpsocket.h63 int Flush();
H A Dschanneladapter.h72 int Flush();
H A Dschanneladapter.cc249 return Flush();
294 // Note: ContinueSSL will result in a Flush, anyway.
295 return impl_->inbuf.empty() ? Flush() : ContinueSSL();
312 } else if (int err = Flush()) {
447 SChannelAdapter::Flush() { function in class:talk_base::SChannelAdapter
547 if (int err = Flush()) {
681 if (int err = Flush()) {
682 Error("Flush", err);
/external/icu4c/common/
H A Dbytestream.cpp25 void ByteSink::Flush() {} function in class:ByteSink
/external/icu4c/common/unicode/
H A Dbytestream.h117 * Flush internal buffers.
119 * and require calling Flush() at the end of the stream.
120 * The ByteSink should be ready for further Append() calls after Flush().
121 * The default implementation of Flush() does nothing.
124 virtual void Flush();
/external/webkit/Source/WebCore/platform/graphics/win/
H A DWKCAImageQueue.h61 Flush = 1U << 1, enumerator in enum:WebCore::WKCAImageQueue::ImageFlags
/external/protobuf/src/google/protobuf/io/
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 Dgzip_stream.h168 bool Flush();
/external/chromium/net/socket/
H A Dclient_socket_pool_manager.cc303 // Flush the highest level pools first, since higher level pools may release
310 it->second->Flush();
316 it->second->Flush();
322 it->second->Flush();
328 it->second->Flush();
334 it->second->Flush();
340 it->second->Flush();
346 it->second->Flush();
348 ssl_socket_pool_->Flush();
349 transport_socket_pool_->Flush();
[all...]

Completed in 557 milliseconds

1234