OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shutDown
(Results
1 - 25
of
26
) sorted by null
1
2
/art/test/079-phantom/src/
Bitmap.java
53
public static void
shutDown
() {
54
sWatcher.
shutDown
();
148
public void
shutDown
() {
Main.java
66
Bitmap.
shutDown
();
/dalvik/tests/079-phantom/src/
Bitmap.java
53
public static void
shutDown
() {
54
sWatcher.
shutDown
();
148
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
214
res = mSensor->
shutDown
();
[
all
...]
EmulatedFakeCamera2.cpp
233
res = mSensor->
shutDown
();
708
/**
Shutdown
and debug methods */
[
all
...]
/external/droiddriver/libs/
guava-13.0.jar
/prebuilts/devtools/tools/lib/
guava-13.0.1.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/misc/common/tradefed/
tradefed-prebuilt.jar
/prebuilts/sdk/tools/lib/
guava-10.0.1.jar
lint.jar
lint_api.jar
lint_checks.jar
Completed in 342 milliseconds
1
2