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

  /external/chromium_org/chrome/common/extensions/docs/server2/
schema_processor_test.py 13 from compiled_file_system import CompiledFileSystem
128 CompiledFileSystem.Factory(
200 CompiledFileSystem.Factory(
240 CompiledFileSystem.Factory(
api_categorizer_test.py 8 from compiled_file_system import CompiledFileSystem
62 self._compiled_file_system = CompiledFileSystem.Factory(
directory_zipper_test.py 10 from compiled_file_system import CompiledFileSystem
31 CompiledFileSystem.Factory(ObjectStoreCreator.ForTest()),
chained_compiled_file_system.py 5 from compiled_file_system import CompiledFileSystem
13 '''A CompiledFileSystem implementation that fetches data from a chain of
15 may have cached data for their CompiledFileSystem instances (injected on
28 class Factory(CompiledFileSystem.Factory):
35 # Chain of CompiledFileSystem instances.
36 tuple(CompiledFileSystem.Factory(self._object_store).Create(
server_instance.py 7 from compiled_file_system import CompiledFileSystem
114 CompiledFileSystem.Factory(object_store_creator),
129 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(
instance_servlet.py 6 from compiled_file_system import CompiledFileSystem
48 CompiledFileSystem.Factory(object_store_creator),
compiled_file_system.py 30 passed to CompiledFileSystem.Create, indicating that file/list data
42 passed to CompiledFileSystem.Create, indicating that the function only
55 passed to CompiledFileSystem.Create, indicating that the function processes
77 class CompiledFileSystem(object):
82 '''A class to build a CompiledFileSystem backed by |file_system|.
89 '''Creates a CompiledFileSystem view over |file_system| that populates
109 CompiledFileSystem,
112 return CompiledFileSystem(file_system,
119 '''A CompiledFileSystem specifically for parsing JSON configuration data.
125 CompiledFileSystem,
    [all...]
compiled_file_system_test.py 9 from compiled_file_system import Cache, 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&'
162 compiled_fs = CompiledFileSystem.Factory(
206 compiled_fs = CompiledFileSystem.Factory(
api_models_test.py 10 from compiled_file_system import CompiledFileSystem
59 compiled_fs_factory = CompiledFileSystem.Factory(object_store_creator)
redirector_test.py 9 from compiled_file_system import CompiledFileSystem
142 CompiledFileSystem.Factory(ObjectStoreCreator.ForTest()),
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),
cron_servlet.py 11 from compiled_file_system import CompiledFileSystem
184 CompiledFileSystem.Factory(object_store_creator),
refresh_servlet.py 10 from compiled_file_system import CompiledFileSystem
139 CompiledFileSystem.Factory(object_store_creator),
availability_finder_test.py 12 from compiled_file_system import CompiledFileSystem
36 CompiledFileSystem.Factory(test_object_store),
availability_finder.py 10 from compiled_file_system import CompiledFileSystem, SingleFile, Unicode
155 '''Creates a CompiledFileSystem for parsing raw JSON or IDL API schema
162 CompiledFileSystem,
jsc_view_test.py 14 from compiled_file_system import CompiledFileSystem
311 CompiledFileSystem.Factory(test_object_store),
schema_processor.py 10 from compiled_file_system import CompiledFileSystem

Completed in 867 milliseconds