Home
last modified time | relevance | path

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

/external/autotest/contrib/
Dcoverage.py274 the_coverage = None variable
303 global the_coverage
304 if the_coverage:
935 the_coverage = coverage() variable
939 return the_coverage.use_cache(*args, **kw)
942 return the_coverage.start(*args, **kw)
945 return the_coverage.stop(*args, **kw)
948 return the_coverage.erase(*args, **kw)
951 return the_coverage.begin_recursive(*args, **kw)
954 return the_coverage.end_recursive(*args, **kw)
[all …]