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

  /external/chromium-trace/catapult/third_party/coverage/coverage/
data.py 667 def combine_parallel_data(self, data, aliases=None, data_paths=None):
676 If `data_paths` is provided, it is a list of directories or files to
680 If `data_paths` is not provided, then the directory portion of
693 data_paths = data_paths or [data_dir]
695 for p in data_paths:
control.py 767 def combine(self, data_paths=None):
774 `data_paths` is a list of files or directories from which data should
780 The `data_paths` parameter.
794 self.data_files.combine_parallel_data(self.data, aliases=aliases, data_paths=data_paths)
    [all...]
cmdline.py 630 self.coverage.combine(data_paths=[data_file])

Completed in 51 milliseconds