Home
last modified time | relevance | path

Searched defs:startUp (Results 1 – 15 of 15) 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
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
403 protected void startUp() throws Exception { in startUp() method in AbstractExecutionThreadServiceTest.FakeService
DAbstractScheduledServiceTest.java331 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
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
403 protected void startUp() throws Exception { in startUp() method in AbstractExecutionThreadServiceTest.FakeService
DAbstractScheduledServiceTest.java331 protected void startUp() throws Exception { in startUp() method in AbstractScheduledServiceTest.TestService
/external/guava/android/guava/src/com/google/common/util/concurrent/
DAbstractExecutionThreadService.java112 protected void startUp() throws Exception {} in startUp() method in AbstractExecutionThreadService
DAbstractIdleService.java98 protected abstract void startUp() throws Exception; in startUp() method in AbstractIdleService
/external/guava/guava/src/com/google/common/util/concurrent/
DAbstractExecutionThreadService.java112 protected void startUp() throws Exception {} in startUp() method in AbstractExecutionThreadService
DAbstractIdleService.java98 protected abstract void startUp() throws Exception; in startUp() method in AbstractIdleService
/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/aac/libSBRdec/src/
Denv_calc.h121 int startUp; /*!< flag to signal initial conditions in buffers */ member
/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