/external/grpc-grpc/src/python/grpcio_tests/tests/fork/ |
D | methods.py | 154 stub = test_pb2_grpc.TestServiceStub(channel) 166 child_stub = test_pb2_grpc.TestServiceStub(child_channel) 170 stub = test_pb2_grpc.TestServiceStub(channel) 188 stub = test_pb2_grpc.TestServiceStub(channel) 199 child_stub = test_pb2_grpc.TestServiceStub(child_channel) 203 stub = test_pb2_grpc.TestServiceStub(channel) 217 child_stub = test_pb2_grpc.TestServiceStub(child_channel) 221 stub = test_pb2_grpc.TestServiceStub(channel) 226 new_stub = test_pb2_grpc.TestServiceStub(new_channel) 242 child_stub = test_pb2_grpc.TestServiceStub(child_channel) [all …]
|
/external/grpc-grpc/src/python/grpcio_tests/tests/interop/ |
D | _insecure_intraop_test.py | 36 self.stub = test_pb2_grpc.TestServiceStub(
|
D | _secure_intraop_test.py | 40 self.stub = test_pb2_grpc.TestServiceStub(
|
D | client.py | 112 return test_pb2_grpc.TestServiceStub(channel)
|
/external/grpc-grpc-java/interop-testing/src/generated/main/grpc/io/grpc/testing/integration/ |
D | TestServiceGrpc.java | 293 public static TestServiceStub newStub(io.grpc.Channel channel) { in newStub() 294 return new TestServiceStub(channel); in newStub() 479 public static final class TestServiceStub extends io.grpc.stub.AbstractStub<TestServiceStub> { class in TestServiceGrpc 480 private TestServiceStub(io.grpc.Channel channel) { in TestServiceStub() method in TestServiceGrpc.TestServiceStub 484 private TestServiceStub(io.grpc.Channel channel, in TestServiceStub() method in TestServiceGrpc.TestServiceStub 490 protected TestServiceStub build(io.grpc.Channel channel, in build() 492 return new TestServiceStub(channel, callOptions); in build()
|
/external/grpc-grpc-java/compiler/src/testLite/golden/ |
D | TestService.java.txt | 222 public static TestServiceStub newStub(io.grpc.Channel channel) { 223 return new TestServiceStub(channel); 371 public static final class TestServiceStub extends io.grpc.stub.AbstractStub<TestServiceStub> { 372 private TestServiceStub(io.grpc.Channel channel) { 376 private TestServiceStub(io.grpc.Channel channel, 382 protected TestServiceStub build(io.grpc.Channel channel, 384 return new TestServiceStub(channel, callOptions);
|
/external/grpc-grpc-java/compiler/src/test/golden/ |
D | TestService.java.txt | 228 public static TestServiceStub newStub(io.grpc.Channel channel) { 229 return new TestServiceStub(channel); 377 public static final class TestServiceStub extends io.grpc.stub.AbstractStub<TestServiceStub> { 378 private TestServiceStub(io.grpc.Channel channel) { 382 private TestServiceStub(io.grpc.Channel channel, 388 protected TestServiceStub build(io.grpc.Channel channel, 390 return new TestServiceStub(channel, callOptions);
|
/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/ |
D | _split_definitions_test.py | 257 services_module.TestServiceStub 271 stub = services_module.TestServiceStub(channel)
|
/external/grpc-grpc-java/compiler/src/testNano/golden/ |
D | TestService.java.txt | 263 public static TestServiceStub newStub(io.grpc.Channel channel) { 264 return new TestServiceStub(channel); 412 public static final class TestServiceStub extends io.grpc.stub.AbstractStub<TestServiceStub> { 413 private TestServiceStub(io.grpc.Channel channel) { 417 private TestServiceStub(io.grpc.Channel channel, 423 protected TestServiceStub build(io.grpc.Channel channel, 425 return new TestServiceStub(channel, callOptions);
|
/external/grpc-grpc-java/interop-testing/src/test/java/io/grpc/stub/ |
D | StubConfigTest.java | 85 TestServiceGrpc.TestServiceStub stub = TestServiceGrpc.newStub(channel); in testStubCallOptionsPopulatedToNewCall()
|
/external/grpc-grpc/src/python/grpcio_tests/tests/http2/ |
D | negative_http2_client.py | 150 return test_pb2_grpc.TestServiceStub(channel)
|
/external/grpc-grpc/src/python/grpcio_tests/tests/stress/ |
D | client.py | 138 stub = test_pb2_grpc.TestServiceStub(channel)
|
/external/grpc-grpc-java/interop-testing/src/test/java/io/grpc/testing/integration/ |
D | ConcurrencyTest.java | 141 private TestServiceGrpc.TestServiceStub clientStub;
|
D | NettyFlowControlTest.java | 136 TestServiceGrpc.TestServiceStub stub = TestServiceGrpc.newStub(channel); in doTest()
|
D | CascadingTest.java | 74 private TestServiceGrpc.TestServiceStub asyncStub;
|
/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/ |
D | Http2Client.java | 90 protected TestServiceGrpc.TestServiceStub asyncStub;
|
D | AbstractInteropTest.java | 256 protected TestServiceGrpc.TestServiceStub asyncStub; 1003 TestServiceGrpc.TestServiceStub stub = asyncStub; in exchangeMetadataStreamingCall() 1440 TestServiceGrpc.TestServiceStub stub = asyncStub; in customMetadata() 1600 TestServiceGrpc.TestServiceStub stub = in timeoutOnSleepingServer()
|