/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/wsgi/ |
D | service_test.py | 53 webapp_test_util.TestService.new_factory('initialized'), 99 webapp_test_util.TestService.new_factory('initialized')) 123 webapp_test_util.TestService.new_factory('initialized'), 140 webapp_test_util.TestService.new_factory('initialized')) 153 webapp_test_util.TestService.new_factory('initialized')) 176 webapp_test_util.TestService.new_factory('initialized')) 181 [('/my/[0-9]+', webapp_test_util.TestService.new_factory('service')), 183 webapp_test_util.TestService.new_factory('other-service')),
|
D | service.py | 265 registry.RegistryService.new_factory(registry_map), registry_path))
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/echo/ |
D | main.py | 27 [('/', webapp.RedirectHandler.new_factory('/protorpc/form'))],
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/tunes_db/server/ |
D | main.py | 27 [('/', webapp.RedirectHandler.new_factory('/protorpc/form'))],
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/experimental/wsgi/ |
D | services.py | 15 registry_service = registry.RegistryService.new_factory(reg)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/quotas/backend/quotas/ |
D | main.py | 62 services.QuotaService.new_factory(load_quota_config(), {})),
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/webapp/ |
D | forms.py | 148 def new_factory(cls, registry_path=DEFAULT_REGISTRY_PATH): member in FormsHandler
|
D | service_handlers.py | 788 registry_service = registry.RegistryService.new_factory(registry_map) 791 forms.FormsHandler.new_factory(registry_path)))
|
D | service_handlers_test.py | 1186 self.DoMappingTest({'/my-service': MyService.new_factory('new-value')}) 1191 [('/my-service1', MyService.new_factory('service1')), 1192 ('/my-service2', MyService.new_factory('service2')), 1219 [MyService.new_factory('service1')]) 1280 [('/my_service', GetCalled.new_factory(self))], reg_path)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/ |
D | remote_test.py | 482 factory = StatefulService.new_factory(1, state) 497 factory = StatefulService.new_factory(2, b=3, c=4) 506 self.assertRaises(TypeError, remote.Service.new_factory(1)) 509 self.assertRaises(TypeError, remote.Service.new_factory(x=1)) 517 self.assertRaises(TypeError, StatefulService.new_factory())
|
D | webapp_test_util.py | 354 ('/my/other_service', TestService.new_factory('initialized')),
|
D | transport_test.py | 456 transport.LocalTransport(LocalService.new_factory('assigned')))
|
D | remote.py | 888 def new_factory(cls, *args, **kwargs): member in Service
|
/external/protobuf/gtest/test/ |
D | gtest-death-test_test.cc | 84 explicit ReplaceDeathTestFactory(DeathTestFactory* new_factory) in ReplaceDeathTestFactory() argument 87 unit_test_impl_->death_test_factory_.reset(new_factory); in ReplaceDeathTestFactory()
|
/external/gtest/test/ |
D | gtest-death-test_test.cc | 87 explicit ReplaceDeathTestFactory(DeathTestFactory* new_factory) in ReplaceDeathTestFactory() argument 90 unit_test_impl_->death_test_factory_.reset(new_factory); in ReplaceDeathTestFactory()
|
/external/google-breakpad/src/testing/gtest/test/ |
D | gtest-death-test_test.cc | 89 explicit ReplaceDeathTestFactory(DeathTestFactory* new_factory) in ReplaceDeathTestFactory() argument 92 unit_test_impl_->death_test_factory_.reset(new_factory); in ReplaceDeathTestFactory()
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
D | gtest-death-test_test.cc | 87 explicit ReplaceDeathTestFactory(DeathTestFactory* new_factory) in ReplaceDeathTestFactory() argument 90 unit_test_impl_->death_test_factory_.reset(new_factory); in ReplaceDeathTestFactory()
|