Searched refs:startUp (Results 1 - 13 of 13) sorted by relevance

/external/guava/guava/src/com/google/common/util/concurrent/
H A DAbstractIdleService.java27 * implement {@link #startUp} and {@link #shutDown} methods, each
43 startUp();
69 protected abstract void startUp() throws Exception; method in class:AbstractIdleService
H A DAbstractExecutionThreadService.java27 * Base class for services that can implement {@link #startUp}, {@link #run} and
47 startUp();
82 protected void startUp() throws Exception {} method in class:AbstractExecutionThreadService
H A DAbstractScheduledService.java35 * 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; method in class:AbstractScheduledService
252 * Returns the {@link ScheduledExecutorService} that will be used to execute the {@link #startUp},
/external/aac/libSBRdec/src/
H A Denv_calc.h103 int startUp; /*!< flag to signal initial conditions in buffers */ member in struct:__anon202
H A Denv_calc.cpp865 if (h_sbr_cal_env->startUp)
875 h_sbr_cal_env->startUp = 0;
1123 The buffer itself will be initialized later triggered by the startUp-flag.
1168 hCalEnv->startUp = 1;
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DAbstractIdleServiceTest.java99 @Override protected void startUp() { method in class:AbstractIdleServiceTest.NullService
H A DAbstractScheduledServiceTest.java69 @Override protected void startUp() throws Exception { } method in class:AbstractScheduledServiceTest.NullService
198 protected void startUp() throws Exception { method in class:AbstractScheduledServiceTest.TestService
372 @Override protected void startUp() throws Exception { } method in class:AbstractScheduledServiceTest.SchedulerTest.TestAbstractScheduledCustomService
418 @Override protected void startUp() throws Exception { } method in class:AbstractScheduledServiceTest.SchedulerTest.TestFailingCustomScheduledService
H A DAbstractExecutionThreadServiceTest.java128 @Override protected void startUp() { method in class:AbstractExecutionThreadServiceTest.WaitOnRunService
189 @Override protected void startUp() { method in class:AbstractExecutionThreadServiceTest.ThrowOnStartUpService
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 329 milliseconds