Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/wsgi/
Dservice_test.py50 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'))
121 {'/my/service': webapp_test_util.TestService,
123 webapp_test_util.TestService.new_factory('initialized'),
138 [('/my/service', webapp_test_util.TestService),
140 webapp_test_util.TestService.new_factory('initialized'))
[all …]
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DAbstractIdleServiceTest.java92 TestService service = new TestService(); in testStart()
102 TestService service = new TestService() { in testStart_failed()
121 TestService service = new TestService(); in testStop_withoutStart()
130 TestService service = new TestService(); in testStop_afterStart()
144 TestService service = new TestService() { in testStop_failed()
167 AbstractIdleService service = new TestService(); in testServiceToString()
177 Service service = new TestService() { in testTimeout()
192 private static class TestService extends AbstractIdleService { class in AbstractIdleServiceTest
DAbstractScheduledServiceTest.java74 TestService service = new TestService(); in testFailOnExceptionFromRun()
91 TestService service = new TestService(); in testFailOnExceptionFromStartUp()
104 TestService service = new TestService(); in testFailOnExceptionFromShutDown()
120 TestService service = new TestService(); in testRunOneIterationCalledMultipleTimes()
134 TestService service = new TestService(); in testExecutorOnlyCalledOnce()
202 TestService service = new TestService(); in testSchedulerOnlyCalledOnce()
219 private class TestService extends AbstractScheduledService { class in AbstractScheduledServiceTest
/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()
DDescriptorsTest.java59 import protobuf_unittest.UnittestProto.TestService;
127 ServiceDescriptor service = TestService.getDescriptor(); in testFileDescriptor()
326 ServiceDescriptor service = TestService.getDescriptor(); in testServiceDescriptor()
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
Dwebapp_test_util.py40 class TestService(remote.Service): class
235 class TestService(remote.Service): class
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/robolectric/v1/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
DContextWrapperTest.java180 contextWrapper.bindService(new Intent("foo"), new TestService(), Context.BIND_AUTO_CREATE); in bindServiceDelegatesToShadowApplication()
/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):
Dgenerator_test.py234 self.assertFalse(issubclass(unittest_no_generic_services_pb2.TestService,
Ddescriptor_test.py592 unittest_pb2.TestService.DESCRIPTOR,
/external/protobuf/src/google/protobuf/
Dunittest_no_generic_services.proto51 service TestService { service
Dunittest.proto853 service TestService { service
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DICUServiceTest.java102 static final class TestService extends ICUService { class in ICUServiceTest
103 public TestService() { in TestService() method in ICUServiceTest.TestService
114 ICUService service = new TestService(); in TestAPI()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DICUServiceTest.java98 static final class TestService extends ICUService { class in ICUServiceTest
99 public TestService() { in TestService() method in ICUServiceTest.TestService
110 ICUService service = new TestService(); in TestAPI()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_unittest.cc1070 class MockTestService : public unittest::TestService {
1195 : descriptor_(unittest::TestService::descriptor()), in GeneratedServiceTest()
1214 unittest::TestService::Stub stub_;
1240 unittest::TestService::Stub owning_stub(channel, in TEST_F()
1330 class UnimplementedService : public unittest::TestService { in TEST_F()
2019 struct TestService { struct