HomeSort by relevance Sort by last modified time
    Searched refs:CompiledFileSystem (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/chrome/common/extensions/docs/server2/
api_categorizer_test.py 8 from compiled_file_system import CompiledFileSystem
62 CompiledFileSystem.Factory(ObjectStoreCreator.ForTest()))
chained_compiled_file_system.py 5 from compiled_file_system import CompiledFileSystem
12 '''A CompiledFileSystem implementation that fetches data from a chain of
14 may have cached data for their CompiledFileSystem instances (injected on
27 class Factory(CompiledFileSystem.Factory):
34 # Chain of CompiledFileSystem instances.
35 tuple(CompiledFileSystem.Factory(self._object_store).Create(
directory_zipper_test.py 10 from compiled_file_system import CompiledFileSystem
31 CompiledFileSystem.Factory(ObjectStoreCreator.ForTest()),
server_instance.py 10 from compiled_file_system import CompiledFileSystem
114 CompiledFileSystem.Factory(object_store_creator),
153 CompiledFileSystem.Factory(object_store_creator),
168 CompiledFileSystem.Factory(object_store_creator),
chained_compiled_file_system_test.py 9 from compiled_file_system import CompiledFileSystem
35 self._base_compiled_fs = CompiledFileSystem.Factory(
compiled_file_system.py 22 passed to CompiledFileSystem.Create, indicating that the function only
35 passed to CompiledFileSystem.Create, indicating that the function processes
57 class CompiledFileSystem(object):
62 '''A class to build a CompiledFileSystem backed by |file_system|.
69 '''Creates a CompiledFileSystem view over |file_system| that populates
89 CompiledFileSystem,
92 return CompiledFileSystem(file_system,
99 '''A CompiledFileSystem specifically for parsing JSON configuration data.
105 CompiledFileSystem,
110 '''Creates a CompiledFileSystem for parsing raw JSON or IDL API schem
    [all...]
instance_servlet.py 6 from compiled_file_system import CompiledFileSystem
48 CompiledFileSystem.Factory(object_store_creator),
redirector_test.py 9 from compiled_file_system import CompiledFileSystem
46 CompiledFileSystem.Factory(ObjectStoreCreator.ForTest()),
api_models_test.py 10 from compiled_file_system import CompiledFileSystem
59 compiled_fs_factory = CompiledFileSystem.Factory(object_store_creator)
compiled_file_system_test.py 9 from compiled_file_system import CompiledFileSystem
43 '''Returns a function which creates CompiledFileSystem views of
47 CompiledFileSystem.Factory(
62 'class=CompiledFileSystem&'
65 'class=CompiledFileSystem&'
70 'class=CompiledFileSystem&'
73 'class=CompiledFileSystem&'
161 compiled_fs = CompiledFileSystem.Factory(
content_provider_test.py 11 from compiled_file_system import CompiledFileSystem
86 CompiledFileSystem.Factory(object_store_creator),
content_providers_test.py 9 from compiled_file_system import CompiledFileSystem
113 CompiledFileSystem.Factory(object_store_creator),
availability_finder_test.py 12 from compiled_file_system import CompiledFileSystem
40 CompiledFileSystem.Factory(test_object_store),
cron_servlet.py 12 from compiled_file_system import CompiledFileSystem
290 CompiledFileSystem.Factory(object_store_creator),

Completed in 1489 milliseconds