Searched defs:SERVER2 (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dlocal_file_system_test.py11 from extensions_paths import SERVER2 namespace
18 SERVER2, 'test_data', 'file_system/')
H A Dtemplate_data_source_test.py9 from extensions_paths import SERVER2 namespace
16 return ReadFile(SERVER2, 'test_data', 'template_data_source', *path)
26 (SERVER2, base_dir))
H A Dtest_util.py7 from extensions_paths import SERVER2 namespace
64 return ChromiumPath(SERVER2, *path)
H A Dapp_yaml_helper_test.py9 from extensions_paths import SERVER2 namespace
84 TestFileSystem(test_data, relative_to=SERVER2))
87 update = MoveTo(SERVER2, update)
95 TestFileSystem(test_data, relative_to=SERVER2), updates[:revision])
H A Dcaching_file_system_test.py11 from extensions_paths import SERVER2 namespace
21 return LocalFileSystem.Create(SERVER2, 'test_data', 'file_system/')
H A Dextensions_paths.py28 SERVER2 = join(DOCS, 'server2/') variable
32 APP_YAML = join(SERVER2, 'app.yaml')
42 LOCAL_DEBUG_DIR = join(SERVER2, 'local_debug/')
H A Dfake_fetchers.py13 from extensions_paths import SERVER2 namespace
25 return ReadFile(SERVER2, 'test_data', *path, **read_args)
H A Dpath_canonicalizer_test.py9 from extensions_paths import PUBLIC_TEMPLATES, SERVER2 namespace
H A Dsubversion_file_system_test.py10 from extensions_paths import SERVER2 namespace
68 SERVER2, 'test_data', 'file_system', 'stat_result.json')))

Completed in 121 milliseconds