HomeSort by relevance Sort by last modified time
    Searched defs:Shutdown (Results 1 - 25 of 125) sorted by null

1 2 3 4 5

  /external/libbrillo/brillo/glib/
abstract_dbus_service.cc 30 bool AbstractDbusService::Shutdown() {
  /art/runtime/base/
quasi_atomic.cc 40 void QuasiAtomic::Shutdown() {
  /external/libmojo/mojo/edk/embedder/
test_embedder.cc 26 LOG(ERROR) << "Mojo embedder shutdown: Leaking handle " << handle;
34 bool Shutdown() {
  /external/webrtc/webrtc/test/
test_suite.cc 48 Shutdown();
58 void TestSuite::Shutdown() {
  /external/libbrillo/brillo/daemons/
daemon.cc 64 signal, base::Bind(&Daemon::Shutdown, base::Unretained(this)));
80 bool Daemon::Shutdown(const signalfd_siginfo& /* info */) {
  /external/perfetto/src/tracing/ipc/service/
service_ipc_host_impl.cc 74 Shutdown();
79 Shutdown();
100 void ServiceIPCHostImpl::Shutdown() {
101 // TODO(primiano): add a test that causes the Shutdown() and checks that no
  /external/tensorflow/tensorflow/core/grappler/clusters/
cluster.h 55 // Attempts to shutdown the cluster.
59 virtual Status Shutdown() { return Status::OK(); }
single_machine.cc 121 Status SingleMachine::Shutdown() {
299 // Let the caller know that we can't shutdown the session, and therefore
325 // Let the caller know that we can't shutdown the session properly since
  /external/tensorflow/tensorflow/python/grappler/
cluster.py 61 def Shutdown(self):
67 self.Shutdown()
139 cluster.Shutdown()
  /external/v8/tools/testrunner/server/
main.py 118 self.Shutdown()
121 self.Shutdown()
124 def Shutdown(self):
127 self.presence_daemon.shutdown()
129 self.local_handler.shutdown()
131 self.work_handler.shutdown()
133 self.status_handler.shutdown()
  /external/webrtc/webrtc/base/
win32window.cc 70 void Win32Window::Shutdown() {
winfirewall.cc 35 Shutdown();
60 void WinFirewall::Shutdown() {
  /frameworks/rs/rsov/driver/
rsovCore.cpp 47 void Shutdown(Context *rsc) {
176 fnPtr[0] = (void *)Shutdown;
  /external/libchrome/base/threading/
sequenced_worker_pool.h 33 // allows you to specify what should happen to your tasks on shutdown.
66 // This class may be leaked on shutdown to facilitate fast shutdown. The
67 // expected usage, however, is to call Shutdown(), which correctly accounts
72 // not enforce shutdown semantics or allow us to specify how many worker
84 // shutdown.
86 // Tasks posted with this mode which have not run at shutdown will be
88 // shutdown will be ignored (the worker thread will not be joined).
91 // shutdown. For example, you might be doing a slow DNS lookup and if it's
92 // blocked on the OS, you may not want to stop shutdown, since the resul
    [all...]
  /external/llvm/tools/dsymutil/
dsymutil.cpp 242 llvm::llvm_shutdown_obj Shutdown;
  /external/tensorflow/tensorflow/contrib/verbs/
grpc_verbs_service.cc 40 void GrpcVerbsService::Shutdown() {
95 cq_->Shutdown();
  /frameworks/rs/driver/
rsdCore.cpp 53 static void Shutdown(Context *rsc);
68 fnPtr[0] = (void *)Shutdown; break;
363 void Shutdown(Context *rsc) {
  /prebuilts/go/darwin-x86/src/internal/poll/
fd_unix.go 106 // Shutdown wraps the shutdown network call.
107 func (fd *FD) Shutdown(how int) error {
112 return syscall.Shutdown(fd.Sysfd, how)
  /prebuilts/go/linux-x86/src/internal/poll/
fd_unix.go 106 // Shutdown wraps the shutdown network call.
107 func (fd *FD) Shutdown(how int) error {
112 return syscall.Shutdown(fd.Sysfd, how)
  /art/runtime/jdwp/
jdwp_socket.cc 59 virtual void Shutdown();
163 netState->Shutdown();
177 void JdwpSocketState::Shutdown() {
184 /* "shutdown" dislodges blocking read() and accept() calls */
186 shutdown(local_listenSock, SHUT_RDWR);
190 shutdown(local_clientSock, SHUT_RDWR);
232 // When we call shutdown() on the socket, accept() returns with
  /device/linaro/bootloader/edk2/EmulatorPkg/Include/Protocol/
EmuSnp.h 146 @retval EFI_SUCCESS The network interface was shutdown.
446 EMU_SNP_SHUTDOWN Shutdown;
  /external/chromium-libpac/test/
proxy_resolver_v8_unittest.cc 68 virtual void Shutdown() {}
  /external/libchrome/base/
sync_socket_posix.cc 215 bool CancelableSyncSocket::Shutdown() {
217 return HANDLE_EINTR(shutdown(handle_, SHUT_RDWR)) >= 0;
  /external/libcups/filter/
rastertohp.c 52 void Shutdown(void);
395 * 'Shutdown()' - Shutdown the printer.
399 Shutdown(void)
817 * Shutdown the printer...
820 Shutdown();
  /art/openjdkjvmti/
deopt_manager.cc 101 void DeoptManager::Shutdown() {

Completed in 1149 milliseconds

1 2 3 4 5