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

/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DAbstractIdleServiceTest.java44 @Override protected void startUp() throws Exception {} method in class:AbstractIdleServiceTest.FunctionalTest.DefaultService
59 @Override protected void startUp() throws Exception {
102 @Override protected void startUp() throws Exception {
103 super.startUp();
196 @Override protected void startUp() throws Exception { method in class:AbstractIdleServiceTest.TestService
H A DAbstractExecutionThreadServiceTest.java123 @Override protected void startUp() { method in class:AbstractExecutionThreadServiceTest.WaitOnRunService
184 @Override protected void startUp() { method in class:AbstractExecutionThreadServiceTest.ThrowOnStartUpService
311 @Override protected void startUp() throws Exception {
312 super.startUp();
354 @Override protected void startUp() throws Exception { method in class:AbstractExecutionThreadServiceTest.FakeService
H A DAbstractScheduledServiceTest.java189 @Override protected void startUp() throws Exception {
264 protected void startUp() throws Exception { method in class:AbstractScheduledServiceTest.TestService
438 @Override protected void startUp() throws Exception {} method in class:AbstractScheduledServiceTest.SchedulerTest.TestAbstractScheduledCustomService
/external/guava/guava/src/com/google/common/util/concurrent/
H A DAbstractExecutionThreadService.java30 * Base class for services that can implement {@link #startUp}, {@link #run} and
55 startUp();
98 protected void startUp() throws Exception {} method in class:AbstractExecutionThreadService
H A DAbstractIdleService.java30 * implement {@link #startUp} and {@link #shutDown} methods, each
54 startUp();
84 protected abstract void startUp() throws Exception; method in class:AbstractIdleService
H A DAbstractScheduledService.java39 * 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 {} method in class:AbstractScheduledService
270 * 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/vogar/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/annotations/ ...
/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/ ...

Completed in 640 milliseconds