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

  /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-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/wsgi/
service_test.py 50 my_service = service.service_mapping(webapp_test_util.TestService,
53 webapp_test_util.TestService.new_factory('initialized'),
70 self.stub = webapp_test_util.TestService.Stub(self.connection)
80 self.stub = webapp_test_util.TestService.Stub(self.connection)
97 [('/my/service', webapp_test_util.TestService),
99 webapp_test_util.TestService.new_factory('initialized'))
113 definition='protorpc.webapp_test_util.TestService'),
116 definition='protorpc.webapp_test_util.TestService'),
121 {'/my/service': webapp_test_util.TestService,
123 webapp_test_util.TestService.new_factory('initialized')
    [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/guava/guava-tests/test/com/google/common/util/concurrent/
AbstractIdleServiceTest.java 92 TestService service = new TestService();
102 TestService service = new TestService() {
121 TestService service = new TestService();
130 TestService service = new TestService();
144 TestService service = new TestService() {
    [all...]
AbstractScheduledServiceTest.java 74 TestService service = new TestService();
91 TestService service = new TestService();
104 TestService service = new TestService();
120 TestService service = new TestService();
134 TestService service = new TestService();
    [all...]
  /external/robolectric/v1/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();
ContextWrapperTest.java 180 contextWrapper.bindService(new Intent("foo"), new TestService(), Context.BIND_AUTO_CREATE);
  /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 59 import protobuf_unittest.UnittestProto.TestService;
127 ServiceDescriptor service = TestService.getDescriptor();
129 assertEquals(service, file.findServiceByName("TestService"));
131 assertNull(file.findServiceByName("protobuf_unittest.TestService"));
326 ServiceDescriptor service = TestService.getDescriptor();
328 assertEquals("TestService", service.getName());
329 assertEquals("protobuf_unittest.TestService", service.getFullName());
  /packages/experimental/RpcPerformance/
rpcperftest.cpp 33 DECLARE_META_INTERFACE(TestService);
38 IMPLEMENT_META_INTERFACE(TestService, "TestService");
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
webapp_test_util.py 40 class TestService(remote.Service):
235 class TestService(remote.Service):
291 self.bad_path_stub = TestService.Stub(self.bad_path_connection)
353 [('/my/service', TestService),
354 ('/my/other_service', TestService.new_factory('initialized')),
360 self.stub = TestService.Stub(self.connection)
363 self.other_stub = TestService.Stub(self.other_connection)
  /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):
generator_test.py 233 if hasattr(unittest_no_generic_services_pb2, "TestService"):
234 self.assertFalse(issubclass(unittest_no_generic_services_pb2.TestService,
descriptor_test.py 91 full_name='protobuf_unittest.TestService.Bar',
579 name: 'TestService'
592 unittest_pb2.TestService.DESCRIPTOR,
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
ICUServiceTest.java 102 static final class TestService extends ICUService {
103 public TestService() {
114 ICUService service = new TestService();
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
ICUServiceTest.java 98 static final class TestService extends ICUService {
99 public TestService() {
110 ICUService service = new TestService();
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc     [all...]

Completed in 471 milliseconds