Home
last modified time | relevance | path

Searched refs:annotate_file (Results 1 – 4 of 4) sorted by relevance

/external/chromium-trace/catapult/third_party/coverage/coverage/
Dannotate.py52 self.report_files(self.annotate_file, morfs, directory)
54 def annotate_file(self, fr, analysis): member in AnnotateReporter
/external/autotest/contrib/
Dcoverage.py880 self.annotate_file(filename, statements, excluded, missing, directory)
887 def annotate_file(self, filename, statements, excluded, missing, directory=None): member in coverage
971 def annotate_file(*args, **kw): function
972 return the_coverage.annotate_file(*args, **kw)
/external/chromium-trace/catapult/third_party/coverage/
DTODO.txt125 - Do I still need the lines in annotate_file that deal specially with "else"?
DCHANGES.rst1315 - coverage.annotate_file is no longer available.
1460 for 'annotate', and factor it, adding 'annotate_file'.