/third_party/rust/crates/nix/test/ |
D | test_sendfile.rs | 12 use std::net::Shutdown; 96 wr.shutdown(Shutdown::Both).unwrap(); in test_sendfile_freebsd() 145 wr.shutdown(Shutdown::Both).unwrap(); in test_sendfile_dragonfly() 194 wr.shutdown(Shutdown::Both).unwrap(); in test_sendfile_darwin()
|
/third_party/node/src/ |
D | inspector_socket.h | 48 static void Shutdown(ProtocolHandler*); 51 DeleteFnPtr<ProtocolHandler, Shutdown> protocol_handler_;
|
D | node_platform.h | 76 void Shutdown(); 125 void Shutdown(); 146 void Shutdown();
|
D | node_platform.cc | 217 void WorkerThreadsTaskRunner::Shutdown() { in Shutdown() function in node::WorkerThreadsTaskRunner 296 void PerIsolatePlatformData::Shutdown() { in Shutdown() function in node::PerIsolatePlatformData 357 Shutdown(); in ~NodePlatform() 385 existing.second->Shutdown(); in UnregisterIsolate() 402 void NodePlatform::Shutdown() { in Shutdown() function in node::NodePlatform 405 worker_thread_task_runner_->Shutdown(); in Shutdown()
|
D | inspector_socket.cc | 69 virtual void Shutdown() = 0; 406 void Shutdown() override { in Shutdown() function in node::inspector::__anona61682c20111::WsHandler 567 void Shutdown() override { in Shutdown() function in node::inspector::__anona61682c20111::HttpHandler 781 void InspectorSocket::Shutdown(ProtocolHandler* handler) { in Shutdown() function in node::inspector::InspectorSocket 782 handler->Shutdown(); in Shutdown()
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/ |
D | trace.h | 108 Shutdown = 'S', enumerator 133 struct Shutdown : public Event { struct 134 Type type() const override { return Type::Shutdown; } in type() argument
|
/third_party/skia/third_party/externals/angle2/third_party/renderdoc/src/ |
D | renderdoc_app.h | 548 pRENDERDOC_Shutdown Shutdown; member 599 pRENDERDOC_Shutdown Shutdown; member 643 pRENDERDOC_Shutdown Shutdown; member
|
/third_party/cef/libcef/browser/chrome/ |
D | chrome_browser_context.cc | 80 void ChromeBrowserContext::Shutdown() { in Shutdown() function in ChromeBrowserContext 81 CefBrowserContext::Shutdown(); in Shutdown()
|
D | chrome_browser_context.h | 33 void Shutdown() override;
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/ |
D | trace.cpp | 64 if (event->type() == Event::Type::Shutdown) { in Trace() 78 while (take()->type() != Event::Type::Shutdown) { in Trace() 84 put(new Shutdown()); in ~Trace()
|
/third_party/cef/tests/ceftests/ |
D | test_suite.cc | 137 Shutdown(); in Run() 208 void CefTestSuite::Shutdown() {} in Shutdown() function in CefTestSuite
|
D | test_server.cc | 40 void Shutdown() { server_->Shutdown(); } in Shutdown() function in test_server::__anon7bf86d3c0111::ServerHandler 153 handler_->Shutdown(); in Stop() 507 void ObserverHelper::Shutdown() { in Shutdown() function in test_server::ObserverHelper
|
D | test_suite.h | 44 void Shutdown();
|
/third_party/cef/libcef/browser/ |
D | main_runner.cc | 185 browser_runner_->Shutdown(); in ThreadMain() 188 content::BrowserTaskExecutor::Shutdown(); in ThreadMain() 251 void CefMainRunner::Shutdown(base::OnceClosure shutdown_on_ui_thread, in Shutdown() function in CefMainRunner 509 browser_runner_->Shutdown(); in FinalizeShutdown()
|
D | context.cc | 233 g_context->Shutdown(); in CefShutdown() 380 void CefContext::Shutdown() { in Shutdown() function in CefContext 386 main_runner_->Shutdown( in Shutdown()
|
D | context.h | 49 void Shutdown();
|
/third_party/cef/patch/patches/ |
D | content_main_654986.patch | 69 content_main_runner->Shutdown(); 114 @@ -1182,6 +1183,11 @@ void ContentMainRunnerImpl::Shutdown() { 141 void Shutdown() override;
|
D | browser_scheduler.patch | 8 void BrowserTaskExecutor::Shutdown() {
|
D | chrome_pref_watcher.patch | 11 void Shutdown() override;
|
/third_party/mesa3d/src/util/ |
D | u_perfetto.cc | 33 perfetto::Tracing::Shutdown(); in util_perfetto_fini()
|
/third_party/cef/libcef_dll/ctocpp/ |
D | server_ctocpp.h | 37 void Shutdown() override;
|
/third_party/cef/libcef/browser/alloy/ |
D | chrome_browser_process_alloy.cc | 95 print_job_manager_->Shutdown(); in CleanupOnUIThread() 113 pref_watcher->Shutdown(); in CleanupOnUIThread()
|
/third_party/node/test/cctest/ |
D | node_test_fixture.cc | 34 NodeZeroIsolateTestFixture::platform->Shutdown(); in TearDown()
|
/third_party/rust/crates/rustix/src/net/ |
D | mod.rs | 30 socket_with, AcceptFlags, AddressFamily, Protocol, Shutdown, SocketFlags, SocketType,
|
/third_party/cef/tests/cefclient/browser/ |
D | main_context_impl.h | 49 void Shutdown();
|