Home
last modified time | relevance | path

Searched refs:archive_data_file (Results 1 – 25 of 70) sorted by relevance

123

/external/chromium_org/tools/telemetry/telemetry/page/
Dpage_set.py23 def __init__(self, file_path=None, archive_data_file='', argument
37 self.archive_data_file = archive_data_file
97 if self.archive_data_file and not self._wpr_archive_info:
100 os.path.join(self.base_dir, self.archive_data_file)))
/external/chromium_org/tools/telemetry/telemetry/unittest/
Dpage_set_smoke_test.py20 if not page_set.archive_data_file:
27 page_set.archive_data_file)
39 page.url, page_set.archive_data_file))
70 isinstance(page_set.archive_data_file, str),
/external/chromium_org/tools/perf/page_sets/
Dpica.py14 self.archive_data_file = 'data/pica.json'
23 archive_data_file='data/pica.json')
Dtopeka.py15 self.archive_data_file = 'data/topeka.json'
25 archive_data_file='data/topeka.json')
Dstartup_pages_record.py12 self.archive_data_file = 'data/startup_pages.json'
26 archive_data_file='data/startup_pages.json')
Dtough_memory_multi_tab.py14 self.archive_data_file = 'data/key_mobile_sites.json'
25 archive_data_file='data/key_mobile_sites.json')
Dgmail_refresh.py20 self.archive_data_file = 'data/gmail_refresh.json'
36 archive_data_file='data/gmail_refresh.json',
Dstartup_pages.py12 self.archive_data_file = 'data/startup_pages.json'
28 archive_data_file='data/startup_pages.json',
Dintl_ko_th_vi.py13 self.archive_data_file = 'data/intl_ko_th_vi.json'
29 archive_data_file='data/intl_ko_th_vi.json',
Dtough_dom_memory_cases.py13 self.archive_data_file = 'data/tough_dom_memory_cases.json'
31 archive_data_file='data/tough_dom_memory_cases.json',
Dtypical_25.py13 self.archive_data_file = 'data/typical_25.json'
29 archive_data_file='data/typical_25.json',
Dintl_ja_zh.py13 self.archive_data_file = 'data/intl_ja_zh.json'
29 archive_data_file='data/intl_ja_zh.json',
Dintl_es_fr_pt-BR.py13 self.archive_data_file = 'data/intl_es_fr_pt-BR.json'
31 archive_data_file='data/intl_es_fr_pt-BR.json',
Dintl_ar_fa_he.py13 self.archive_data_file = 'data/intl_ar_fa_he.json'
29 archive_data_file='data/intl_ar_fa_he.json',
Dintl_hi_ru.py13 self.archive_data_file = 'data/intl_hi_ru.json'
29 archive_data_file='data/intl_hi_ru.json',
Dkey_search_mobile.py14 self.archive_data_file = 'data/key_search_mobile.json'
31 archive_data_file='data/key_search_mobile.json',
Dtop_10_mobile.py14 self.archive_data_file = 'data/top_10_mobile.json'
31 archive_data_file='data/top_10_mobile.json',
Dtough_layout_cases.py14 self.archive_data_file = 'data/tough_layout_cases.json'
33 archive_data_file='data/tough_layout_cases.json',
Dmaps.py18 self.archive_data_file = 'data/maps.json'
40 archive_data_file='data/maps.json',
Dtough_webgl_cases.py14 self.archive_data_file = 'data/tough_webgl_cases.json'
40 archive_data_file='data/tough_webgl_cases.json')
Dplus_alt_posts_photos.py20 self.archive_data_file = 'data/plus_alt_posts_photos.json'
47 archive_data_file='data/plus_alt_posts_photos.json',
Dtough_canvas_cases.py12 self.archive_data_file = 'data/tough_canvas_cases.json'
42 archive_data_file='data/tough_canvas_cases.json',
/external/chromium_org/tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/
Dsynthetic.py13 self.archive_data_file = '../data/chrome_proxy_synthetic.json'
22 archive_data_file='../data/chrome_proxy_synthetic.json')
Dbypass.py13 self.archive_data_file = '../data/chrome_proxy_bypass.json'
22 archive_data_file='../data/chrome_proxy_bypass.json')
Dsafebrowsing.py18 self.archive_data_file = '../data/chrome_proxy_safebrowsing.json'
30 archive_data_file='../data/chrome_proxy_safebrowsing.json')

123