Home
last modified time | relevance | path

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

/external/skia/tools/
Dparse_llvm_coverage.py155 total_lines = 0
159 total_lines += 1
162 if total_lines > 0:
163 per_file.append((float(covered_lines)/float(total_lines)*100.0,
164 total_lines - covered_lines,
/external/valgrind/perf/
Dtinycc.c2388 static int total_lines; variable
7527 total_lines += bf->line_num; in tcc_close()
21756 tok_ident - TOK_IDENT, total_lines, total_bytes, in main2()
21757 total_time, (int)(total_lines / total_time), in main2()