/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/ |
LocalTestService.java | 3 public class LocalTestService extends TestService {
|
FrameworkPerfActivity.java | 72 TestService.Op mFgTest; 73 TestService.Op mBgTest; 123 case TestService.RES_TEST_FINISHED: { 139 mAvailOpLabels = new String[TestService.mAvailOps.length]; 140 mAvailOpDescriptions = new String[TestService.mAvailOps.length]; 141 for (int i=0; i<TestService.mAvailOps.length; i++) { 142 TestService.Op op = TestService.mAvailOps[i]; 211 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".
|
property_unittest.cc | 60 TestService::Options options; 62 test_service_.reset(new TestService(options)); 74 "org.chromium.TestService", 146 scoped_ptr<TestService> test_service_; 156 EXPECT_EQ("TestService", properties_->name.value()); 181 EXPECT_EQ("TestService", properties_->name.value()); 245 // 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/chrome/browser/profiles/ |
profile_dependency_manager_unittest.cc | 34 class TestService : public ProfileKeyedServiceFactory { 36 TestService(const std::string& name, 61 TestService service("service", shutdown_order(), manager()); 71 TestService parent("parent", shutdown_order(), manager()); 72 TestService child("child", shutdown_order(), manager()); 84 TestService parent("parent", shutdown_order(), manager()); 85 TestService child1("child1", shutdown_order(), manager()); 86 TestService child2("child2", shutdown_order(), manager()); 100 TestService parent1("parent1", shutdown_order(), manager()); 101 TestService parent2("parent2", shutdown_order(), manager()) [all...] |
/external/chromium_org/components/browser_context_keyed_service/ |
browser_context_dependency_manager_unittest.cc | 28 class TestService : public BrowserContextKeyedServiceFactory { 30 TestService(const std::string& name, 33 : BrowserContextKeyedServiceFactory("TestService", manager), 56 TestService service("service", shutdown_order(), manager()); 66 TestService parent("parent", shutdown_order(), manager()); 67 TestService child("child", shutdown_order(), manager()); 79 TestService parent("parent", shutdown_order(), manager()); 80 TestService child1("child1", shutdown_order(), manager()); 81 TestService child2("child2", shutdown_order(), manager()); 95 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...] |
DescriptorsTest.java | 55 import protobuf_unittest.UnittestProto.TestService; 119 ServiceDescriptor service = TestService.getDescriptor(); 121 assertEquals(service, file.findServiceByName("TestService")); 123 assertNull(file.findServiceByName("protobuf_unittest.TestService")); 317 ServiceDescriptor service = TestService.getDescriptor(); 319 assertEquals("TestService", service.getName()); 320 assertEquals("protobuf_unittest.TestService", service.getFullName());
|
/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...] |
/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):
|