Home
last modified time | relevance | path

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

/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/core/src/test/java/com/google/protobuf/
DServiceTest.java43 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.java61 import protobuf_unittest.UnittestProto.TestService;
125 ServiceDescriptor service = TestService.getDescriptor(); in testFileDescriptor()
333 ServiceDescriptor service = TestService.getDescriptor(); in testServiceDescriptor()
/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.py64 class MyService(unittest_pb2.TestService):
82 service_descriptor = unittest_pb2.TestService.GetDescriptor()
89 class MyServiceImpl(unittest_pb2.TestService):
Dgenerator_test.py239 self.assertFalse(issubclass(unittest_no_generic_services_pb2.TestService,
/external/protobuf/src/google/protobuf/util/internal/testdata/
Danys.proto51 service TestService { service
Dstruct.proto43 service TestService { service
Dtimestamp_duration.proto45 service TestService { service
Doneofs.proto65 service TestService { service
Dmaps.proto83 service TestService { service
/external/protobuf/src/google/protobuf/
Dunittest_no_generic_services.proto52 service TestService { service
Dunittest_proto3.proto380 service TestService { service
Dunittest.proto871 service TestService { service
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DICUServiceTest.java98 static final class TestService extends ICUService { class in ICUServiceTest
99 public TestService() { in TestService() method in ICUServiceTest.TestService
111 ICUService service = new TestService(); in TestAPI()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DICUServiceTest.java97 static final class TestService extends ICUService { class in ICUServiceTest
98 public TestService() { in TestService() method in ICUServiceTest.TestService
110 ICUService service = new TestService(); in TestAPI()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_unittest.cc1126 class MockTestService : public unittest::TestService {
1251 : descriptor_(unittest::TestService::descriptor()), in GeneratedServiceTest()
1270 unittest::TestService::Stub stub_;
1296 unittest::TestService::Stub owning_stub(channel, in TEST_F()
1386 class UnimplementedService : public unittest::TestService { in TEST_F()
2084 struct TestService { struct