Home
last modified time | relevance | path

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

/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DAbstractIdleServiceTest.java44 protected void startUp() throws Exception {} in startUp() method in AbstractIdleServiceTest.FunctionalTest.DefaultService
63 protected void startUp() throws Exception { in testStart_failed()
110 protected void startUp() throws Exception { in testStart_failed()
111 super.startUp(); in testStart_failed()
219 protected void startUp() throws Exception { in startUp() method in AbstractIdleServiceTest.TestService
DAbstractExecutionThreadServiceTest.java129 protected void startUp() { in startUp() method in AbstractExecutionThreadServiceTest.WaitOnRunService
195 protected void startUp() { in startUp() method in AbstractExecutionThreadServiceTest.ThrowOnStartUpService
332 protected void startUp() throws Exception { in testStopWhileStarting_runNotCalled()
333 super.startUp(); in testStopWhileStarting_runNotCalled()
403 protected void startUp() throws Exception { in startUp() method in AbstractExecutionThreadServiceTest.FakeService
DAbstractScheduledServiceTest.java226 protected void startUp() throws Exception { in testDefaultExecutorIsShutdownWhenServiceFails()
331 protected void startUp() throws Exception { in startUp() method in AbstractScheduledServiceTest.TestService
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DAbstractIdleServiceTest.java44 protected void startUp() throws Exception {} in startUp() method in AbstractIdleServiceTest.FunctionalTest.DefaultService
63 protected void startUp() throws Exception { in testStart_failed()
110 protected void startUp() throws Exception { in testStart_failed()
111 super.startUp(); in testStart_failed()
219 protected void startUp() throws Exception { in startUp() method in AbstractIdleServiceTest.TestService
DAbstractExecutionThreadServiceTest.java129 protected void startUp() { in startUp() method in AbstractExecutionThreadServiceTest.WaitOnRunService
195 protected void startUp() { in startUp() method in AbstractExecutionThreadServiceTest.ThrowOnStartUpService
332 protected void startUp() throws Exception { in testStopWhileStarting_runNotCalled()
333 super.startUp(); in testStopWhileStarting_runNotCalled()
403 protected void startUp() throws Exception { in startUp() method in AbstractExecutionThreadServiceTest.FakeService
DAbstractScheduledServiceTest.java226 protected void startUp() throws Exception { in testDefaultExecutorIsShutdownWhenServiceFails()
331 protected void startUp() throws Exception { in startUp() method in AbstractScheduledServiceTest.TestService
/external/guava/android/guava/src/com/google/common/util/concurrent/
DAbstractIdleService.java60 startUp(); in doStart()
96 protected abstract void startUp() throws Exception; in startUp() method in AbstractIdleService
DAbstractExecutionThreadService.java59 startUp();
111 protected void startUp() throws Exception {} in startUp() method in AbstractExecutionThreadService
DAbstractScheduledService.java229 startUp();
295 protected void startUp() throws Exception {}
/external/guava/guava/src/com/google/common/util/concurrent/
DAbstractIdleService.java61 startUp(); in doStart()
97 protected abstract void startUp() throws Exception; in startUp() method in AbstractIdleService
DAbstractExecutionThreadService.java60 startUp();
112 protected void startUp() throws Exception {} in startUp() method in AbstractExecutionThreadService
DAbstractScheduledService.java258 startUp();
324 protected void startUp() throws Exception {}
/external/libcap/cap/
Dcap.go132 startUp sync.Once var
280 startUp.Do(multisc.cInit)
286 startUp.Do(multisc.cInit)
Dtext.go24 startUp.Do(multisc.cInit)
Diab.go51 startUp.Do(multisc.cInit)
/external/aac/libSBRdec/src/
Denv_calc.h121 int startUp; /*!< flag to signal initial conditions in buffers */ member
Denv_calc.cpp1421 if (h_sbr_cal_env->startUp) { in calculateSbrEnvelope()
1432 h_sbr_cal_env->startUp = 0; in calculateSbrEnvelope()
1804 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
/external/grpc-grpc-java/auth/src/test/java/io/grpc/auth/
DClientAuthInterceptorTest.java94 public void startUp() { in startUp() method in ClientAuthInterceptorTest
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DServerImplTest.java197 public void startUp() throws IOException { in startUp() method in ServerImplTest