Home | History | Annotate | Download | only in testrunner

Lines Matching full:files

43   # root path of generated coverage report files, relative to Android build root
97 output_path: path to place output files in. If None will use
199 """Merges a set of emma coverage files into a consolidated file.
219 Will find all code coverage data files in direct sub-directories of
249 """Finds all files in <root_path>/*/*.<_TEST_COVERAGE_EXT>.
254 list of absolute file path strings of coverage files
267 AbortError if a fatal error occurred when parsing the target files.
283 """Runs tidy on all generated html files.
285 This is needed to the html files can be displayed cleanly on a web server.
288 logger.Log("Tidying output files")
292 """Recursively tidy all html files in given dir_path."""
326 help="Run tidy on all generated html files")