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

1 2

  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AbstractIdleServiceTest.java 44 @Override protected void startUp() throws Exception {}
59 @Override protected void startUp() throws Exception {
102 @Override protected void startUp() throws Exception {
103 super.startUp();
196 @Override protected void startUp() throws Exception {
AbstractExecutionThreadServiceTest.java 123 @Override protected void startUp() {
184 @Override protected void startUp() {
311 @Override protected void startUp() throws Exception {
312 super.startUp();
354 @Override protected void startUp() throws Exception {
AbstractScheduledServiceTest.java 136 // It should be called once during startup.
189 @Override protected void startUp() throws Exception {
212 fail("Expected service to fail during startup");
222 // It should be called once during startup.
264 protected void startUp() throws Exception {
438 @Override protected void startUp() throws Exception {}
  /external/guava/guava/src/com/google/common/util/concurrent/
AbstractExecutionThreadService.java 30 * Base class for services that can implement {@link #startUp}, {@link #run} and
55 startUp();
98 protected void startUp() throws Exception {}
AbstractIdleService.java 29 * but may need one during startup and shutdown. Subclasses can
30 * implement {@link #startUp} and {@link #shutDown} methods, each
54 startUp();
84 protected abstract void startUp() throws Exception;
AbstractScheduledService.java 39 * Base class for services that can implement {@link #startUp} and {@link #shutDown} but while in
40 * the "running" state need to perform a periodic task. Subclasses can implement {@link #startUp},
44 * the {@link #startUp} and {@link #shutDown} methods and also uses that service to schedule the
51 * #startUp} and {@link #shutDown}) will never run concurrently. Notably, if any execution of {@link
64 * protected void startUp() throws Exception {
164 // This lock protects the task so we can ensure that none of the template methods (startUp,
198 startUp();
254 protected void startUp() throws Exception {}
270 * 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();
217 // Time of sensor startup, used for simulation zero-time point
Sensor.cpp 127 status_t Sensor::startUp() {
  /frameworks/av/media/libstagefright/httplive/
PlaylistFetcher.cpp     [all...]
  /device/generic/goldfish/camera/
EmulatedFakeCamera3.cpp 150 res = mSensor->startUp();
    [all...]
EmulatedFakeCamera2.cpp 165 res = mSensor->startUp();
    [all...]
  /external/vogar/lib/
guava.jar 
  /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 
guava-17.0.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
guava-14.0.1.jar 
  /prebuilts/misc/common/android-support-test/
espresso-core.jar 
  /prebuilts/misc/common/guava/
guava-15.0.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 

Completed in 482 milliseconds

1 2