Home
last modified time | relevance | path

Searched refs:startUp (Results 1 – 10 of 10) sorted by relevance

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DAbstractIdleServiceTest.java45 @Override protected void startUp() throws Exception {} in startUp() method in AbstractIdleServiceTest.FunctionalTest.DefaultService
60 @Override protected void startUp() throws Exception { in testStart_failed()
103 @Override protected void startUp() throws Exception { in testStart_failed()
104 super.startUp(); in testStart_failed()
197 @Override protected void startUp() throws Exception { in startUp() method in AbstractIdleServiceTest.TestService
DAbstractExecutionThreadServiceTest.java123 @Override protected void startUp() { in startUp() method in AbstractExecutionThreadServiceTest.WaitOnRunService
184 @Override protected void startUp() { in startUp() method in AbstractExecutionThreadServiceTest.ThrowOnStartUpService
311 @Override protected void startUp() throws Exception { in testStopWhileStarting_runNotCalled()
312 super.startUp(); in testStopWhileStarting_runNotCalled()
354 @Override protected void startUp() throws Exception { in startUp() method in AbstractExecutionThreadServiceTest.FakeService
DAbstractScheduledServiceTest.java177 @Override protected void startUp() throws Exception { in testDefaultExecutorIsShutdownWhenServiceFails()
246 protected void startUp() throws Exception { in startUp() method in AbstractScheduledServiceTest.TestService
420 @Override protected void startUp() throws Exception {} in startUp() method in AbstractScheduledServiceTest.SchedulerTest.TestAbstractScheduledCustomService
/external/guava/guava/src/com/google/common/util/concurrent/
DAbstractIdleService.java54 startUp();
84 protected abstract void startUp() throws Exception; in startUp() method in AbstractIdleService
DAbstractExecutionThreadService.java55 startUp();
98 protected void startUp() throws Exception {} in startUp() method in AbstractExecutionThreadService
DAbstractScheduledService.java200 startUp();
256 protected void startUp() throws Exception {}
/external/aac/libSBRdec/src/
Denv_calc.h103 int startUp; /*!< flag to signal initial conditions in buffers */ member
Denv_calc.cpp874 if (h_sbr_cal_env->startUp) in calculateSbrEnvelope()
884 h_sbr_cal_env->startUp = 0; in calculateSbrEnvelope()
1188 hCalEnv->startUp = 1; in resetSbrEnvelopeCalc()
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
DTrialOutputFactoryService.java104 @Override protected synchronized void startUp() throws Exception { in startUp() method in TrialOutputFactoryService
DServerSocketService.java137 @Override protected void startUp() throws Exception { in startUp() method in ServerSocketService