Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DAbstractIdleServiceTest.java91 TestService service = new TestService(); in testStart()
101 TestService service = new TestService() { in testStart_failed()
120 TestService service = new TestService(); in testStop_withoutStart()
129 TestService service = new TestService(); in testStop_afterStart()
143 TestService service = new TestService() { in testStop_failed()
166 AbstractIdleService service = new TestService(); in testServiceToString()
176 Service service = new TestService() { in testTimeout()
191 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()
220 TestService service = new TestService(); in testSchedulerOnlyCalledOnce()
237 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/robolectric/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/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