Home
last modified time | relevance | path

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

/external/skia/tools/
Dnanobench_flags.py28 cov_start = lineno()+1 # We care about coverage starting just past this def. variable
157 filtered = [line for line in not_run if line > cov_start and line < cov_end]
Ddm_flags.py28 cov_start = lineno()+1 # We care about coverage starting just past this def. variable
243 filtered = [line for line in not_run if line > cov_start and line < cov_end]
Dbuildbot_spec.py40 cov_start = lineno()+1 # We care about coverage starting just past this def. variable
360 line > cov_start and line < cov_end and line not in cov_skip]