/external/grpc-grpc-java/testing/src/test/java/io/grpc/testing/ |
D | GrpcServerRuleTest.java | 61 SimpleServiceGrpc.newBlockingStub(grpcServerRule1.getChannel()); in serverAllowsServicesToBeAddedViaServiceRegistry_withoutDirectExecutor() 80 SimpleServiceGrpc.newBlockingStub(grpcServerRule1.getChannel()); in serviceIsNotRunOnSameThreadAsTest_withoutDirectExecutor() 111 SimpleServiceGrpc.newBlockingStub(grpcServerRule2.getChannel()); in serverAllowsServicesToBeAddedViaServiceRegistry_withDirectExecutor() 130 SimpleServiceGrpc.newBlockingStub(grpcServerRule2.getChannel()); in serviceIsRunOnSameThreadAsTest_withDirectExecutor()
|
/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/ |
D | ReconnectTestClient.java | 71 controlStub = ReconnectServiceGrpc.newBlockingStub(controlChannel); in runTest() 81 retryStub = ReconnectServiceGrpc.newBlockingStub(retryChannel); in runTest()
|
D | Http2Client.java | 141 blockingStub = TestServiceGrpc.newBlockingStub(channel); in setUp() 331 TestServiceGrpc.newBlockingStub(channel); in run()
|
/external/grpc-grpc-java/netty/src/test/java/io/grpc/netty/ |
D | TlsTest.java | 179 SimpleServiceGrpc.SimpleServiceBlockingStub client = SimpleServiceGrpc.newBlockingStub(channel); in basicClientServerIntegrationTest() 215 SimpleServiceGrpc.SimpleServiceBlockingStub client = SimpleServiceGrpc.newBlockingStub(channel); in serverRejectsUntrustedClientCert() 256 SimpleServiceGrpc.SimpleServiceBlockingStub client = SimpleServiceGrpc.newBlockingStub(channel); in noClientAuthFailure() 300 SimpleServiceGrpc.SimpleServiceBlockingStub client = SimpleServiceGrpc.newBlockingStub(channel); in clientRejectsUntrustedServerCert()
|
/external/grpc-grpc-java/interop-testing/src/test/java/io/grpc/testing/integration/ |
D | Http2OkHttpTest.java | 144 TestServiceGrpc.newBlockingStub(channel); in wrongHostNameFailHostnameVerification() 172 TestServiceGrpc.newBlockingStub(channel); in hostnameVerifierWithBadHostname() 192 TestServiceGrpc.newBlockingStub(channel); in hostnameVerifierWithCorrectHostname()
|
D | StressTestClientTest.java | 135 MetricsServiceGrpc.MetricsServiceBlockingStub stub = MetricsServiceGrpc.newBlockingStub(ch); in gaugesShouldBeExported()
|
/external/grpc-grpc-java/netty/shaded/src/testShadow/java/io/grpc/netty/shaded/ |
D | ShadingTest.java | 83 SimpleServiceBlockingStub stub = SimpleServiceGrpc.newBlockingStub(channel); in basic() 101 SimpleServiceBlockingStub stub = SimpleServiceGrpc.newBlockingStub(channel); in tcnative()
|
/external/grpc-grpc-java/examples/example-kotlin/src/test/kotlin/io/grpc/examples/helloworld/ |
D | HelloWorldServerTest.kt | 62 val blockingStub = GreeterGrpc.newBlockingStub( in greeterImpl_replyMessage()
|
/external/grpc-grpc-java/examples/src/test/java/io/grpc/examples/helloworld/ |
D | HelloWorldServerTest.java | 60 GreeterGrpc.GreeterBlockingStub blockingStub = GreeterGrpc.newBlockingStub( in greeterImpl_replyMessage()
|
/external/grpc-grpc-java/examples/example-kotlin/src/main/kotlin/io/grpc/examples/helloworld/ |
D | HelloWorldClient.kt | 33 = GreeterGrpc.newBlockingStub(channel)
|
/external/grpc-grpc-java/examples/src/main/java/io/grpc/examples/helloworld/ |
D | HelloWorldClient.java | 47 blockingStub = GreeterGrpc.newBlockingStub(channel); in HelloWorldClient()
|
/external/grpc-grpc-java/examples/src/main/java/io/grpc/examples/experimental/ |
D | CompressingHelloWorldClient.java | 48 blockingStub = GreeterGrpc.newBlockingStub(channel); in CompressingHelloWorldClient()
|
/external/grpc-grpc-java/gae-interop-testing/gae-jdk8/src/main/java/io/grpc/testing/integration/ |
D | LongLivedChannel.java | 65 TestServiceGrpc.newBlockingStub(channel); in doGet()
|
/external/grpc-grpc-java/examples/src/main/java/io/grpc/examples/header/ |
D | CustomHeaderClient.java | 51 blockingStub = GreeterGrpc.newBlockingStub(channel); in CustomHeaderClient()
|
/external/grpc-grpc-java/examples/src/main/java/io/grpc/examples/alts/ |
D | HelloWorldAltsClient.java | 86 GreeterGrpc.GreeterBlockingStub stub = GreeterGrpc.newBlockingStub(channel); in run()
|
/external/grpc-grpc-java/examples/src/test/java/io/grpc/examples/header/ |
D | HeaderClientInterceptorTest.java | 86 GreeterBlockingStub blockingStub = GreeterGrpc.newBlockingStub( in clientHeaderDeliveredToServer()
|
D | HeaderServerInterceptorTest.java | 109 GreeterBlockingStub blockingStub = GreeterGrpc.newBlockingStub(channel) in serverHeaderDeliveredToClient()
|
/external/grpc-grpc-java/interop-testing/src/test/java/io/grpc/stub/ |
D | StubConfigTest.java | 73 TestServiceGrpc.TestServiceBlockingStub stub = TestServiceGrpc.newBlockingStub(channel); in testConfigureDeadline()
|
/external/grpc-grpc-java/examples/example-kotlin/android/helloworld/app/src/main/kotlin/io/grpc/helloworldexample/ |
D | HelloworldActivity.kt | 71 val stub = GreeterGrpc.newBlockingStub(channel) in doInBackground()
|
/external/grpc-grpc-java/examples/src/main/java/io/grpc/examples/helloworldtls/ |
D | HelloWorldClientTls.java | 77 blockingStub = GreeterGrpc.newBlockingStub(channel); in HelloWorldClientTls()
|
/external/grpc-grpc-java/examples/android/helloworld/app/src/main/java/io/grpc/helloworldexample/ |
D | HelloworldActivity.java | 88 GreeterGrpc.GreeterBlockingStub stub = GreeterGrpc.newBlockingStub(channel); in doInBackground()
|
/external/opencensus-java/examples/src/main/java/io/opencensus/examples/grpc/helloworld/ |
D | HelloWorldClient.java | 67 blockingStub = GreeterGrpc.newBlockingStub(channel); in HelloWorldClient()
|
/external/grpc-grpc-java/benchmarks/src/jmh/java/io/grpc/benchmarks/ |
D | TransportBenchmark.java | 153 stub = BenchmarkServiceGrpc.newBlockingStub(channel); in setUp()
|
/external/grpc-grpc-java/examples/src/main/java/io/grpc/examples/errorhandling/ |
D | ErrorHandlingClient.java | 81 GreeterBlockingStub stub = GreeterGrpc.newBlockingStub(channel); in blockingCall()
|
/external/grpc-grpc-java/examples/android/clientcache/app/src/main/java/io/grpc/clientcacheexample/ |
D | ClientCacheExampleActivity.java | 136 GreeterGrpc.GreeterBlockingStub stub = GreeterGrpc.newBlockingStub(channelToUse); in doInBackground()
|