Searched defs:TestService (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/components/keyed_service/content/
H A Dbrowser_context_dependency_manager_unittest.cc27 class TestService : public BrowserContextKeyedServiceFactory { class in inherits:BrowserContextKeyedServiceFactory
29 TestService(const std::string& name, function in class:TestService
32 : BrowserContextKeyedServiceFactory("TestService", manager),
54 TestService service("service", shutdown_order(), manager());
64 TestService parent("parent", shutdown_order(), manager());
65 TestService child("child", shutdown_order(), manager());
77 TestService parent("parent", shutdown_order(), manager());
78 TestService child1("child1", shutdown_order(), manager());
79 TestService child2("child2", shutdown_order(), manager());
93 TestService parent
[all...]
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DTestService.java9 class TestService extends Service implements ServiceConnection { class in inherits:Service,ServiceConnection
/external/chromium_org/chrome/browser/bitmap_fetcher/
H A Dbitmap_fetcher_service_unittest.cc33 class TestService : public BitmapFetcherService { class in namespace:__anon2951
35 explicit TestService(content::BrowserContext* context) function in class:__anon2951::TestService
37 virtual ~TestService() {}
52 service_.reset(new TestService(&profile_));
/external/chromium_org/dbus/
H A Dtest_service.h31 class TestService : public base::Thread { class in namespace:dbus
48 explicit TestService(const Options& options);
49 virtual ~TestService();
72 // Request the ownership of a well-known name "TestService".
77 // Release the ownership of the well-known name "TestService".
H A Dtest_service.cc28 const int TestService::kNumMethodsToExport = 9;
30 TestService::Options::Options()
34 TestService::Options::~Options() {
37 TestService::TestService(const Options& options) function in class:dbus::TestService
38 : base::Thread("TestService"),
45 TestService::~TestService() {
49 bool TestService::StartService() {
55 bool TestService
[all...]
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DAbstractScheduledServiceTest.java76 TestService service = new TestService();
93 TestService service = new TestService();
106 TestService service = new TestService();
122 TestService service = new TestService();
136 TestService service = new TestService();
171 private class TestService extends AbstractScheduledService { class in class:AbstractScheduledServiceTest
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_unittest.cc1001 class MockTestService : public unittest::TestService {
1015 // implements TestService ----------------------------------------
1070 // implements TestService ----------------------------------------
1126 : descriptor_(unittest::TestService::descriptor()),
1145 unittest::TestService::Stub stub_;
1171 unittest::TestService::Stub owning_stub(channel,
1261 class UnimplementedService : public unittest::TestService {
1296 // Verify that no class called "TestService" was defined in
1299 struct TestService { struct in namespace:google::protobuf::no_generic_services_test
1323 EXPECT_EQ("TestService", fil
[all...]
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_unittest.cc877 class MockTestService : public unittest::TestService {
891 // implements TestService ----------------------------------------
946 // implements TestService ----------------------------------------
1002 : descriptor_(unittest::TestService::descriptor()),
1021 unittest::TestService::Stub stub_;
1047 unittest::TestService::Stub owning_stub(channel,
1137 class UnimplementedService : public unittest::TestService {
1172 // Verify that no class called "TestService" was defined in
1175 struct TestService { struct in namespace:google::protobuf::no_generic_services_test
1199 EXPECT_EQ("TestService", fil
[all...]

Completed in 1779 milliseconds