Home
last modified time | relevance | path

Searched refs:TestService (Results 1 – 8 of 8) sorted by relevance

/external/chromium/chrome/browser/profiles/
Dprofile_dependency_manager_unittest.cc34 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/
DServiceTest.java39 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()
DDescriptorsTest.java55 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/
Dservice_reflection_test.py59 class MyService(unittest_pb2.TestService):
77 service_descriptor = unittest_pb2.TestService.GetDescriptor()
84 class MyServiceImpl(unittest_pb2.TestService):
Ddescriptor_test.py328 unittest_pb2.TestService.DESCRIPTOR,
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_unittest.cc877 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/
Dunittest_no_generic_services.proto52 service TestService { service
Dunittest.proto605 service TestService { service