Searched defs:Shutdown (Results 1 - 25 of 29) sorted by relevance

12

/external/libbrillo/brillo/glib/
H A Dabstract_dbus_service.cc30 bool AbstractDbusService::Shutdown() { function in class:brillo::dbus::AbstractDbusService
/external/libmojo/mojo/edk/embedder/
H A Dtest_embedder.cc34 bool Shutdown() { function in namespace:mojo::edk::test
/external/tensorflow/tensorflow/core/grappler/clusters/
H A Dcluster.h59 virtual Status Shutdown() { return Status::OK(); } function in class:tensorflow::grappler::Cluster
H A Dsingle_machine.cc121 Status SingleMachine::Shutdown() { function in class:tensorflow::grappler::SingleMachine
/external/webrtc/webrtc/test/
H A Dtest_suite.cc48 Shutdown();
58 void TestSuite::Shutdown() { function in class:webrtc::test::TestSuite
/external/libbrillo/brillo/daemons/
H A Ddaemon.cc64 signal, base::Bind(&Daemon::Shutdown, base::Unretained(this)));
80 bool Daemon::Shutdown(const signalfd_siginfo& /* info */) { function in class:brillo::Daemon
/external/perfetto/src/tracing/ipc/service/
H A Dservice_ipc_host_impl.cc74 Shutdown();
79 Shutdown();
100 void ServiceIPCHostImpl::Shutdown() { function in class:perfetto::ServiceIPCHostImpl
101 // TODO(primiano): add a test that causes the Shutdown() and checks that no
/external/tensorflow/tensorflow/python/grappler/
H A Dcluster.py61 def Shutdown(self): member in class:Cluster
67 self.Shutdown()
139 cluster.Shutdown()
/external/libchrome/base/threading/
H A Dsequenced_worker_pool.h67 // expected usage, however, is to call Shutdown(), which correctly accounts
109 // Note: Because Shutdown() may block while these tasks are executing,
111 // called Shutdown(), as this may lead to deadlock.
375 void Shutdown() { Shutdown(0); } function in class:base::SequencedWorkerPool
382 void Shutdown(int max_new_blocking_tasks_after_shutdown);
384 // Check if Shutdown was called for given threading pool. This method is used
/external/webrtc/webrtc/base/
H A Dwinfirewall.cc35 Shutdown();
60 void WinFirewall::Shutdown() { function in class:rtc::WinFirewall
H A Dwin32window.cc70 void Win32Window::Shutdown() { function in class:rtc::Win32Window
/external/llvm/tools/dsymutil/
H A Ddsymutil.cpp242 llvm::llvm_shutdown_obj Shutdown; local
/external/tensorflow/tensorflow/contrib/verbs/
H A Dgrpc_verbs_service.cc40 void GrpcVerbsService::Shutdown() { function in class:tensorflow::GrpcVerbsService
95 cq_->Shutdown();
/external/v8/tools/testrunner/server/
H A Dmain.py118 self.Shutdown()
121 self.Shutdown()
124 def Shutdown(self): member in class:Server
/external/chromium-libpac/test/
H A Dproxy_resolver_v8_unittest.cc68 virtual void Shutdown() {} function in class:net::__anon1130::MockJSBindings
/external/libchrome/base/
H A Dsync_socket_posix.cc215 bool CancelableSyncSocket::Shutdown() { function in class:base::CancelableSyncSocket
/external/libchrome/dbus/
H A Ddbus_statistics.cc127 void Shutdown() { function in namespace:dbus::statistics
/external/libcups/filter/
H A Drastertohp.c52 void Shutdown(void);
395 * 'Shutdown()' - Shutdown the printer.
399 Shutdown(void) function
817 * Shutdown the printer...
820 Shutdown();
H A Drastertoepson.c77 void Shutdown(void);
378 * 'Shutdown()' - Shutdown the printer.
382 Shutdown(void) function
1145 * Shutdown the printer...
1148 Shutdown();
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
H A Dgrpc_worker_service.cc67 void Shutdown() override {
79 worker_thread->Shutdown();
140 void Shutdown() { function in class:tensorflow::__anon26222::GrpcWorkerService::GrpcWorkerServiceThread
145 cq_->Shutdown();
/external/perfetto/src/ipc/
H A Dunix_socket.cc205 Shutdown(true);
267 return; // Some spurious event, typically queued just before Shutdown().
285 Shutdown(false);
368 Shutdown(true);
372 void UnixSocket::Shutdown(bool notify) { function in class:perfetto::ipc::UnixSocket
420 Shutdown(true);
445 Shutdown(true);
471 Shutdown(false);
/external/syslinux/efi32/include/efi/
H A Definet.h327 EFI_SIMPLE_NETWORK_SHUTDOWN Shutdown; member in struct:_EFI_SIMPLE_NETWORK
/external/syslinux/efi64/include/efi/
H A Definet.h327 EFI_SIMPLE_NETWORK_SHUTDOWN Shutdown; member in struct:_EFI_SIMPLE_NETWORK
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/
H A Definet.h327 EFI_SIMPLE_NETWORK_SHUTDOWN Shutdown; member in struct:_EFI_SIMPLE_NETWORK
/external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
H A DSimpleNetwork.h572 EFI_SIMPLE_NETWORK_SHUTDOWN Shutdown; member in struct:_EFI_SIMPLE_NETWORK_PROTOCOL

Completed in 607 milliseconds

12