HomeSort by relevance Sort by last modified time
    Searched full:shutdown (Results 376 - 400 of 4385) sorted by null

<<11121314151617181920>>

  /libcore/luni/src/main/native/
Register.cpp 61 // DalvikVM calls this on shutdown, do any global cleanup here.
  /libcore/ojluni/src/main/java/java/nio/channels/
ShutdownChannelGroupException.java 35 * a group that is shutdown or the completion handler for an I/O operation
  /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...]
  /packages/apps/Car/Messenger/src/com/android/car/messenger/tts/
FakeTTSEngine.java 51 public void shutdown() { method in class:FakeTTSEngine
  /packages/apps/Launcher3/src/com/android/launcher3/util/
LooperExecutor.java 54 public void shutdown() { method in class:LooperExecutor
  /packages/apps/TV/src/com/android/tv/util/
MainThreadExecutor.java 52 public void shutdown() { method in class:MainThreadExecutor
  /packages/services/BuiltInPrintService/jni/ipphelper/
ippstatus.h 61 #define IPP_PRNT_SHUTDOWN "shutdown"
  /packages/services/BuiltInPrintService/jni/plugins/
wprint_mupdf.h 65 * Deinitialize the pdf_render module (at shutdown)
  /packages/services/Car/car-lib/src/android/car/hardware/power/
CarPowerManager.java 103 * Shutdown is cancelled, return to normal state.
107 * Enter shutdown state. Application is expected to cleanup and be ready to shutdown.
158 * Request power manager to shutdown in lieu of suspend at the next opportunity.
  /packages/services/Car/car-lib/src/android/car/storagemonitoring/
ICarStorageMonitoring.aidl 68 * Returns the approximate amount of bytes written to disk during the previous shutdown.
  /packages/services/Car/evs/sampleDriver/
GlWrapper.h 44 void shutdown();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mspstrm.h 69 virtual HRESULT ShutDown();
unistd.h 28 /* Used by shutdown(2). */
  /prebuilts/go/darwin-x86/src/net/
fd_windows.go 136 func (fd *netFD) shutdown(how int) error { func
137 err := fd.pfd.Shutdown(how)
143 return fd.shutdown(syscall.SHUT_RD)
147 return fd.shutdown(syscall.SHUT_WR)
  /prebuilts/go/linux-x86/src/net/
fd_windows.go 136 func (fd *netFD) shutdown(how int) error { func
137 err := fd.pfd.Shutdown(how)
143 return fd.shutdown(syscall.SHUT_RD)
147 return fd.shutdown(syscall.SHUT_WR)
  /system/bt/btif/include/
btif_a2dp_control.h 29 // Cleanup the A2DP control module. It should be called during the shutdown
  /system/bt/osi/include/
wakelock.h 42 // graceful shutdown.
  /system/core/init/
stable_properties.h 50 "sys.shutdown.requested",
  /system/core/reboot/
reboot.c 44 cmd = "shutdown";
  /system/libhwbinder/
Static.cpp 88 IPCThreadState::shutdown();
  /tools/tradefederation/core/tests/src/com/android/tradefed/command/
CommandSchedulerTest.java 167 mScheduler.shutdown();
203 mScheduler.shutdown();
426 mScheduler.shutdown();
452 * Verify that scheduler goes into shutdown mode when a {@link FatalHostError} is thrown.
474 // no need to call shutdown explicitly - scheduler should shutdown by itself
477 // not have time to go back to list before shutdown on scheduler.
709 * Test {@link CommandScheduler#shutdown()} when no devices are available.
719 mScheduler.shutdown();
    [all...]
  /system/sepolicy/prebuilts/api/26.0/
nonplat_sepolicy.cil     [all...]
  /art/tools/dexfuzz/src/dexfuzz/executors/
Executor.java 85 public void shutdown() { method in class:Executor
86 outputConsumer.shutdown();
87 errorConsumer.shutdown();
  /device/linaro/bootloader/arm-trusted-firmware/lib/psci/
psci_on.c 74 * - the target CPU was the last CPU to shutdown on its cluster
75 * - the cluster was removed from coherency as part of the CPU shutdown
78 * target CPUs shutdown was not seen by the current CPU's cluster. And
  /external/autotest/server/site_tests/firmware_ECUsbPorts/
firmware_ECUsbPorts.py 24 # Timeout range for waiting system to shutdown
122 """Shutdown the system and check USB ports are disabled."""
124 self.faft_client.system.run_shell_command("shutdown -P now")

Completed in 1010 milliseconds

<<11121314151617181920>>