/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/wsgi/ |
D | 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')) 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/ |
D | AbstractIdleServiceTest.java | 92 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
|
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() 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/ |
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/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/ |
D | webapp_test_util.py | 40 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/ |
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/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
D | ICUServiceTest.java | 102 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/ |
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
|