HomeSort by relevance Sort by last modified time
    Searched refs:TestService (Results 1 - 25 of 33) sorted by null

1 2

  /frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
LocalTestService.java 3 public class LocalTestService extends TestService {
FrameworkPerfActivity.java 73 TestService.Op mFgTest;
74 TestService.Op mBgTest;
124 case TestService.RES_TEST_FINISHED: {
140 mAvailOpLabels = new String[TestService.mAvailOps.length];
141 mAvailOpDescriptions = new String[TestService.mAvailOps.length];
142 for (int i=0; i<TestService.mAvailOps.length; i++) {
143 TestService.Op op = TestService.mAvailOps[i];
213 TestService.Op op = TestService.mAvailOps[position]
    [all...]
RunResult.java 31 RunResult(TestService.TestRunner op) {
TestService.java 57 public class TestService extends Service {
333 mForegroundOp.onInit(TestService.this, true);
334 mBackgroundOp.onInit(TestService.this, false);
400 mForegroundOp.onTerm(TestService.this);
401 mBackgroundOp.onTerm(TestService.this);
    [all...]
  /external/chromium_org/dbus/
test_service.cc 28 const int TestService::kNumMethodsToExport = 9;
30 TestService::Options::Options()
34 TestService::Options::~Options() {
37 TestService::TestService(const Options& options)
38 : base::Thread("TestService"),
45 TestService::~TestService() {
49 bool TestService::StartService() {
55 bool TestService::WaitUntilServiceIsStarted()
    [all...]
test_server.cc 21 dbus::TestService::Options options;
23 dbus::TestService* test_service = new dbus::TestService(options);
object_proxy_unittest.cc 25 "org.chromium.TestService", ObjectPath("/org/chromium/TestObject"));
54 TestService::Options options;
55 TestService test_service(options);
signal_sender_verification_unittest.cc 49 "org.chromium.TestService",
71 TestService::Options options;
73 test_service_.reset(new TestService(options));
79 // Same setup for the second TestService. This service should not have the
81 test_service2_.reset(new TestService(options));
155 // thread restrictions before and after calling Stop() on a TestService.
156 void SafeServiceStop(TestService* test_service) {
166 scoped_ptr<TestService> test_service_;
167 scoped_ptr<TestService> test_service2_;
171 // The known latest name owner of TestService. Updated in OnNameOwnerChanged
    [all...]
end_to_end_sync_unittest.cc 26 TestService::Options options;
27 test_service_.reset(new TestService(options));
38 "org.chromium.TestService",
50 scoped_ptr<TestService> test_service_;
115 object_proxy_ = client_bus_->GetObjectProxy("org.chromium.TestService",
test_service.h 31 class TestService : public base::Thread {
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".
property_unittest.cc 62 TestService::Options options;
64 test_service_.reset(new TestService(options));
76 "org.chromium.TestService",
148 scoped_ptr<TestService> test_service_;
158 EXPECT_EQ("TestService", properties_->name.value());
190 EXPECT_EQ("TestService", properties_->name.value());
269 // TestService sends a property update.
object_manager_unittest.cc 72 TestService::Options options;
74 test_service_.reset(new TestService(options));
88 "org.chromium.TestService",
89 ObjectPath("/org/chromium/TestService"));
164 "org.chromium.TestService",
183 scoped_ptr<TestService> test_service_;
203 EXPECT_EQ("TestService", properties->name.value());
259 "org.chromium.TestService",
260 ObjectPath("/org/chromium/TestService"));
267 ObjectPath("/org/chromium/TestService"));
    [all...]
end_to_end_async_unittest.cc 50 TestService::Options options;
52 test_service_.reset(new TestService(options));
66 "org.chromium.TestService",
98 root_object_proxy_ = bus_->GetObjectProxy("org.chromium.TestService",
147 "org.chromium.TestService",
264 scoped_ptr<TestService> test_service_;
493 object_proxy_ = bus_->GetObjectProxy("org.chromium.TestService",
  /external/chromium_org/components/keyed_service/content/
browser_context_dependency_manager_unittest.cc 27 class TestService : public BrowserContextKeyedServiceFactory {
29 TestService(const std::string& name,
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 parent1("parent1", shutdown_order(), manager())
    [all...]
  /frameworks/base/core/tests/coretests/apks/install_complete_package_info/src/com/android/frameworks/coretests/
TestService.java 24 public class TestService extends Service {
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
TestService.java 9 class TestService extends Service implements ServiceConnection {
ApplicationTest.java 118 TestService service = new TestService();
132 TestService service = new TestService();
147 TestService service = new TestService();
161 TestService service = new TestService();
  /external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
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);
100 TestService mockService = control.createMock(TestService.class);
119 TestService stub = TestService.newStub(mockChannel);
146 TestService.BlockingInterface stub
    [all...]
  /external/protobuf/java/src/test/java/com/google/protobuf/
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);
100 TestService mockService = control.createMock(TestService.class);
119 TestService stub = TestService.newStub(mockChannel);
146 TestService.BlockingInterface stub
    [all...]
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AbstractScheduledServiceTest.java 76 TestService service = new TestService();
93 TestService service = new TestService();
106 TestService service = new TestService();
122 TestService service = new TestService();
136 TestService service = new TestService();
    [all...]
  /external/chromium_org/chrome/browser/bitmap_fetcher/
bitmap_fetcher_service_unittest.cc 33 class TestService : public BitmapFetcherService {
35 explicit TestService(content::BrowserContext* context)
37 virtual ~TestService() {}
52 service_.reset(new TestService(&profile_));
  /packages/experimental/RpcPerformance/
rpcperftest.cpp 33 DECLARE_META_INTERFACE(TestService);
38 IMPLEMENT_META_INTERFACE(TestService, "TestService");
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
service_reflection_test.py 45 def testService(self):
59 class MyService(unittest_pb2.TestService):
77 service_descriptor = unittest_pb2.TestService.GetDescriptor()
84 class MyServiceImpl(unittest_pb2.TestService):
  /external/protobuf/python/google/protobuf/internal/
service_reflection_test.py 45 def testService(self):
59 class MyService(unittest_pb2.TestService):
77 service_descriptor = unittest_pb2.TestService.GetDescriptor()
84 class MyServiceImpl(unittest_pb2.TestService):
  /external/chromium_org/mojo/service_manager/
service_manager_unittest.cc 17 const char kTestURLString[] = "test:testService";
42 class TestServiceImpl : public InterfaceImpl<TestService> {
56 // TestService implementation:
225 TestServicePtr service_proxy = MakeProxy<TestService>(pipe.handle0.Pass());
234 test_url, TestService::Name_, pipe.handle1.Pass(), GURL());

Completed in 354 milliseconds

1 2