/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
D | AbstractIdleServiceTest.java | 91 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
|
D | AbstractScheduledServiceTest.java | 74 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/ |
D | 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); 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()
|
D | DescriptorsTest.java | 59 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/ |
D | ApplicationTest.java | 118 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()
|
D | TestService.java | 9 class TestService extends Service implements ServiceConnection { class
|
D | ContextWrapperTest.java | 180 contextWrapper.bindService(new Intent("foo"), new TestService(), Context.BIND_AUTO_CREATE); in bindServiceDelegatesToShadowApplication()
|
/external/protobuf/python/google/protobuf/internal/ |
D | service_reflection_test.py | 59 class MyService(unittest_pb2.TestService): 77 service_descriptor = unittest_pb2.TestService.GetDescriptor() 84 class MyServiceImpl(unittest_pb2.TestService):
|
D | generator_test.py | 234 self.assertFalse(issubclass(unittest_no_generic_services_pb2.TestService,
|
D | descriptor_test.py | 592 unittest_pb2.TestService.DESCRIPTOR,
|
/external/protobuf/src/google/protobuf/ |
D | unittest_no_generic_services.proto | 51 service TestService { service
|
D | unittest.proto | 853 service TestService { service
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | ICUServiceTest.java | 98 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/ |
D | cpp_unittest.cc | 1070 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
|