/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/ |
D | ManagedChannelImplTest.java | 214 private void createChannel(ClientInterceptor... interceptors) { in createChannel() method in ManagedChannelImplTest 291 createChannel(); in idleModeDisabled() 301 createChannel(); in immediateDeadlineExceeded() 318 createChannel(); in shutdownWithNoTransportsEverCreated() 331 createChannel(); in channelzMembership() 342 createChannel(); in channelzMembership_subchannel() 376 createChannel(); in channelzMembership_oob() 429 createChannel(); in subtestCallsAndShutdown() 564 createChannel(); in noMoreCallbackAfterLoadBalancerShutdown() 618 createChannel(interceptor); in interceptor() [all …]
|
/external/grpc-grpc-java/interop-testing/src/test/java/io/grpc/testing/integration/ |
D | InProcessTest.java | 39 protected ManagedChannel createChannel() { in createChannel() method in InProcessTest
|
D | AutoWindowSizingOnTest.java | 45 protected ManagedChannel createChannel() { in createChannel() method in AutoWindowSizingOnTest
|
D | Http2NettyLocalChannelTest.java | 46 protected ManagedChannel createChannel() { in createChannel() method in Http2NettyLocalChannelTest
|
D | Http2NettyTest.java | 62 protected ManagedChannel createChannel() { in createChannel() method in Http2NettyTest
|
D | Http2OkHttpTest.java | 89 protected ManagedChannel createChannel() { in createChannel() method in Http2OkHttpTest
|
D | TransportCompressionTest.java | 128 protected ManagedChannel createChannel() {
|
/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/ |
D | Http2Client.java | 140 channel = createChannel(); in setUp() 359 private ManagedChannel createChannel() { in createChannel() method in Http2Client
|
D | StressTestClient.java | 230 ManagedChannel channel = createChannel(address); in runStressTest() 341 private ManagedChannel createChannel(InetSocketAddress address) { in createChannel() method in StressTestClient 514 protected ManagedChannel createChannel() { in createChannel() method in StressTestClient.Worker.Tester
|
D | TestServiceClient.java | 351 protected ManagedChannel createChannel() { in createChannel() method in TestServiceClient.Tester
|
D | AbstractInteropTest.java | 285 channel = createChannel(); in setUp() 316 protected abstract ManagedChannel createChannel(); in createChannel() method in AbstractInteropTest
|
/external/grpc-grpc-java/android-interop-testing/app/src/main/java/io/grpc/android/integrationtest/ |
D | InteropTask.java | 160 protected ManagedChannel createChannel() { in createChannel() method in InteropTask.Tester
|
/external/grpc-grpc-java/gae-interop-testing/gae-jdk8/src/main/java/io/grpc/testing/integration/ |
D | NettyClientInteropServlet.java | 129 protected ManagedChannel createChannel() { in createChannel() method in NettyClientInteropServlet.Tester
|
/external/grpc-grpc-java/gae-interop-testing/gae-jdk7/src/main/java/io/grpc/testing/integration/ |
D | OkHttpClientInteropServlet.java | 207 protected ManagedChannel createChannel() {
|