Home
last modified time | relevance | path

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

12

/external/chromium_org/dbus/
Dtest_service.cc28 const int TestService::kNumMethodsToExport = 9;
30 TestService::Options::Options() in Options()
34 TestService::Options::~Options() { in ~Options()
37 TestService::TestService(const Options& options) in TestService() function in dbus::TestService
45 TestService::~TestService() { in ~TestService()
49 bool TestService::StartService() { in StartService()
55 bool TestService::WaitUntilServiceIsStarted() { in WaitUntilServiceIsStarted()
61 void TestService::ShutdownAndBlock() { in ShutdownAndBlock()
64 base::Bind(&TestService::ShutdownAndBlockInternal, in ShutdownAndBlock()
68 bool TestService::HasDBusThread() { in HasDBusThread()
[all …]
Dtest_server.cc21 dbus::TestService::Options options; in main()
23 dbus::TestService* test_service = new dbus::TestService(options); in main()
Dsignal_sender_verification_unittest.cc73 TestService::Options options; in SetUp()
75 test_service_.reset(new TestService(options)); in SetUp()
83 test_service2_.reset(new TestService(options)); in SetUp()
161 void SafeServiceStop(TestService* test_service) { in SafeServiceStop()
172 scoped_ptr<TestService> test_service_;
173 scoped_ptr<TestService> test_service2_;
280 TestService::Options options; in TEST_F()
283 TestService stealable_test_service(options); in TEST_F()
Dend_to_end_sync_unittest.cc26 TestService::Options options; in SetUp()
27 test_service_.reset(new TestService(options)); in SetUp()
50 scoped_ptr<TestService> test_service_;
Dtest_service.h31 class TestService : public base::Thread {
48 explicit TestService(const Options& options);
49 virtual ~TestService();
Dobject_proxy_unittest.cc54 TestService::Options options; in TEST_F()
55 TestService test_service(options); in TEST_F()
Dproperty_unittest.cc63 TestService::Options options; in SetUp()
65 test_service_.reset(new TestService(options)); in SetUp()
153 scoped_ptr<TestService> test_service_;
Dobject_manager_unittest.cc73 TestService::Options options; in SetUp()
75 test_service_.reset(new TestService(options)); in SetUp()
211 scoped_ptr<TestService> test_service_;
Dend_to_end_async_unittest.cc51 TestService::Options options; in SetUp()
53 test_service_.reset(new TestService(options)); in SetUp()
272 scoped_ptr<TestService> test_service_;
/external/chromium_org/components/keyed_service/content/
Dbrowser_context_dependency_manager_unittest.cc27 class TestService : public BrowserContextKeyedServiceFactory { class
29 TestService(const std::string& name, in TestService() function in TestService
54 TestService service("service", shutdown_order(), manager()); in TEST_F()
64 TestService parent("parent", shutdown_order(), manager()); in TEST_F()
65 TestService child("child", shutdown_order(), manager()); in TEST_F()
77 TestService parent("parent", shutdown_order(), manager()); in TEST_F()
78 TestService child1("child1", shutdown_order(), manager()); in TEST_F()
79 TestService child2("child2", shutdown_order(), manager()); in TEST_F()
93 TestService parent1("parent1", shutdown_order(), manager()); in TEST_F()
94 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()
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DAbstractScheduledServiceTest.java76 TestService service = new TestService(); in testFailOnExceptionFromRun()
93 TestService service = new TestService(); in testFailOnExceptionFromStartUp()
106 TestService service = new TestService(); in testFailOnExceptionFromShutDown()
122 TestService service = new TestService(); in testRunOneIterationCalledMultipleTimes()
136 TestService service = new TestService(); in testExecutorOnlyCalledOnce()
154 TestService service = new TestService(); in testSchedulerOnlyCalledOnce()
171 private class TestService extends AbstractScheduledService { class in AbstractScheduledServiceTest
/external/chromium_org/mojo/services/test_service/
Dtest_service_application.h16 class TestService; variable
20 public InterfaceFactory<TestService>,
32 InterfaceRequest<TestService> request) MOJO_OVERRIDE;
Dtest_service_application.cc27 connection->AddService<TestService>(this); in ConfigureIncomingConnection()
33 InterfaceRequest<TestService> request) { in Create()
Dtest_service.mojom7 interface TestService {
Dtest_service_impl.h19 class TestServiceImpl : public InterfaceImpl<TestService> {
/external/chromium_org/mojo/shell/
Dshell_test_base_unittest.cc22 using mojo::test::TestService;
93 InterfacePtr<TestService> service; in TEST_F()
113 InterfacePtr<TestService> test_service; in TEST_F()
139 InterfacePtr<TestService> service; in TEST_F()
165 InterfacePtr<TestService> test_service; in TEST_F()
262 EXPECT_EQ(TestService::Name_, reports[0].service_name); in TEST_F()
300 EXPECT_EQ(TestService::Name_, reports[0].service_name); in TEST_F()
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DApplicationTest.java118 TestService service = new TestService(); in bindServiceShouldCallOnServiceConnectedWhenNotPaused()
132 TestService service = new TestService(); in unbindServiceShouldCallOnServiceDisconnectedWhenNotPaused()
147 TestService service = new TestService(); in unbindServiceAddsEntryToUnboundServicesCollection()
161 TestService service = new TestService(); in declaringServiceUnbindableMakesBindServiceReturnFalse()
DTestService.java9 class TestService extends Service implements ServiceConnection { class
/external/chromium_org/chrome/browser/bitmap_fetcher/
Dbitmap_fetcher_service_unittest.cc33 class TestService : public BitmapFetcherService { class
35 explicit TestService(content::BrowserContext* context) in TestService() function in __anon3ee8f7ee0111::TestService
37 virtual ~TestService() {} in ~TestService()
52 service_.reset(new TestService(&profile_)); in SetUp()
/external/chromium_org/third_party/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):
/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):
/external/chromium_org/mojo/application_manager/
Dtest.mojom8 interface TestService {
/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/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_unittest.cc1001 class MockTestService : public unittest::TestService {
1126 : descriptor_(unittest::TestService::descriptor()), in GeneratedServiceTest()
1145 unittest::TestService::Stub stub_;
1171 unittest::TestService::Stub owning_stub(channel, in TEST_F()
1261 class UnimplementedService : public unittest::TestService { in TEST_F()
1299 struct TestService { struct

12