Home
last modified time | relevance | path

Searched defs:TestService (Results 1 – 25 of 27) sorted by relevance

12

/external/grpc-grpc/src/objective-c/examples/RemoteTestClient/
Dtest.proto28 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/tests/RemoteTestClient/
Dtest.proto28 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/proto/grpc/testing/
Dtest.proto28 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);
Dpackage_options.proto26 service TestService { service
27 rpc GetTest(TestRequest) returns (TestResponse) { }
/external/grpc-grpc-java/interop-testing/src/main/proto/grpc/testing/
Dtest.proto27 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/python/grpcio_tests/tests/protoc_plugin/protos/service/
Dtest_service.proto22 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/
Dtest.proto42 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/
Dservices.proto21 service TestService { service
22 rpc Call(Request) returns (Response);
/external/protobuf/src/google/protobuf/util/internal/testdata/
Dstruct.proto43 service TestService { service
44 rpc Call(StructType) returns (StructType);
Dtimestamp_duration.proto45 service TestService { service
46 rpc Call(TimestampDuration) returns (TimestampDuration);
Danys.proto51 service TestService { service
52 rpc Call(AnyIn) returns (AnyOut);
Dmaps.proto83 service TestService { service
84 rpc Call1(MapIn) returns (MapOut);
85 rpc Call2(MapIn) returns (MapOut);
Doneofs.proto65 service TestService { service
67 rpc Call(OneOfsRequest) returns (Response);
/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/protos/invocation_testing/
Dsame.proto22 service TestService { service
23 rpc Call(Request) returns (Response);
/external/protobuf/src/google/protobuf/
Dunittest_no_generic_services.proto52 service TestService { service
53 rpc Foo(TestMessage) returns(TestMessage);
Dunittest_proto3.proto380 service TestService { service
381 rpc Foo(FooRequest) returns (FooResponse);
382 rpc Bar(BarRequest) returns (BarResponse);
Dunittest.proto871 service TestService { service
872 rpc Foo(FooRequest) returns (FooResponse);
873 rpc Bar(BarRequest) returns (BarResponse);
/external/grpc-grpc/examples/protos/
Dauth_sample.proto39 service TestService { service
41 rpc UnaryCall(Request) returns (Response);
/external/grpc-grpc/src/ruby/pb/src/proto/grpc/testing/
Dtest_services_pb.rb27 module TestService module
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DTestService.java9 class TestService extends Service implements ServiceConnection { class
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DAbstractIdleServiceTest.java192 private static class TestService extends AbstractIdleService { class in AbstractIdleServiceTest
DAbstractScheduledServiceTest.java219 private class TestService extends AbstractScheduledService { class in AbstractScheduledServiceTest
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DICUServiceTest.java100 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/
DICUServiceTest.java103 static final class TestService extends ICUService { class in ICUServiceTest
104 public TestService() { in TestService() method in ICUServiceTest.TestService
/external/grpc-grpc/src/python/grpcio_tests/tests/interop/
Dmethods.py56 class TestService(test_pb2_grpc.TestServiceServicer): class

12