Searched refs:new_factory (Results 1 - 17 of 17) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/echo/
H A Dmain.py27 [('/', webapp.RedirectHandler.new_factory('/protorpc/form'))],
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/tunes_db/server/
H A Dmain.py27 [('/', webapp.RedirectHandler.new_factory('/protorpc/form'))],
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/experimental/wsgi/
H A Dservices.py15 registry_service = registry.RegistryService.new_factory(reg)
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/wsgi/
H A Dservice_test.py53 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')),
H A Dservice.py265 registry.RegistryService.new_factory(registry_map), registry_path))
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/quotas/backend/quotas/
H A Dmain.py62 services.QuotaService.new_factory(load_quota_config(), {})),
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/webapp/
H A Dforms.py104 pass the request handler class in directly. Instead use new_factory to
148 def new_factory(cls, registry_path=DEFAULT_REGISTRY_PATH): member in class:FormsHandler
H A Dservice_handlers.py758 see remote.Service.new_factory.
788 registry_service = registry.RegistryService.new_factory(registry_map)
791 forms.FormsHandler.new_factory(registry_path)))
H A Dservice_handlers_test.py1186 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/
H A Dremote_test.py482 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())
H A Dwebapp_test_util.py354 ('/my/other_service', TestService.new_factory('initialized')),
H A Dremote.py848 the 'new_factory' class method to build a constructor that will transmit
860 my_service_factory = MyService.new_factory(configuration,
888 def new_factory(cls, *args, **kwargs): member in class:Service
H A Dtransport_test.py456 transport.LocalTransport(LocalService.new_factory('assigned')))
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest-death-test_test.cc89 explicit ReplaceDeathTestFactory(DeathTestFactory* new_factory) argument
92 unit_test_impl_->death_test_factory_.reset(new_factory);
/external/gtest/test/
H A Dgtest-death-test_test.cc87 explicit ReplaceDeathTestFactory(DeathTestFactory* new_factory) argument
90 unit_test_impl_->death_test_factory_.reset(new_factory);
/external/protobuf/gtest/test/
H A Dgtest-death-test_test.cc84 explicit ReplaceDeathTestFactory(DeathTestFactory* new_factory) argument
87 unit_test_impl_->death_test_factory_.reset(new_factory);
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
H A Dgtest-death-test_test.cc87 explicit ReplaceDeathTestFactory(DeathTestFactory* new_factory) argument
90 unit_test_impl_->death_test_factory_.reset(new_factory);

Completed in 326 milliseconds