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

1 2 3

  /external/autotest/site_utils/lxc/container_pool/
message.py 12 SHUTDOWN = 'shutdown'
39 def shutdown(): function
40 """Creates a service shutdown message.
42 SHUTDOWN messages cause the service to shut down. See Service.stop().
44 return Message(SHUTDOWN, {})
  /bootable/recovery/
device.h 65 SHUTDOWN = 8,
  /frameworks/native/include/powermanager/
IPowerManager.h 51 SHUTDOWN = IBinder::FIRST_CALL_TRANSACTION + 19,
70 virtual status_t shutdown(bool confirm, const String16& reason, bool wait) = 0;
  /external/toybox/toys/pending/
init.c 41 #define SHUTDOWN 0x40
129 "shutdown\0restart\0";
306 if (x->action & (SHUTDOWN|ONCE|SYSINIT|CTRLALTDEL|WAIT)) {
309 if (x->action & (SHUTDOWN|SYSINIT|CTRLALTDEL|WAIT)) waitforpid(pid);
324 run_action_from_list(SHUTDOWN);
  /external/python/cpython2/Lib/multiprocessing/
managers.py 152 public = ['shutdown', 'create', 'accept_connection', 'get_methods',
341 def shutdown(self, c): member in class:Server
343 Shutdown this process
347 util.debug('manager received shutdown message')
451 SHUTDOWN = 2
533 self.shutdown = util.Finalize(
602 self.shutdown()
607 Shutdown the manager process; will be registered as a finalizer
610 util.info('sending shutdown message to manager')
614 dispatch(conn, None, 'shutdown')
    [all...]
  /external/syslinux/gpxe/src/include/
pcmcia.h 18 typedef enum interface_func_t { INIT, SHUTDOWN, MAPATTRMEM, UNMAPATTRMEM, SELECTCONFIG } interface_func_t;
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
managers.py 152 public = ['shutdown', 'create', 'accept_connection', 'get_methods',
341 def shutdown(self, c): member in class:Server
343 Shutdown this process
347 util.debug('manager received shutdown message')
451 SHUTDOWN = 2
533 self.shutdown = util.Finalize(
602 self.shutdown()
607 Shutdown the manager process; will be registered as a finalizer
610 util.info('sending shutdown message to manager')
614 dispatch(conn, None, 'shutdown')
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
managers.py 152 public = ['shutdown', 'create', 'accept_connection', 'get_methods',
341 def shutdown(self, c): member in class:Server
343 Shutdown this process
347 util.debug('manager received shutdown message')
451 SHUTDOWN = 2
533 self.shutdown = util.Finalize(
602 self.shutdown()
607 Shutdown the manager process; will be registered as a finalizer
610 util.info('sending shutdown message to manager')
614 dispatch(conn, None, 'shutdown')
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py 152 public = ['shutdown', 'create', 'accept_connection', 'get_methods',
341 def shutdown(self, c): member in class:Server
343 Shutdown this process
347 util.debug('manager received shutdown message')
451 SHUTDOWN = 2
533 self.shutdown = util.Finalize(
602 self.shutdown()
607 Shutdown the manager process; will be registered as a finalizer
610 util.info('sending shutdown message to manager')
614 dispatch(conn, None, 'shutdown')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py 152 public = ['shutdown', 'create', 'accept_connection', 'get_methods',
341 def shutdown(self, c): member in class:Server
343 Shutdown this process
347 util.debug('manager received shutdown message')
451 SHUTDOWN = 2
533 self.shutdown = util.Finalize(
602 self.shutdown()
607 Shutdown the manager process; will be registered as a finalizer
610 util.info('sending shutdown message to manager')
614 dispatch(conn, None, 'shutdown')
    [all...]
  /external/python/cpython3/Lib/multiprocessing/
managers.py 129 public = ['shutdown', 'create', 'accept_connection', 'get_methods',
334 def shutdown(self, c): member in class:Server
336 Shutdown this process
339 util.debug('manager received shutdown message')
442 SHUTDOWN = 2
522 self.shutdown = util.Finalize(
597 self.shutdown()
602 Shutdown the manager process; will be registered as a finalizer
605 util.info('sending shutdown message to manager')
609 dispatch(conn, None, 'shutdown')
    [all...]
  /libcore/ojluni/src/main/java/java/util/concurrent/
ThreadPoolExecutor.java 127 * take effect in a timely manner, and a shutdown pool may remain in a
283 * has no remaining threads will be {@code shutdown} automatically. If
285 * if users forget to call {@link #shutdown}, then you must arrange
364 * SHUTDOWN: Don't accept new tasks, but process queued tasks
376 * RUNNING -> SHUTDOWN
377 * On invocation of shutdown(), perhaps implicitly in finalize()
378 * (RUNNING or SHUTDOWN) -> STOP
380 * SHUTDOWN -> TIDYING
390 * Detecting the transition from SHUTDOWN to TIDYING is less
392 * empty after non-empty and vice versa during SHUTDOWN state, bu
1407 public void shutdown() { method in class:ThreadPoolExecutor
1499 shutdown(); method
    [all...]
ForkJoinPool.java 322 * monotonically setting STARTED, SHUTDOWN, STOP, and finally
487 * Shutdown and Termination. A call to shutdownNow invokes
492 * so repeatedly until stable. Calls to non-abrupt shutdown()
501 * helpQuiescePool is called when shutdown is enabled. Both wait
3161 public void shutdown() { method in class:ForkJoinPool
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 125 static final int SHUTDOWN = 3;
299 mServerSockets.shutdown(false);
388 case SHUTDOWN:
532 mSessionStatusHandler.obtainMessage(SHUTDOWN).sendToTarget();
  /packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapService.java 52 private static final int SHUTDOWN = 3;
239 mAcceptThread.shutdown();
321 * shutdown.When the remote disconnect,this thread shall run again waiting
421 void shutdown() { method in class:SapService.SocketAcceptThread
494 case SHUTDOWN:
743 mSessionStatusHandler.obtainMessage(SHUTDOWN).sendToTarget();
753 } // Can only be null during shutdown
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
context.h 153 SHUTDOWN,
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 99 private static final int SHUTDOWN = 4;
160 mBluetoothMnsObexClient.shutdown();
165 mMasInstances.valueAt(i).shutdown();
300 // Shutdown the MNS client - this must happen before MAS close
302 mBluetoothMnsObexClient.shutdown();
389 case SHUTDOWN:
719 masInst.shutdown();
820 mAppObserver.shutdown();
    [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-discovery/1.11.18/
aws-java-sdk-discovery-1.11.18.jar 
  /external/guice/extensions/persist/lib/
hsqldb.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-inspector/1.11.18/
aws-java-sdk-inspector-1.11.18.jar 
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
backport-util-concurrent-3.1.jar 
  /prebuilts/tools/common/m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/
backport-util-concurrent-3.1.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.0.CR3/
netty-common-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.3.Final/
netty-common-4.1.3.Final.jar 

Completed in 559 milliseconds

1 2 3