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

1 2 3

  /external/testng/src/main/java/org/testng/remote/strprotocol/
IMessageSender.java 35 void shutDown();
MessageHub.java 37 public void shutDown() {
38 m_messageSender.shutDown();
AbstractRemoteTestRunnerClient.java 67 private synchronized void shutdown() { method in class:AbstractRemoteTestRunnerClient
111 shutdown(); method
203 m_messageHub.shutDown();
235 // shutdown();
BaseMessageSender.java 169 public void shutDown() {
  /art/test/079-phantom/src/
Bitmap.java 55 public static void shutDown() {
56 sWatcher.shutDown();
157 public void shutDown() {
Main.java 76 Bitmap.shutDown();
  /external/guava/guava/src/com/google/common/util/concurrent/
AbstractExecutionThreadService.java 31 * {@link #shutDown} methods. This class uses a single thread to execute the
63 shutDown();
73 shutDown();
122 protected void shutDown() throws Exception {}
AbstractIdleService.java 29 * but may need one during startup and shutdown. Subclasses can
30 * implement {@link #startUp} and {@link #shutDown} methods, each
69 shutDown();
87 protected abstract void shutDown() throws Exception;
AbstractScheduledService.java 41 * Base class for services that can implement {@link #startUp} and {@link #shutDown} but while in
43 * {@link #shutDown} and also a {@link #runOneIteration} method that will be executed periodically.
46 * the {@link #startUp} and {@link #shutDown} methods and also uses that service to schedule the
50 * {@link #shutDown} method.
53 * #startUp} and {@link #shutDown}) will never run concurrently. Notably, if any execution of {@link
79 * protected void shutDown() throws Exception {
161 // A handle to the running task so that we can stop it when a shutdown has been requested.
167 // shutDown or runOneIteration) run concurrently with one another.
177 shutDown();
223 // to a failed state, also this means that shutDown has already been called, so w
    [all...]
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AbstractIdleServiceTest.java 46 @Override protected void shutDown() throws Exception {}
76 @Override protected void shutDown() throws Exception {
145 @Override protected void shutDown() throws Exception {
146 super.shutDown();
204 @Override protected void shutDown() throws Exception {
AbstractExecutionThreadServiceTest.java 146 @Override protected void shutDown() {
240 @Override protected void shutDown() {
275 @Override protected void shutDown() {
368 @Override protected void shutDown() throws Exception {
380 executor.shutdown();
AbstractScheduledServiceTest.java 257 protected void shutDown() throws Exception {
422 @Override protected void shutDown() throws Exception {}
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
TrivialPlayer.java 86 public void shutDown() {
TrivialRecorder.java 79 public void shutDown() {
AudioInputRoutingNotificationsActivity.java 117 mAudioRecorder.shutDown();
AudioOutputRoutingNotificationsActivity.java 117 mAudioPlayer.shutDown();
  /device/generic/goldfish/camera/qemu-pipeline3/
QemuSensor.h 57 status_t shutDown();
QemuSensor.cpp 69 shutDown();
103 status_t QemuSensor::shutDown() {
  /device/google/cuttlefish_common/guest/hals/camera/fake-pipeline2/
Sensor.h 101 status_t shutDown();
  /device/generic/goldfish/camera/fake-pipeline2/
Sensor.h 102 status_t shutDown();
Sensor.cpp 117 shutDown();
134 status_t Sensor::shutDown() {
  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
TrialOutputFactoryService.java 44 * <p>If there is a user configured directory, then no files will be deleted on service shutdown.
45 * Otherwise the only way to ensure that the log files survive service shutdown is to explicitly
137 @Override protected synchronized void shutDown() throws Exception {
ServerSocketService.java 202 @Override protected void shutDown() throws Exception {
  /frameworks/base/core/tests/packagemanagertests/src/android/content/pm/
KernelPackageMappingTests.java 104 public void shutDown() throws Exception {
  /external/testng/src/main/java/org/testng/remote/
RemoteTestNG.java 124 msh.shutDown();

Completed in 430 milliseconds

1 2 3