Searched refs:annotate_file (Results 1 – 4 of 4) sorted by relevance
/external/chromium-trace/catapult/third_party/coverage/coverage/ |
D | annotate.py | 52 self.report_files(self.annotate_file, morfs, directory) 54 def annotate_file(self, fr, analysis): member in AnnotateReporter
|
/external/autotest/contrib/ |
D | coverage.py | 880 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/ |
D | TODO.txt | 125 - Do I still need the lines in annotate_file that deal specially with "else"?
|
D | CHANGES.rst | 1315 - coverage.annotate_file is no longer available. 1460 for 'annotate', and factor it, adding 'annotate_file'.
|