/external/grpc-grpc/src/objective-c/tests/RemoteTestClient/ |
D | test.proto | 28 service TestService { service 30 rpc EmptyCall(google.protobuf.Empty) returns (google.protobuf.Empty); 33 rpc UnaryCall(SimpleRequest) returns (SimpleResponse); 37 rpc StreamingOutputCall(StreamingOutputCallRequest) 42 rpc StreamingInputCall(stream StreamingInputCallRequest) 48 rpc FullDuplexCall(stream StreamingOutputCallRequest) 55 rpc HalfDuplexCall(stream StreamingOutputCallRequest)
|
/external/grpc-grpc/src/objective-c/examples/RemoteTestClient/ |
D | test.proto | 28 service TestService { service 30 rpc EmptyCall(google.protobuf.Empty) returns (google.protobuf.Empty); 33 rpc UnaryCall(SimpleRequest) returns (SimpleResponse); 37 rpc StreamingOutputCall(StreamingOutputCallRequest) 42 rpc StreamingInputCall(stream StreamingInputCallRequest) 48 rpc FullDuplexCall(stream StreamingOutputCallRequest) 55 rpc HalfDuplexCall(stream StreamingOutputCallRequest)
|
/external/grpc-grpc-java/interop-testing/src/main/proto/grpc/testing/ |
D | test.proto | 27 service TestService { service 29 rpc EmptyCall(grpc.testing.Empty) returns (grpc.testing.Empty); 32 rpc UnaryCall(SimpleRequest) returns (SimpleResponse); 37 rpc CacheableUnaryCall(SimpleRequest) returns (SimpleResponse); 41 rpc StreamingOutputCall(StreamingOutputCallRequest) 46 rpc StreamingInputCall(stream StreamingInputCallRequest) 52 rpc FullDuplexCall(stream StreamingOutputCallRequest) 59 rpc HalfDuplexCall(stream StreamingOutputCallRequest) 64 rpc UnimplementedCall(grpc.testing.Empty) returns (grpc.testing.Empty);
|
/external/grpc-grpc/src/proto/grpc/testing/ |
D | test.proto | 28 service TestService { service 30 rpc EmptyCall(grpc.testing.Empty) returns (grpc.testing.Empty); 33 rpc UnaryCall(SimpleRequest) returns (SimpleResponse); 38 rpc CacheableUnaryCall(SimpleRequest) returns (SimpleResponse); 42 rpc StreamingOutputCall(StreamingOutputCallRequest) 47 rpc StreamingInputCall(stream StreamingInputCallRequest) 53 rpc FullDuplexCall(stream StreamingOutputCallRequest) 60 rpc HalfDuplexCall(stream StreamingOutputCallRequest) 65 rpc UnimplementedCall(grpc.testing.Empty) returns (grpc.testing.Empty);
|
D | package_options.proto | 26 service TestService { service 27 rpc GetTest(TestRequest) returns (TestResponse) { }
|
/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/protos/service/ |
D | test_service.proto | 22 service TestService { service 25 rpc UnaryCall(SimpleRequest) returns (SimpleResponse); 29 rpc StreamingOutputCall(StreamingOutputCallRequest) 34 rpc StreamingInputCall(stream StreamingInputCallRequest) 40 rpc FullDuplexCall(stream StreamingOutputCallRequest) 47 rpc HalfDuplexCall(stream StreamingOutputCallRequest)
|
/external/grpc-grpc-java/compiler/src/test/proto/grpc/testing/compiler/ |
D | test.proto | 42 service TestService { service 45 rpc UnaryCall(SimpleRequest) returns (SimpleResponse); 49 rpc StreamingOutputCall(StreamingOutputCallRequest) 54 rpc StreamingInputCall(stream StreamingInputCallRequest) 60 rpc FullBidiCall(stream StreamingOutputCallRequest) 67 rpc HalfBidiCall(stream StreamingOutputCallRequest) 72 rpc Import(stream StreamingInputCallRequest) returns (stream StreamingInputCallResponse);
|
/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/protos/invocation_testing/split_services/ |
D | services.proto | 21 service TestService { service 22 rpc Call(Request) returns (Response);
|
/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/protos/invocation_testing/ |
D | same.proto | 22 service TestService { service 23 rpc Call(Request) returns (Response);
|
/external/protobuf/src/google/protobuf/ |
D | unittest_no_generic_services.proto | 52 service TestService { service 53 rpc Foo(TestMessage) returns(TestMessage);
|
/external/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/ |
D | unittest_no_generic_services.proto | 50 service TestService { service 51 rpc Foo(TestMessage) returns(TestMessage);
|
/external/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | unittest_no_generic_services.proto | 50 service TestService { service 51 rpc Foo(TestMessage) returns(TestMessage);
|
/external/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | unittest_no_generic_services.proto | 50 service TestService { service 51 rpc Foo(TestMessage) returns(TestMessage);
|
/external/grpc-grpc/examples/protos/ |
D | auth_sample.proto | 39 service TestService { service 41 rpc UnaryCall(Request) returns (Response);
|
/external/grpc-grpc/src/ruby/pb/src/proto/grpc/testing/ |
D | test_services_pb.rb | 27 module TestService module
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | TestService.java | 9 class TestService extends Service implements ServiceConnection { class
|
/external/dagger2/javatests/dagger/android/support/functional/ |
D | TestService.java | 29 public final class TestService extends DaggerService { class
|
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/ |
D | AbstractIdleServiceTest.java | 213 private static class TestService extends AbstractIdleService { class in AbstractIdleServiceTest
|
D | AbstractScheduledServiceTest.java | 304 private class TestService extends AbstractScheduledService { class in AbstractScheduledServiceTest
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
D | AbstractIdleServiceTest.java | 213 private static class TestService extends AbstractIdleService { class in AbstractIdleServiceTest
|
D | AbstractScheduledServiceTest.java | 304 private class TestService extends AbstractScheduledService { class in AbstractScheduledServiceTest
|
/external/protobuf/csharp/compatibility_tests/v3.0.0/protos/src/google/protobuf/ |
D | unittest_proto3.proto | 380 service TestService { service 381 rpc Foo(FooRequest) returns (FooResponse); 382 rpc Bar(BarRequest) returns (BarResponse);
|
/external/protobuf/csharp/protos/ |
D | unittest_proto3.proto | 372 service TestService { service 374 rpc Foo(FooRequest) returns (FooResponse); 375 rpc Bar(BarRequest) returns (BarResponse);
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | ICUServiceTest.java | 100 static final class TestService extends ICUService { class in ICUServiceTest 101 public TestService() { in TestService() method in ICUServiceTest.TestService
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
D | ICUServiceTest.java | 103 static final class TestService extends ICUService { class in ICUServiceTest 104 public TestService() { in TestService() method in ICUServiceTest.TestService
|