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

  /test/vts/utils/python/coverage/
coverage_report.py 35 def GenerateLineCoverageVector(gcno_file_summary, exclude_paths, coverage_dict):
44 exclude_paths: a list of paths should be ignored in the coverage report.
55 for path in exclude_paths:
coverage_report_test.py 52 exclude_paths = []
54 self.gcno_summary, exclude_paths, coverage_dict)
sancov_utils.py 66 exclude_paths=_DEFAULT_EXCLUDE_PATHS):
72 exclude_paths: (optional) list of strings, paths to exclude for coverage.
79 self._exclude_paths = exclude_paths
  /external/squashfs-tools/squashfs-tools/
mksquashfs.c 199 struct exclude_info *exclude_paths = NULL; variable in typeref:struct:exclude_info
    [all...]

Completed in 1049 milliseconds