Home
last modified time | relevance | path

Searched refs:shutDown (Results 1 – 22 of 22) sorted by relevance

/external/grpc-grpc-java/interop-testing/src/test/java/io/grpc/testing/integration/
DTrafficControlProxy.java49 private volatile boolean shutDown; field in TrafficControlProxy
111 public void shutDown() throws IOException { in shutDown() method in TrafficControlProxy
114 shutDown = true; in shutDown()
147 while (!shutDown) { in run()
151 shutDown = true; in run()
153 shutDown = true; in run()
170 while (!shutDown) { in run()
174 shutDown = true; in run()
176 shutDown = true; in run()
DProxyTest.java55 proxy.shutDown(); in shutdownTest()
56 server.shutDown(); in shutdownTest()
187 private boolean shutDown;
206 public void shutDown() {
210 shutDown = true;
212 shutDown = true;
224 while (!shutDown) {
231 while (!shutDown) {
DNettyFlowControlTest.java96 proxy.shutDown(); in endTest()
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DAbstractIdleServiceTest.java47 protected void shutDown() throws Exception {} in shutDown() method in AbstractIdleServiceTest.FunctionalTest.DefaultService
81 protected void shutDown() throws Exception { in testStop_failed()
155 protected void shutDown() throws Exception { in testStop_failed()
156 super.shutDown(); in testStop_failed()
227 protected void shutDown() throws Exception { in shutDown() method in AbstractIdleServiceTest.TestService
DAbstractExecutionThreadServiceTest.java154 protected void shutDown() { in shutDown() method in AbstractExecutionThreadServiceTest.WaitOnRunService
255 protected void shutDown() { in shutDown() method in AbstractExecutionThreadServiceTest.ThrowOnRunService
293 protected void shutDown() { in shutDown() method in AbstractExecutionThreadServiceTest.ThrowOnShutDown
419 protected void shutDown() throws Exception { in shutDown() method in AbstractExecutionThreadServiceTest.FakeService
DAbstractScheduledServiceTest.java342 protected void shutDown() throws Exception { in shutDown() method in AbstractScheduledServiceTest.TestService
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DAbstractIdleServiceTest.java47 protected void shutDown() throws Exception {} in shutDown() method in AbstractIdleServiceTest.FunctionalTest.DefaultService
81 protected void shutDown() throws Exception { in testStop_failed()
155 protected void shutDown() throws Exception { in testStop_failed()
156 super.shutDown(); in testStop_failed()
227 protected void shutDown() throws Exception { in shutDown() method in AbstractIdleServiceTest.TestService
DAbstractExecutionThreadServiceTest.java154 protected void shutDown() { in shutDown() method in AbstractExecutionThreadServiceTest.WaitOnRunService
255 protected void shutDown() { in shutDown() method in AbstractExecutionThreadServiceTest.ThrowOnRunService
293 protected void shutDown() { in shutDown() method in AbstractExecutionThreadServiceTest.ThrowOnShutDown
419 protected void shutDown() throws Exception { in shutDown() method in AbstractExecutionThreadServiceTest.FakeService
DAbstractScheduledServiceTest.java342 protected void shutDown() throws Exception { in shutDown() method in AbstractScheduledServiceTest.TestService
/external/guava/android/guava/src/com/google/common/util/concurrent/
DAbstractExecutionThreadService.java69 shutDown();
84 shutDown();
137 protected void shutDown() throws Exception {} in shutDown() method in AbstractExecutionThreadService
DAbstractIdleService.java79 shutDown(); in doStop()
101 protected abstract void shutDown() throws Exception; in shutDown() method in AbstractIdleService
DAbstractScheduledService.java198 shutDown();
265 shutDown();
305 protected void shutDown() throws Exception {}
/external/guava/guava/src/com/google/common/util/concurrent/
DAbstractExecutionThreadService.java69 shutDown();
84 shutDown();
137 protected void shutDown() throws Exception {} in shutDown() method in AbstractExecutionThreadService
DAbstractIdleService.java79 shutDown(); in doStop()
101 protected abstract void shutDown() throws Exception; in shutDown() method in AbstractIdleService
DAbstractScheduledService.java198 shutDown();
265 shutDown();
305 protected void shutDown() throws Exception {}
/external/testng/src/main/java/org/testng/remote/strprotocol/
DMessageHub.java37 public void shutDown() { in shutDown() method in MessageHub
38 m_messageSender.shutDown(); in shutDown()
DIMessageSender.java35 void shutDown(); in shutDown() method
DAbstractRemoteTestRunnerClient.java203 m_messageHub.shutDown(); in run()
DBaseMessageSender.java169 public void shutDown() { in shutDown() method in BaseMessageSender
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
DTrialOutputFactoryService.java137 @Override protected synchronized void shutDown() throws Exception { in shutDown() method in TrialOutputFactoryService
DServerSocketService.java202 @Override protected void shutDown() throws Exception { in shutDown() method in ServerSocketService
/external/testng/src/main/java/org/testng/remote/
DRemoteTestNG.java124 msh.shutDown(); in run()