/external/valgrind/tsan/ |
D | ts_simple_cache.h | 42 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/ |
D | asynctcpsocket.cc | 116 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()
|
D | schanneladapter.cc | 249 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()
|
D | schanneladapter.h | 72 int Flush();
|
D | asynctcpsocket.h | 63 int Flush();
|
/external/chromium/net/socket/ |
D | client_socket_pool_manager.cc | 310 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()
|
D | socks_client_socket_pool.cc | 272 void SOCKSClientSocketPool::Flush() { in Flush() function in net::SOCKSClientSocketPool 273 base_.Flush(); in Flush()
|
/external/protobuf/src/google/protobuf/io/ |
D | zero_copy_stream_impl.cc | 179 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/ |
D | v8utils.h | 61 void Flush(FILE* out); 63 inline void Flush() { in Flush() function 64 Flush(stdout); in Flush()
|
/external/chromium/base/win/ |
D | event_trace_controller.h | 119 HRESULT Flush(EtwTraceProperties* properties); 135 static HRESULT Flush(const wchar_t* session_name,
|
D | event_trace_controller.cc | 121 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/ |
D | grfmt_jpeg.h | 97 void Flush(); // flushes high-level bit stream 172 virtual void Flush();
|
/external/chromium/net/base/ |
D | cookie_monster_store_test.h | 65 virtual void Flush(Task* completion_task); 132 virtual void Flush(Task* completion_task);
|
D | cookie_monster_store_test.cc | 54 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
|
D | file_stream.h | 132 int Flush();
|
/external/webrtc/src/system_wrappers/source/ |
D | file_impl.cc | 79 WebRtc_Word32 FileWrapperImpl::Flush() in Flush() function in webrtc::FileWrapperImpl 253 Flush(); in Write()
|
D | file_impl.h | 37 virtual WebRtc_Word32 Flush();
|
D | trace_impl.cc | 263 _traceFile.Flush(); in StopThread() 488 _traceFile.Flush(); in SetTraceFileImpl() 632 _traceFile.Flush(); in Process() 679 _traceFile.Flush(); in WriteToFile()
|
/external/chromium/chrome/browser/net/ |
D | sqlite_persistent_cookie_store_unittest.cc | 137 store_->Flush(NULL); in TEST_F() 172 store_->Flush(NewRunnableMethod(counter.get(), &CallbackCounter::Callback)); in TEST_F()
|
D | sqlite_persistent_cookie_store.cc | 96 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);
|
D | sqlite_persistent_cookie_store.h | 37 virtual void Flush(Task* completion_task);
|
/external/webrtc/src/system_wrappers/interface/ |
D | file_wrapper.h | 45 virtual WebRtc_Word32 Flush() = 0;
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
D | WKCAImageQueue.h | 61 Flush = 1U << 1, enumerator
|
/external/icu4c/common/ |
D | bytestream.cpp | 25 void ByteSink::Flush() {} in Flush() function in ByteSink
|
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/ |
D | SDL_sysyuv.cc | 237 bview->Flush(); in BE_CreateYUVOverlay() 285 bview->Flush(); in BE_DisplayYUVOverlay()
|