/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/testdata/ |
D | struct.proto | 43 service TestService { service 44 rpc Call(StructType) returns (StructType);
|
D | timestamp_duration.proto | 45 service TestService { service 46 rpc Call(TimestampDuration) returns (TimestampDuration);
|
D | anys.proto | 51 service TestService { service 52 rpc Call(AnyIn) returns (AnyOut);
|
D | maps.proto | 83 service TestService { service 84 rpc Call1(MapIn) returns (MapOut); 85 rpc Call2(MapIn) returns (MapOut);
|
D | oneofs.proto | 65 service TestService { service 67 rpc Call(OneOfsRequest) returns (Response);
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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);
|
D | unittest.proto | 712 service TestService { service 713 rpc Foo(FooRequest) returns (FooResponse); 714 rpc Bar(BarRequest) returns (BarResponse);
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | unittest_no_generic_services.proto | 52 service TestService { service 53 rpc Foo(TestMessage) returns(TestMessage);
|
D | unittest_proto3.proto | 380 service TestService { service 381 rpc Foo(FooRequest) returns (FooResponse); 382 rpc Bar(BarRequest) returns (BarResponse);
|
D | unittest.proto | 872 service TestService { service 873 rpc Foo(FooRequest) returns (FooResponse); 874 rpc Bar(BarRequest) returns (BarResponse);
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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);
|
D | unittest.proto | 712 service TestService { service 713 rpc Foo(FooRequest) returns (FooResponse); 714 rpc Bar(BarRequest) returns (BarResponse);
|
/frameworks/base/core/tests/coretests/apks/install_multi_package/src/com/android/frameworks/coretests/ |
D | TestService.java | 24 public class TestService extends Service { class
|
/frameworks/base/core/tests/coretests/apks/install_complete_package_info/src/com/android/frameworks/coretests/ |
D | TestService.java | 24 public class TestService extends Service { class
|
/frameworks/base/tests/ActivityManagerPerfTests/test-app/src/com/android/frameworks/perftests/amteststestapp/ |
D | TestService.java | 27 public class TestService extends Service { class
|
/frameworks/native/libs/vr/libpdx_uds/ |
D | client_channel_tests.cpp | 46 class TestService : public ServiceBase<TestService> { class 48 explicit TestService(std::unique_ptr<Endpoint> endpoint) in TestService() function in __anon8afdb3350111::TestService
|
D | service_framework_tests.cpp | 91 class TestService : public ServiceBase<TestService> { class 242 TestService(const std::string& name, in TestService() function in __anon2687ab1c0111::TestService 246 TestService(const std::string& name, in TestService() function in __anon2687ab1c0111::TestService 253 explicit TestService(const std::string& name) : TestService(name, nullptr) {} in TestService() function in __anon2687ab1c0111::TestService
|
D | remote_method_tests.cpp | 343 class TestService : public ServiceBase<TestService> { class 435 TestService() in TestService() function in __anonb1f814ea0111::TestService
|
/frameworks/base/core/tests/coretests/BstatsTestApp/src/com/android/coretests/apps/bstatstestapp/ |
D | TestService.java | 39 public class TestService extends Service { class
|
/frameworks/native/cmds/lshal/ |
D | test.cpp | 309 class TestService : public IBase { class 311 explicit TestService(pid_t id) : mId(id) {} in TestService() function in android::lshal::TestService
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/ |
D | cpp_unittest.cc | 2084 struct TestService { struct 2085 int i;
|
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/ |
D | TestService.java | 57 public class TestService extends Service { class
|