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

1 2

  /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...]
  /libcore/ojluni/src/main/java/java/util/concurrent/
ThreadPoolExecutor.java 126 * take effect in a timely manner, and a shutdown pool may remain in a
282 * has no remaining threads will be {@code shutdown} automatically. If
284 * if users forget to call {@link #shutdown}, then you must arrange
363 * SHUTDOWN: Don't accept new tasks, but process queued tasks
375 * RUNNING -> SHUTDOWN
376 * On invocation of shutdown(), perhaps implicitly in finalize()
377 * (RUNNING or SHUTDOWN) -> STOP
379 * SHUTDOWN -> TIDYING
389 * Detecting the transition from SHUTDOWN to TIDYING is less
391 * empty after non-empty and vice versa during SHUTDOWN state, bu
1402 public void shutdown() { method in class:ThreadPoolExecutor
1494 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/sap/
SapService.java 51 private static final int SHUTDOWN = 3;
220 mAcceptThread.shutdown();
295 * shutdown.When the remote disconnect,this thread shall run again waiting
382 void shutdown() { method in class:SapService.SocketAcceptThread
443 case SHUTDOWN:
658 mSessionStatusHandler.obtainMessage(SHUTDOWN).sendToTarget();
666 } // 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 109 private static final int SHUTDOWN = 4;
170 mBluetoothMnsObexClient.shutdown();
175 mMasInstances.valueAt(i).shutdown();
189 /* Only one SHUTDOWN message expected to closeService.
190 * Hence, quit looper and Handler on first SHUTDOWN message*/
297 /* Shutdown the MNS client - currently must happen before MAS close */
299 mBluetoothMnsObexClient.shutdown();
381 case SHUTDOWN:
687 masInst.shutdown();
798 mAppObserver.shutdown();
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 150 private static final int SHUTDOWN = 4;
452 mServerSockets.shutdown(false);
560 * shutdown.When the remote disconnect,this thread shall run again waiting
662 void shutdown() { method in class:BluetoothPbapService.SocketAcceptThread
729 case 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/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 
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.6.Final/
netty-common-4.1.6.Final.jar 
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.1.3/
rxjava-1.1.3.jar 

Completed in 362 milliseconds

1 2