OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:startUp
(Results
1 - 22
of
22
) sorted by null
/external/guava/guava/src/com/google/common/util/concurrent/
AbstractIdleService.java
26
* but may need one during
startup
and shutdown. Subclasses can
27
* implement {@link #
startUp
} and {@link #shutDown} methods, each
43
startUp
();
69
protected abstract void
startUp
() throws Exception;
AbstractExecutionThreadService.java
27
* Base class for services that can implement {@link #
startUp
}, {@link #run} and
47
startUp
();
82
protected void
startUp
() throws Exception {}
AbstractScheduledService.java
35
* Base class for services that can implement {@link #
startUp
} and {@link #shutDown} but while in
36
* the "running" state need to perform a periodic task. Subclasses can implement {@link #
startUp
},
40
* the {@link #
startUp
} and {@link #shutDown} methods and also uses that service to schedule the
47
* #
startUp
} and {@link #shutDown}) will never run concurrently. Notably, if any execution of {@link
60
* protected void
startUp
() throws Exception {
161
// This lock protects the task so we can ensure that none of the template methods (
startUp
,
191
startUp
();
240
protected abstract void
startUp
() throws Exception;
252
* Returns the {@link ScheduledExecutorService} that will be used to execute the {@link #
startUp
},
/external/aac/libSBRdec/src/
env_calc.h
103
int
startUp
; /*!< flag to signal initial conditions in buffers */
env_calc.cpp
[
all
...]
/device/generic/goldfish/camera/fake-pipeline2/
Sensor.h
99
status_t
startUp
();
216
// Time of sensor
startup
, used for simulation zero-time point
Sensor.cpp
121
status_t Sensor::
startUp
() {
/external/guava/guava-tests/test/com/google/common/util/concurrent/
AbstractIdleServiceTest.java
99
@Override protected void
startUp
() {
AbstractScheduledServiceTest.java
69
@Override protected void
startUp
() throws Exception { }
138
// It should be called once during
startup
.
156
// It should be called once during
startup
.
198
protected void
startUp
() throws Exception {
372
@Override protected void
startUp
() throws Exception { }
418
@Override protected void
startUp
() throws Exception { }
AbstractExecutionThreadServiceTest.java
128
@Override protected void
startUp
() {
189
@Override protected void
startUp
() {
/device/generic/goldfish/camera/
EmulatedFakeCamera3.cpp
180
res = mSensor->
startUp
();
[
all
...]
EmulatedFakeCamera2.cpp
166
res = mSensor->
startUp
();
[
all
...]
/external/droiddriver/libs/
guava-13.0.jar
/prebuilts/devtools/tools/lib/
guava-13.0.1.jar
/prebuilts/misc/common/tradefed/
tradefed-prebuilt.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/sdk/tools/lib/
guava-10.0.1.jar
lint.jar
lint_api.jar
lint_checks.jar
Completed in 95 milliseconds