Searched refs:ObjectStoreCreator (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dapi_categorizer_test.py10 from object_store_creator import ObjectStoreCreator namespace
62 CompiledFileSystem.Factory(ObjectStoreCreator.ForTest()))
H A Dhost_file_system_provider_test.py12 from object_store_creator import ObjectStoreCreator namespace
26 ObjectStoreCreator.ForTest(),
39 ObjectStoreCreator.ForTest(),
H A Dobject_store_creator_test.py10 from object_store_creator import ObjectStoreCreator namespace
17 self._creator = ObjectStoreCreator(start_empty=False,
45 self.assertRaises(ValueError, ObjectStoreCreator)
H A Dcaching_rietveld_patcher_test.py10 from object_store_creator import ObjectStoreCreator namespace
35 ObjectStoreCreator(start_empty=False),
H A Ddirectory_zipper_test.py14 from object_store_creator import ObjectStoreCreator namespace
31 CompiledFileSystem.Factory(ObjectStoreCreator.ForTest()),
H A Dgithub_file_system_test.py14 from object_store_creator import ObjectStoreCreator namespace
23 ObjectStoreCreator.ForTest())
H A Dinstance_servlet.py12 from object_store_creator import ObjectStoreCreator namespace
35 object_store_creator = ObjectStoreCreator(start_empty=False)
H A Dmanifest_data_source_test.py12 from object_store_creator import ObjectStoreCreator namespace
289 self.object_store_creator = ObjectStoreCreator.ForTest()
H A Dobject_store_creator.py13 class ObjectStoreCreator(object): class in inherits:object
43 return ObjectStoreCreator(start_empty=start_empty,
H A Dchained_compiled_file_system_test.py10 from object_store_creator import ObjectStoreCreator namespace
33 object_store_creator = ObjectStoreCreator(start_empty=False)
H A Dredirector_test.py10 from object_store_creator import ObjectStoreCreator namespace
45 CompiledFileSystem.Factory(ObjectStoreCreator.ForTest()),
H A Dserver_instance.py19 from object_store_creator import ObjectStoreCreator namespace
40 The ObjectStoreCreator used to create almost all caches.
161 object_store_creator = ObjectStoreCreator.ForTest()
181 object_store_creator = ObjectStoreCreator(start_empty=False,
H A Dcontent_provider_test.py14 from object_store_creator import ObjectStoreCreator namespace
60 CompiledFileSystem.Factory(ObjectStoreCreator.ForTest()),
H A Dpatch_servlet.py17 from object_store_creator import ObjectStoreCreator namespace
33 object_store_creator = ObjectStoreCreator(start_empty=False)
H A Dapi_models_test.py15 from object_store_creator import ObjectStoreCreator namespace
59 object_store_creator = ObjectStoreCreator.ForTest()
H A Dapp_yaml_helper_test.py12 from object_store_creator import ObjectStoreCreator namespace
97 object_store_creator = ObjectStoreCreator.ForTest()
H A Dcontent_providers_test.py12 from object_store_creator import ObjectStoreCreator namespace
106 CompiledFileSystem.Factory(ObjectStoreCreator.ForTest()),
H A Dcompiled_file_system_test.py14 from object_store_creator import ObjectStoreCreator namespace
48 ObjectStoreCreator(start_empty=False,
173 ObjectStoreCreator.ForTest()).Create(
H A Davailability_finder_test.py17 from object_store_creator import ObjectStoreCreator namespace
47 ObjectStoreCreator.ForTest())
52 test_object_store = ObjectStoreCreator.ForTest()
H A Dapi_data_source_test.py18 from object_store_creator import ObjectStoreCreator namespace
120 ObjectStoreCreator.ForTest()).Create()
H A Dbranch_utility_test.py12 from object_store_creator import ObjectStoreCreator namespace
22 ObjectStoreCreator.ForTest())
H A Dcaching_file_system_test.py14 from object_store_creator import ObjectStoreCreator namespace
39 object_store_creator = ObjectStoreCreator(start_empty=start_empty,
H A Dcron_servlet.py20 from object_store_creator import ObjectStoreCreator namespace
284 object_store_creator = ObjectStoreCreator(start_empty=True)
H A Dhost_file_system_iterator_test.py11 from object_store_creator import ObjectStoreCreator namespace
36 ObjectStoreCreator.ForTest(),
H A Dnew_github_file_system.py18 from object_store_creator import ObjectStoreCreator namespace
119 object_store_creator or ObjectStoreCreator.ForTest(),

Completed in 462 milliseconds

12