Home
last modified time | relevance | path

Searched defs:MyService (Results 1 – 17 of 17) sorted by relevance

/external/bazelbuild-rules_go/tests/legacy/examples/proto/grpc/
Dmy_svc.proto15 service MyService { service
16 rpc Get(GetRequest) returns (google.protobuf.Empty);
17 rpc Put(google.protobuf.Any) returns (examples.lib.LibObject);
/external/grpc-grpc/src/ruby/end2end/protos/package_with_underscore/
Dservice.proto21 service MyService { service
22 rpc TestOne(data.Request) returns (data.Response) {}
/external/grpc-grpc/src/csharp/Grpc.Tools.Tests/IntegrationTests/TestCharactersInName/protos/
Dm_double_2d.proto25 service MyService { service
26 rpc MyFunction (MDouble2D) returns (MDouble2D) {}
/external/rust/android-crates-io/crates/tower/tests/steer/
Dmain.rs12 struct MyService(u8, bool); struct
14 impl Service<String> for MyService { implementation
/external/testng/src/test/java/test/guice/
DMyService.java3 public interface MyService { interface
/external/robolectric/robolectric/src/test/java/org/robolectric/android/controller/
DIntentServiceControllerTest.java117 public static class MyService extends IntentService { class in IntentServiceControllerTest
127 public MyService() { in MyService() method in IntentServiceControllerTest.MyService
DServiceControllerTest.java116 public static class MyService extends Service { class in ServiceControllerTest
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowAccessibilityButtonControllerTest.java52 public static class MyService extends AccessibilityService { class in ShadowAccessibilityButtonControllerTest
DShadowSoftKeyboardControllerTest.java102 private static class MyService extends AccessibilityService { class in ShadowSoftKeyboardControllerTest
DShadowServiceTest.java177 public static class MyService extends Service { class in ShadowServiceTest
DShadowMagnificationControllerTest.java202 private static class MyService extends AccessibilityService { class in ShadowMagnificationControllerTest
DShadowAccessibilityServiceTest.java352 public static class MyService extends AccessibilityService { class in ShadowAccessibilityServiceTest
/external/grpc-grpc-java/binder/src/test/java/io/grpc/binder/
DLifecycleOnDestroyHelperTest.java95 private static class MyService extends LifecycleService {} class in LifecycleOnDestroyHelperTest
/external/cronet/tot/third_party/protobuf/python/google/protobuf/internal/
Dservice_reflection_test.py59 class MyService(unittest_pb2.TestService): class
/external/protobuf/python/google/protobuf/internal/
Dservice_reflection_test.py59 class MyService(unittest_pb2.TestService): class
/external/cronet/stable/third_party/protobuf/python/google/protobuf/internal/
Dservice_reflection_test.py59 class MyService(unittest_pb2.TestService): class
/external/flatbuffers/grpc/tests/
DJavaGrpcTest.java52 static class MyService extends MonsterStorageGrpc.MonsterStorageImplBase { class in JavaGrpcTest