Searched refs:TestService (Results 1 – 8 of 8) sorted by relevance
/external/chromium/chrome/browser/profiles/ |
D | profile_dependency_manager_unittest.cc | 34 class TestService : public ProfileKeyedServiceFactory { class 36 TestService(const std::string& name, in TestService() function in TestService 61 TestService service("service", shutdown_order(), manager()); in TEST_F() 71 TestService parent("parent", shutdown_order(), manager()); in TEST_F() 72 TestService child("child", shutdown_order(), manager()); in TEST_F() 84 TestService parent("parent", shutdown_order(), manager()); in TEST_F() 85 TestService child1("child1", shutdown_order(), manager()); in TEST_F() 86 TestService child2("child2", shutdown_order(), manager()); in TEST_F() 100 TestService parent1("parent1", shutdown_order(), manager()); in TEST_F() 101 TestService parent2("parent2", shutdown_order(), manager()); in TEST_F() [all …]
|
/external/protobuf/java/src/test/java/com/google/protobuf/ |
D | ServiceTest.java | 39 import protobuf_unittest.UnittestProto.TestService; 64 TestService.getDescriptor().getMethods().get(0); 66 TestService.getDescriptor().getMethods().get(1); 83 TestService mockService = control.createMock(TestService.class); in testCallMethod() 100 TestService mockService = control.createMock(TestService.class); in testGetPrototype() 119 TestService stub = TestService.newStub(mockChannel); in testStub() 146 TestService.BlockingInterface stub = in testBlockingStub() 147 TestService.newBlockingStub(mockChannel); in testBlockingStub()
|
D | DescriptorsTest.java | 55 import protobuf_unittest.UnittestProto.TestService; 119 ServiceDescriptor service = TestService.getDescriptor(); in testFileDescriptor() 317 ServiceDescriptor service = TestService.getDescriptor(); in testServiceDescriptor()
|
/external/protobuf/python/google/protobuf/internal/ |
D | service_reflection_test.py | 59 class MyService(unittest_pb2.TestService): 77 service_descriptor = unittest_pb2.TestService.GetDescriptor() 84 class MyServiceImpl(unittest_pb2.TestService):
|
D | descriptor_test.py | 328 unittest_pb2.TestService.DESCRIPTOR,
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_unittest.cc | 877 class MockTestService : public unittest::TestService { 1002 : descriptor_(unittest::TestService::descriptor()), in GeneratedServiceTest() 1021 unittest::TestService::Stub stub_; 1047 unittest::TestService::Stub owning_stub(channel, in TEST_F() 1137 class UnimplementedService : public unittest::TestService { in TEST_F() 1175 struct TestService { struct
|
/external/protobuf/src/google/protobuf/ |
D | unittest_no_generic_services.proto | 52 service TestService { service
|
D | unittest.proto | 605 service TestService { service
|