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

1 2

  /art/test/079-phantom/src/
Bitmap.java 54 public static void shutDown() {
55 sWatcher.shutDown();
149 public void shutDown() {
Main.java 66 Bitmap.shutDown();
  /external/guava/guava/src/com/google/common/util/concurrent/
AbstractExecutionThreadService.java 28 * {@link #shutDown} methods. This class uses a single thread to execute the
55 shutDown();
64 shutDown();
104 protected void shutDown() throws Exception {}
AbstractIdleService.java 26 * but may need one during startup and shutdown. Subclasses can
27 * implement {@link #startUp} and {@link #shutDown} methods, each
57 shutDown();
72 protected abstract void shutDown() throws Exception;
AbstractScheduledService.java 35 * Base class for services that can implement {@link #startUp} and {@link #shutDown} but while in
37 * {@link #shutDown} and also a {@link #runOneIteration} method that will be executed periodically.
40 * the {@link #startUp} and {@link #shutDown} methods and also uses that service to schedule the
44 * the {@link #shutDown} method.
47 * #startUp} and {@link #shutDown}) will never run concurrently. Notably, if any execution of {@link
73 * protected void shutDown() throws Exception {
156 // A handle to the running task so that we can stop it when a shutdown has been requested.
162 // shutDown or runOneIteration) run concurrently with one another.
172 shutDown();
214 // to a failed state, also this means that shutDown has already been called, so w
    [all...]
  /device/generic/goldfish/camera/fake-pipeline2/
Sensor.h 100 status_t shutDown();
Sensor.cpp 118 shutDown();
135 status_t Sensor::shutDown() {
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AbstractExecutionThreadServiceTest.java 151 @Override protected void shutDown() {
234 @Override protected void shutDown() {
269 @Override protected void shutDown() {
AbstractIdleServiceTest.java 106 @Override protected void shutDown() {
AbstractScheduledServiceTest.java 70 @Override protected void shutDown() throws Exception { }
209 protected void shutDown() throws Exception {
374 @Override protected void shutDown() throws Exception { }
420 @Override protected void shutDown() throws Exception { }
  /external/guava/guava/src/com/google/common/base/internal/
Finalizer.java 130 } catch (ShutDown shutDown) { /* ignore */ }
136 private void cleanUp(Reference<?> reference) throws ShutDown {
150 throw new ShutDown();
169 private Method getFinalizeReferentMethod() throws ShutDown {
181 throw new ShutDown();
206 private static class ShutDown extends Exception { }
  /device/generic/goldfish/camera/
EmulatedFakeCamera3.cpp 216 res = mSensor->shutDown();
    [all...]
EmulatedFakeCamera2.cpp 232 res = mSensor->shutDown();
633 /** Shutdown and debug methods */
    [all...]
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /packages/services/Telecomm/libs/
guava.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
guava-14.0.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 1638 milliseconds

1 2