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

1 2

  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AbstractIdleServiceTest.java 45 @Override protected void startUp() throws Exception {}
60 @Override protected void startUp() throws Exception {
103 @Override protected void startUp() throws Exception {
104 super.startUp();
197 @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.
177 @Override protected void startUp() throws Exception {
195 fail("Expected service to fail during startup");
204 // It should be called once during startup.
246 protected void startUp() throws Exception {
420 @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 41 * Base class for services that can implement {@link #startUp} and {@link #shutDown} but while in
42 * the "running" state need to perform a periodic task. Subclasses can implement {@link #startUp},
46 * the {@link #startUp} and {@link #shutDown} methods and also uses that service to schedule the
53 * #startUp} and {@link #shutDown}) will never run concurrently. Notably, if any execution of {@link
66 * protected void startUp() throws Exception {
166 // This lock protects the task so we can ensure that none of the template methods (startUp,
200 startUp();
256 protected void startUp() throws Exception {}
272 * 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() {
  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
TrialOutputFactoryService.java 104 @Override protected synchronized void startUp() throws Exception {
ServerSocketService.java 137 @Override protected void startUp() throws Exception {
  /frameworks/base/tools/preload2/src/com/android/preload/
Main.java 95 m.startUp();
171 private void 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/guice/lib/
guava-16.0.1.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/guava/
guava-15.0.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 

Completed in 405 milliseconds

1 2