HomeSort by relevance Sort by last modified time
    Searched defs:shutdown (Results 126 - 150 of 1207) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/syslinux/gpxe/src/include/gpxe/
init.h 35 /** Shutdown flags */
37 /** Shutdown is in order to exit (return to gPXE's caller) */
39 /** Shutdown is in order to boot an OS */
46 * A startup/shutdown function
48 * Startup and shutdown functions may be called multiple times, as
49 * part of the calls to startup() and shutdown().
53 void ( * shutdown ) ( int flags ); member in struct:startup_fn
56 /** Startup/shutdown function table */
59 /** Declare a startup/shutdown function */
63 /** @defgroup startfn_order Startup/shutdown function orderin
    [all...]
  /external/tensorflow/tensorflow/contrib/cloud/python/ops/
bigquery_reader_ops_test.py 123 def shutdown(self): member in class:FakeBigQueryServer
124 self.httpd.shutdown()
194 self.server.shutdown()
  /external/vogar/src/vogar/target/
TestActivity.java 79 executor.shutdown();
  /external/xmlrpcpp/src/
XmlRpcServer.cpp 23 this->shutdown();
193 XmlRpcServer::shutdown() function in class:XmlRpcServer
  /frameworks/av/media/libnbaio/
MonoPipe.cpp 170 void MonoPipe::shutdown(bool newState) function in class:android::MonoPipe
  /frameworks/base/cmds/svc/src/com/android/commands/svc/
PowerCommand.java 42 + " Perform a runtime shutdown and reboot device with specified reason.\n"
43 + " svc power shutdown\n"
44 + " Perform a runtime shutdown and power off the device.\n";
94 } else if ("shutdown".equals(args[1])) {
97 pm.shutdown(false, null, true);
99 maybeLogRemoteException("Failed to shutdown.");
108 // Check if remote exception is benign during shutdown. Pm can be killed
109 // before system server during shutdown, so remote exception can be ignored
110 // if it is already in shutdown flow.
  /frameworks/base/tests/net/java/com/android/server/
NetworkManagementServiceTest.java 102 mNMService.shutdown();
103 // Once NetworkManagementService#shutdown() actually does something and shutdowns
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
SimulatedRadioControl.java 41 public void shutdown(); method in interface:SimulatedRadioControl
  /hardware/interfaces/automotive/evs/1.0/vts/functional/
FrameHandler.cpp 41 void FrameHandler::shutdown() function in class:FrameHandler
  /libcore/luni/src/test/java/tests/security/
SecureRandomTest.java 91 executor.shutdown();
  /libcore/support/src/test/java/libcore/javax/net/ssl/
TestSSLSocketPair.java 98 executor.shutdown();
  /libcore/support/src/test/java/tests/support/
Support_Exec.java 113 executorService.shutdown();
  /packages/apps/Dialer/java/com/android/voicemail/impl/transcribe/
TranscriptionRatingService.java 81 factory.shutdown();
  /packages/apps/Nfc/src/com/android/nfc/echoserver/
EchoServer.java 109 // shutdown can be modified from multiple threads, protected by this
110 boolean shutdown = false; field in class:EchoServer.EchoMachine
153 public synchronized void shutdown() { method in class:EchoServer.EchoMachine
155 shutdown = true;
160 if (shutdown) return true;
234 echoMachine.shutdown();
263 public void shutdown() { method in class:EchoServer.ServerThread
327 echoMachine.shutdown();
339 public void shutdown() { method in class:EchoServer.ConnectionlessServerThread
368 mConnectionlessServerThread.shutdown();
    [all...]
  /packages/services/Car/evs/manager/
VirtualCamera.cpp 38 shutdown();
42 void VirtualCamera::shutdown() { function in class:android::automotive::evs::V1_0::implementation::VirtualCamera
47 ALOGW("Virtual camera being shutdown while stream is running");
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/dummy/
__init__.py 146 def shutdown(): function
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/dummy/
__init__.py 146 def shutdown(): function
  /prebuilts/go/darwin-x86/src/net/
fd_unix.go 187 func (fd *netFD) shutdown(how int) error { func
188 err := fd.pfd.Shutdown(how)
190 return wrapSyscallError("shutdown", err)
194 return fd.shutdown(syscall.SHUT_RD)
198 return fd.shutdown(syscall.SHUT_WR)
  /prebuilts/go/linux-x86/src/net/
fd_unix.go 187 func (fd *netFD) shutdown(how int) error { func
188 err := fd.pfd.Shutdown(how)
190 return wrapSyscallError("shutdown", err)
194 return fd.shutdown(syscall.SHUT_RD)
198 return fd.shutdown(syscall.SHUT_WR)
  /prebuilts/jdk/jdk8/darwin-x86/sample/nio/server/
ChannelIO.java 171 * Start any connection shutdown processing.
178 boolean shutdown() throws IOException { method in class:ChannelIO
RequestHandler.java 47 * prepare, send, and shutdown requests.
147 if (cio.shutdown()) {
154 if (cio.shutdown()) {
172 * we'll just shutdown.
174 cio.shutdown();
RequestServicer.java 46 * prepare, send, and shutdown requests.
85 do {} while (!cio.shutdown());
100 * we'll just shutdown.
102 cio.shutdown();
  /prebuilts/jdk/jdk8/linux-x86/sample/nio/server/
ChannelIO.java 171 * Start any connection shutdown processing.
178 boolean shutdown() throws IOException { method in class:ChannelIO
RequestHandler.java 47 * prepare, send, and shutdown requests.
147 if (cio.shutdown()) {
154 if (cio.shutdown()) {
172 * we'll just shutdown.
174 cio.shutdown();
RequestServicer.java 46 * prepare, send, and shutdown requests.
85 do {} while (!cio.shutdown());
100 * we'll just shutdown.
102 cio.shutdown();

Completed in 892 milliseconds

1 2 3 4 56 7 8 91011>>