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

1 2 3 4 5 6 7 891011>>

  /external/okhttp/samples/guide/src/main/java/com/squareup/okhttp/recipes/
WebSocketEcho.java 31 // Trigger shutdown of the dispatcher's executor so this process can exit cleanly.
32 client.getDispatcher().getExecutorService().shutdown();
  /external/python/cpython2/PC/os2emx/
pythonpm.c 95 /* destroy window, shutdown message queue and PM */
121 /* shutdown PM and terminate thread */
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/android/util/concurrent/
RoboExecutorServiceTest.java 94 executorService.shutdown();
121 executorService.shutdown();
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/controller/
ContentProviderController.java 74 public ContentProviderController<T> shutdown() { method in class:ContentProviderController
75 contentProvider.shutdown();
  /external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/
RpcReceiverManager.java 92 public void shutdown() { method in class:RpcReceiverManager
96 receiver.shutdown();
  /external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/
LogManager.java 32 * getLoggerRepository(), exists(), getCurrentLoggers(), shutdown() and
79 public static void shutdown() { method in class:LogManager
  /external/slf4j/slf4j-ext/src/main/java/org/slf4j/agent/
AgentOptions.java 52 * the option was processed and at shutdown time (using the shutdown hook).
  /external/syslinux/gpxe/src/arch/i386/image/
elfboot.c 51 shutdown ( SHUTDOWN_BOOT );
62 /* It isn't safe to continue after calling shutdown() */
  /external/syslinux/gpxe/src/core/
device.c 94 DBG ( "Refusing to remove devices on shutdown\n" );
106 .shutdown = remove_devices,
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/
InactivityTimer.java 82 void shutdown() { method in class:InactivityTimer
84 inactivityTimer.shutdown();
  /frameworks/base/cmds/bootanimation/iot/
BootAction.cpp 71 // we will still call init and shutdown.
94 void BootAction::shutdown() { function in class:android::BootAction
  /frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
PipeManagerTest.java 83 mExecutor.shutdown();
97 mExecutor.shutdown();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
GlobalActionsComponent.java 85 public void shutdown() { method in class:GlobalActionsComponent
87 mBarService.shutdown();
  /kernel/tests/net/test/
leak_test.py 33 # Call shutdown on another thread while a recvfrom is in progress.
37 self.assertRaisesErrno(ENOTCONN, s.shutdown, SHUT_RDWR)
  /libcore/ojluni/src/main/java/java/io/
DeleteOnExitHook.java 31 * This class holds a set of filenames to be deleted on VM exit through a shutdown hook.
53 throw new IllegalStateException("Shutdown in progress");
  /packages/apps/Bluetooth/src/com/android/bluetooth/
ObexRejectServer.java 74 public void shutdown() { method in class:ObexRejectServer
92 shutdown(); method
  /packages/services/Car/evs/app/
StreamHandler.h 45 virtual ~StreamHandler() { shutdown(); };
48 void shutdown();
  /system/bt/stack/pan/
pan_int.h 31 * This role is used to shutdown the profile. Used internally
32 * Applications should call PAN_Deregister to shutdown the profile
  /libcore/ojluni/src/main/java/java/lang/
Runtime.java 101 * shutdown sequence. This method never returns normally. The argument
105 * <p> The virtual machine's shutdown sequence consists of two phases. In
106 * the first phase all registered {@link #addShutdownHook shutdown hooks},
114 * shutdown sequence then if shutdown hooks are being run this method will
115 * block indefinitely. If shutdown hooks have already been run and on-exit
152 // Start all shutdown hooks concurrently
157 // Wait for all shutdown hooks to finish
162 // Ignore, since we are at VM shutdown.
178 * Registers a new virtual-machine shutdown hook
    [all...]
  /art/test/004-ThreadStress/
check 19 # shutdown thread. This can occasionally happen with this test but it is not
  /art/test/132-daemon-locks-shutdown/src/
Main.java 18 * Test that daemon threads still contending for a lock don't make the runtime abort on shutdown.
  /art/test/136-daemon-jni-shutdown/src/
Main.java 18 * Test that daemon threads that call into a JNI env after the runtime is shutdown do not crash.
  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
HardwarePropertiesManagerTest.java 46 // Compare current temperature and shutdown threshold to determine direction.
52 // Compare current temperature and shutdown threshold.
59 // Compare current temperature and shutdown threshold.
199 // they are compared through throttling and shutdown threshold arrays lengths.
  /cts/tests/tests/os/assets/minijail/
isolated-common-not-i386.policy 31 shutdown: 1
  /device/google/marlin/sepolicy/
thermal-engine.te 36 # reboot/shutdown for thermal limits exceeded

Completed in 559 milliseconds

1 2 3 4 5 6 7 891011>>