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

  /external/chromium_org/chrome/common/extensions/docs/server2/
extensions_paths.py 28 SERVER2 = join(DOCS, 'server2/')
32 APP_YAML = join(SERVER2, 'app.yaml')
42 LOCAL_DEBUG_DIR = join(SERVER2, 'local_debug/')
local_file_system_test.py 11 from extensions_paths import SERVER2
18 SERVER2, 'test_data', 'file_system/')
template_data_source_test.py 9 from extensions_paths import SERVER2
16 return ReadFile(SERVER2, 'test_data', 'template_data_source', *path)
26 (SERVER2, base_dir))
test_util.py 7 from extensions_paths import SERVER2
64 return ChromiumPath(SERVER2, *path)
app_yaml_helper_test.py 9 from extensions_paths import SERVER2
84 TestFileSystem(test_data, relative_to=SERVER2))
87 update = MoveTo(SERVER2, update)
95 TestFileSystem(test_data, relative_to=SERVER2), updates[:revision])
fake_fetchers.py 13 from extensions_paths import SERVER2
25 return ReadFile(SERVER2, 'test_data', *path, **read_args)
subversion_file_system_test.py 10 from extensions_paths import SERVER2
68 SERVER2, 'test_data', 'file_system', 'stat_result.json')))
path_canonicalizer_test.py 9 from extensions_paths import PUBLIC_TEMPLATES, SERVER2
cron_servlet_test.py 14 APP_YAML, CONTENT_PROVIDERS, CHROME_EXTENSIONS, PUBLIC_TEMPLATES, SERVER2,
105 'server2': {
144 return MoveTo(SERVER2, {
caching_file_system_test.py 11 from extensions_paths import SERVER2
21 return LocalFileSystem.Create(SERVER2, 'test_data', 'file_system/')

Completed in 199 milliseconds