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

1 2

  /bootable/recovery/
device.cpp 46 case 8: return SHUTDOWN;
device.h 68 SHUTDOWN = 8,
recovery.cpp 776 // Return REBOOT, SHUTDOWN, or REBOOT_BOOTLOADER. Returning NO_ACTION
777 // means to take the default, which is to reboot or shutdown depending
809 case Device::SHUTDOWN:
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ThreadPoolExecutor.java 234 * has no remaining threads will be {@code shutdown} automatically. If
236 * if users forget to call {@link #shutdown}, then you must arrange
315 * SHUTDOWN: Don't accept new tasks, but process queued tasks
327 * RUNNING -> SHUTDOWN
328 * On invocation of shutdown(), perhaps implicitly in finalize()
329 * (RUNNING or SHUTDOWN) -> STOP
331 * SHUTDOWN -> TIDYING
341 * Detecting the transition from SHUTDOWN to TIDYING is less
343 * empty after non-empty and vice versa during SHUTDOWN state, but
354 private static final int SHUTDOWN = 0 << COUNT_BITS
1353 public void shutdown() { method in class:ThreadPoolExecutor
1446 shutdown(); method
    [all...]
ForkJoinPool.java 240 * shutdown bit (similarly for per-queue "qlocks"), mainly
242 * enable shutdown. When used as a lock, it is normally only very
278 * resource-revocation-based shutdown schemes. It also helps
341 * Shutdown and Termination. A call to shutdownNow atomically sets
345 * commence after a non-abrupt shutdown() call requires more work
348 * indication but non-abrupt shutdown still requires a rechecking
572 * upon pool shutdown, all shared-queues will stop being used
    [all...]
  /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/compiler-rt/lib/tsan/tests/rtl/
tsan_test_util_linux.cc 187 SHUTDOWN,
333 if (ev->type == Event::SHUTDOWN) {
372 Event event(Event::SHUTDOWN);
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/
httpserver.py 576 SHUTDOWN = object()
636 atexit.register(self.shutdown)
686 self.queue.put(self.SHUTDOWN)
935 def shutdown(self, force_quit_timeout=0): member in class:ThreadPool
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/
G722EncTest.c     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 103 private static final int SHUTDOWN = 4;
165 mBluetoothMnsObexClient.shutdown();
170 mMasInstances.valueAt(i).shutdown();
282 /* Shutdown the MNS client - currently must happen before MAS close */
284 mBluetoothMnsObexClient.shutdown();
363 case SHUTDOWN:
632 masInst.shutdown();
739 mAppObserver.shutdown();
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapService.java 55 private static final int SHUTDOWN = 3;
227 mAcceptThread.shutdown();
304 * shutdown.When the remote disconnect,this thread shall run again waiting
387 void shutdown() { method in class:SapService.SocketAcceptThread
444 case SHUTDOWN:
658 mSessionStatusHandler.obtainMessage(SHUTDOWN).sendToTarget();
666 } // Can only be null during shutdown
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
G726EncTest.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
AmrEncTest.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/
WBAmrDecTest.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
WbAmrEncTest.c     [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...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
AacEncTest.c     [all...]
  /frameworks/base/services/core/java/com/android/server/
NetworkManagementService.java 21 import static android.Manifest.permission.SHUTDOWN;
1226 public void shutdown() { method in class:NetworkManagementService
    [all...]
MountService.java 619 success = mConnector.execute("volume", "shutdown").isClassOk();
1553 public void shutdown(final IMountShutdownObserver observer) { method in class:MountService
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java 10345 public boolean shutdown(int timeout) { method
    [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /build/tools/droiddoc/templates-ndk/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js     [all...]

Completed in 2376 milliseconds

1 2