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

/external/autotest/contrib/
H A Dcoverage.py880 self.annotate_file(filename, statements, excluded, missing, directory)
887 def annotate_file(self, filename, statements, excluded, missing, directory=None): member in class:coverage
971 def annotate_file(*args, **kw): function
972 return the_coverage.annotate_file(*args, **kw)
1040 # 'annotate_file'.

Completed in 53 milliseconds