/external/grpc-grpc-java/interop-testing/src/test/java/io/grpc/testing/integration/ |
D | TrafficControlProxy.java | 49 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()
|
D | ProxyTest.java | 55 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) {
|
D | NettyFlowControlTest.java | 96 proxy.shutDown(); in endTest()
|
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/ |
D | AbstractIdleServiceTest.java | 47 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
|
D | AbstractExecutionThreadServiceTest.java | 154 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
|
D | AbstractScheduledServiceTest.java | 342 protected void shutDown() throws Exception { in shutDown() method in AbstractScheduledServiceTest.TestService
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
D | AbstractIdleServiceTest.java | 47 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
|
D | AbstractExecutionThreadServiceTest.java | 154 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
|
D | AbstractScheduledServiceTest.java | 342 protected void shutDown() throws Exception { in shutDown() method in AbstractScheduledServiceTest.TestService
|
/external/guava/android/guava/src/com/google/common/util/concurrent/ |
D | AbstractExecutionThreadService.java | 69 shutDown(); 84 shutDown(); 137 protected void shutDown() throws Exception {} in shutDown() method in AbstractExecutionThreadService
|
D | AbstractIdleService.java | 79 shutDown(); in doStop() 101 protected abstract void shutDown() throws Exception; in shutDown() method in AbstractIdleService
|
D | AbstractScheduledService.java | 198 shutDown(); 265 shutDown(); 305 protected void shutDown() throws Exception {}
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
D | AbstractExecutionThreadService.java | 69 shutDown(); 84 shutDown(); 137 protected void shutDown() throws Exception {} in shutDown() method in AbstractExecutionThreadService
|
D | AbstractIdleService.java | 79 shutDown(); in doStop() 101 protected abstract void shutDown() throws Exception; in shutDown() method in AbstractIdleService
|
D | AbstractScheduledService.java | 198 shutDown(); 265 shutDown(); 305 protected void shutDown() throws Exception {}
|
/external/testng/src/main/java/org/testng/remote/strprotocol/ |
D | MessageHub.java | 37 public void shutDown() { in shutDown() method in MessageHub 38 m_messageSender.shutDown(); in shutDown()
|
D | IMessageSender.java | 35 void shutDown(); in shutDown() method
|
D | AbstractRemoteTestRunnerClient.java | 203 m_messageHub.shutDown(); in run()
|
D | BaseMessageSender.java | 169 public void shutDown() { in shutDown() method in BaseMessageSender
|
/external/caliper/caliper/src/main/java/com/google/caliper/runner/ |
D | TrialOutputFactoryService.java | 137 @Override protected synchronized void shutDown() throws Exception { in shutDown() method in TrialOutputFactoryService
|
D | ServerSocketService.java | 202 @Override protected void shutDown() throws Exception { in shutDown() method in ServerSocketService
|
/external/testng/src/main/java/org/testng/remote/ |
D | RemoteTestNG.java | 124 msh.shutDown(); in run()
|