HomeSort by relevance Sort by last modified time
    Searched refs:archive_data_file (Results 26 - 36 of 36) sorted by null

12

  /external/skia/tools/skp/page_sets/
skia_worldjournal_nexus10.py 20 self.archive_data_file = 'data/skia_worldjournal_nexus10.json'
29 archive_data_file='data/skia_worldjournal_nexus10.json')
skia_wowwiki_desktop.py 20 self.archive_data_file = 'data/skia_wowwiki_desktop.json'
33 archive_data_file='data/skia_wowwiki_desktop.json')
skia_ynevsvg_desktop.py 20 self.archive_data_file = 'data/skia_ynevsvg_desktop.json'
33 archive_data_file='data/skia_ynevsvg_desktop.json')
  /external/chromium-trace/catapult/telemetry/telemetry/internal/testing/test_page_sets/
example_domain.py 12 archive_data_file='data/example_domain.json',
  /external/chromium-trace/catapult/telemetry/telemetry/story/
story_set.py 19 def __init__(self, archive_data_file='', cloud_storage_bucket=None,
24 archive_data_file: The path to Web Page Replay's archive data, relative
36 self._archive_data_file = archive_data_file
70 """The base directory to resolve archive_data_file.
85 def archive_data_file(self): member in class:StorySet
95 if self.archive_data_file and not self._wpr_archive_info:
97 os.path.join(self.base_dir, self.archive_data_file), self.bucket)
  /external/chromium-trace/catapult/telemetry/examples/benchmarks/
simple_story_set.py 37 archive_data_file='data/simple_story_set.json',
  /external/chromium-trace/catapult/telemetry/telemetry/internal/testing/archive_files/
test_page_set.py 19 archive_data_file='data/archive_files/test.json',
  /external/chromium-trace/catapult/telemetry/telemetry/testing/
story_set_smoke_test.py 34 if not story_set.archive_data_file:
41 story_set.archive_data_file)
52 story.url, story_set.archive_data_file))
86 isinstance(story_set.archive_data_file, str),
87 msg='story_set\'s archive_data_file path must have type string')
  /external/chromium-trace/catapult/telemetry/telemetry/internal/
story_runner.py 205 if story_set.archive_data_file and not _UpdateAndCheckArchives(
206 story_set.archive_data_file, story_set.wpr_archive_info, stories):
387 def _UpdateAndCheckArchives(archive_data_file, wpr_archive_info,
395 if not archive_data_file:
396 logging.error('The story set is missing an "archive_data_file" '
399 'archive_data_file property to the story set and then '
story_runner_unittest.py 271 story_set = story_module.StorySet(archive_data_file='data/hi.json')
671 # Page set missing archive_data_file.
675 story_set.archive_data_file,
680 archive_data_file='missing_archive_data_file.json')
683 # Page set missing json file specified in archive_data_file.
687 story_set.archive_data_file,
692 archive_data_file=os.path.join(archive_data_dir, 'test.json'),
696 # Page set with valid archive_data_file.
698 story_set.archive_data_file, story_set.wpr_archive_info,
702 # Page set with an archive_data_file which exists but is missing a page
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/
record_wpr_unittest.py 40 archive_data_file='data/archive_files/test.json')

Completed in 245 milliseconds

12