Home
last modified time | relevance | path

Searched refs:Flush (Results 1 – 25 of 114) sorted by relevance

12345

/external/valgrind/tsan/
Dts_simple_cache.h42 Flush(); in PtrToBoolCache()
44 void Flush() { in Flush() function
76 Flush(); in IntPairToBoolCache()
78 void Flush() { in Flush() function
/external/chromium/third_party/libjingle/source/talk/base/
Dasynctcpsocket.cc116 int res = Flush(); in Send()
170 return Flush(); in SendRaw()
196 int AsyncTCPSocket::Flush() { in Flush() function in talk_base::AsyncTCPSocket
260 Flush(); in OnWriteEvent()
Dschanneladapter.cc249 return Flush(); in ProcessContext()
295 return impl_->inbuf.empty() ? Flush() : ContinueSSL(); in ProcessContext()
312 } else if (int err = Flush()) { in ProcessContext()
447 SChannelAdapter::Flush() { in Flush() function in talk_base::SChannelAdapter
547 if (int err = Flush()) { in Send()
681 if (int err = Flush()) { in OnWriteEvent()
Dschanneladapter.h72 int Flush();
Dasynctcpsocket.h63 int Flush();
/external/chromium/net/socket/
Dclient_socket_pool_manager.cc310 it->second->Flush(); in FlushSocketPools()
316 it->second->Flush(); in FlushSocketPools()
322 it->second->Flush(); in FlushSocketPools()
328 it->second->Flush(); in FlushSocketPools()
334 it->second->Flush(); in FlushSocketPools()
340 it->second->Flush(); in FlushSocketPools()
346 it->second->Flush(); in FlushSocketPools()
348 ssl_socket_pool_->Flush(); in FlushSocketPools()
349 transport_socket_pool_->Flush(); in FlushSocketPools()
Dsocks_client_socket_pool.cc272 void SOCKSClientSocketPool::Flush() { in Flush() function in net::SOCKSClientSocketPool
273 base_.Flush(); in Flush()
/external/protobuf/src/google/protobuf/io/
Dzero_copy_stream_impl.cc179 impl_.Flush(); in ~FileOutputStream()
183 bool flush_succeeded = impl_.Flush(); in Close()
187 bool FileOutputStream::Flush() { in Flush() function in google::protobuf::io::FileOutputStream
188 return impl_.Flush(); in Flush()
319 impl_.Flush(); in ~OstreamOutputStream()
/external/v8/src/
Dv8utils.h61 void Flush(FILE* out);
63 inline void Flush() { in Flush() function
64 Flush(stdout); in Flush()
/external/chromium/base/win/
Devent_trace_controller.h119 HRESULT Flush(EtwTraceProperties* properties);
135 static HRESULT Flush(const wchar_t* session_name,
Devent_trace_controller.cc121 HRESULT EtwTraceController::Flush(EtwTraceProperties* properties) { in Flush() function in base::win::EtwTraceController
164 HRESULT EtwTraceController::Flush(const wchar_t* session_name, in Flush() function in base::win::EtwTraceController
/external/opencv/otherlibs/highgui/
Dgrfmt_jpeg.h97 void Flush(); // flushes high-level bit stream
172 virtual void Flush();
/external/chromium/net/base/
Dcookie_monster_store_test.h65 virtual void Flush(Task* completion_task);
132 virtual void Flush(Task* completion_task);
Dcookie_monster_store_test.cc54 void MockPersistentCookieStore::Flush(Task* completion_task) { in Flush() function in net::MockPersistentCookieStore
140 void MockSimplePersistentCookieStore::Flush(Task* completion_task) { in Flush() function in net::MockSimplePersistentCookieStore
Dfile_stream.h132 int Flush();
/external/webrtc/src/system_wrappers/source/
Dfile_impl.cc79 WebRtc_Word32 FileWrapperImpl::Flush() in Flush() function in webrtc::FileWrapperImpl
253 Flush(); in Write()
Dfile_impl.h37 virtual WebRtc_Word32 Flush();
Dtrace_impl.cc263 _traceFile.Flush(); in StopThread()
488 _traceFile.Flush(); in SetTraceFileImpl()
632 _traceFile.Flush(); in Process()
679 _traceFile.Flush(); in WriteToFile()
/external/chromium/chrome/browser/net/
Dsqlite_persistent_cookie_store_unittest.cc137 store_->Flush(NULL); in TEST_F()
172 store_->Flush(NewRunnableMethod(counter.get(), &CallbackCounter::Callback)); in TEST_F()
Dsqlite_persistent_cookie_store.cc96 void Flush(Task* completion_task);
553 void SQLitePersistentCookieStore::Backend::Flush(Task* completion_task) { function in SQLitePersistentCookieStore::Backend
664 void SQLitePersistentCookieStore::Flush(Task* completion_task) { function in SQLitePersistentCookieStore
666 backend_->Flush(completion_task);
Dsqlite_persistent_cookie_store.h37 virtual void Flush(Task* completion_task);
/external/webrtc/src/system_wrappers/interface/
Dfile_wrapper.h45 virtual WebRtc_Word32 Flush() = 0;
/external/webkit/Source/WebCore/platform/graphics/win/
DWKCAImageQueue.h61 Flush = 1U << 1, enumerator
/external/icu4c/common/
Dbytestream.cpp25 void ByteSink::Flush() {} in Flush() function in ByteSink
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
DSDL_sysyuv.cc237 bview->Flush(); in BE_CreateYUVOverlay()
285 bview->Flush(); in BE_DisplayYUVOverlay()

12345