/third_party/rust/crates/nix/test/ |
H A 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/ |
H A D | inspector_socket.h | 48 static void Shutdown(ProtocolHandler*); 51 DeleteFnPtr<ProtocolHandler, Shutdown> protocol_handler_;
|
H A D | node_platform.h | 76 void Shutdown(); 125 void Shutdown(); 146 void Shutdown();
|
H A 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()
|
H A D | inspector_socket.cc | 69 virtual void Shutdown() = 0; 406 void Shutdown() override { 567 void Shutdown() override { 781 void InspectorSocket::Shutdown(ProtocolHandler* handler) { in Shutdown() function in node::inspector::InspectorSocket 782 handler->Shutdown(); in Shutdown()
|
H A D | stream_base.cc | 43 int StreamBase::Shutdown(v8::Local<v8::Object> req_wrap_obj) { in Shutdown() function in node::StreamBase 167 int StreamBase::Shutdown(const FunctionCallbackInfo<Value>& args) { in Shutdown() function in node::StreamBase 171 return Shutdown(req_wrap_obj); in Shutdown() 528 SetProtoMethod(isolate, t, "shutdown", JSMethod<&StreamBase::Shutdown>); in AddMethods() 566 registry->Register(JSMethod<&StreamBase::Shutdown>); in RegisterExternalReferences()
|
H A D | node_v8_platform-inl.h | 115 platform_->Shutdown(); in Dispose()
|
H A D | stream_base.h | 342 int Shutdown(v8::Local<v8::Object> req_wrap_obj = v8::Local<v8::Object>()); 381 int Shutdown(const v8::FunctionCallbackInfo<v8::Value>& args);
|
H A D | stream_pipe.cc | 132 sink->Shutdown(); in OnStreamRead() 177 pipe->sink()->Shutdown(); in OnStreamAfterWrite()
|
/third_party/skia/third_party/externals/angle2/third_party/renderdoc/src/ |
H A D | renderdoc_app.h | 548 pRENDERDOC_Shutdown Shutdown; member 599 pRENDERDOC_Shutdown Shutdown; member 643 pRENDERDOC_Shutdown Shutdown; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/ |
H A D | trace.h | 108 Shutdown = 'S', member in marl::Trace::Event::Type 133 struct Shutdown : public Event { struct in marl::Trace 134 Type type() const override { return Type::Shutdown; }
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/ |
H A 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/mesa3d/src/util/ |
H A D | u_perfetto.cc | 33 perfetto::Tracing::Shutdown(); in util_perfetto_fini()
|
/third_party/rust/crates/rustix/src/net/ |
H A D | socket.rs | 9 AcceptFlags, AddressFamily, Protocol, Shutdown, SocketFlags, SocketType, 404 pub fn shutdown<Fd: AsFd>(sockfd: Fd, how: Shutdown) -> io::Result<()> { in shutdown()
|
H A D | mod.rs | 30 socket_with, AcceptFlags, AddressFamily, Protocol, Shutdown, SocketFlags, SocketType,
|
/third_party/node/test/cctest/ |
H A D | node_test_fixture.cc | 34 NodeZeroIsolateTestFixture::platform->Shutdown(); in TearDown()
|
H A D | test_platform.cc | 103 delegate->Shutdown(); in TEST_F()
|
/third_party/gn/src/gn/ |
H A D | scheduler.h | 50 void Shutdown();
|
/third_party/rust/crates/rustix/src/backend/libc/net/ |
H A D | syscalls.rs | 15 use super::types::{AcceptFlags, AddressFamily, Protocol, Shutdown, SocketFlags, SocketType}; 336 pub(crate) fn shutdown(sockfd: BorrowedFd<'_>, how: Shutdown) -> io::Result<()> {
|
/third_party/rust/crates/rustix/src/backend/linux_raw/net/ |
H A D | types.rs | 234 pub enum Shutdown { enum
|
/third_party/rust/crates/nix/src/sys/socket/ |
H A D | mod.rs | 2455 pub enum Shutdown { enum 2467 pub fn shutdown(df: RawFd, how: Shutdown) -> Result<()> { in shutdown() 2472 Shutdown::Read => libc::SHUT_RD, in shutdown() 2473 Shutdown::Write => libc::SHUT_WR, in shutdown() 2474 Shutdown::Both => libc::SHUT_RDWR, in shutdown()
|
/third_party/cups-filters/filter/ |
H A D | rastertopclx.c | 17 * Shutdown() - Shutdown a printer. 93 void Shutdown(ppd_file_t *ppd, int job_id, const char *user, 900 * 'Shutdown()' - Shutdown a printer. 904 Shutdown(ppd_file_t *ppd, /* I - PPD file */ in Shutdown() function 1957 Shutdown(ppd, job_id, argv[2], argv[3], num_options, options); in main()
|
H A D | rastertoescpx.c | 17 * Shutdown() - Shutdown a printer. 95 void Shutdown(ppd_file_t *); 1182 * 'Shutdown()' - Shutdown a printer. 1186 Shutdown(ppd_file_t *ppd) /* I - PPD file */ in Shutdown() function 1909 Shutdown(ppd); in main()
|
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/ |
H A D | tsserver.go | 47 Shutdown(context.Context) error 298 err := h.server.Shutdown(ctx) 659 func (s *serverDispatcher) Shutdown(ctx context.Context) error {
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/ |
H A D | tsserver.go | 47 Shutdown(context.Context) error 298 err := h.server.Shutdown(ctx) 659 func (s *serverDispatcher) Shutdown(ctx context.Context) error {
|