Searched refs:total_lines (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Tools/CodeCoverage/ |
D | regenerate-coverage-display | 86 def generate_header(file, last_time, total_lines, total_executed, path, image): argument 89 covered_lines = sumcov((total_lines, total_executed)) 127 def generate_table_item(file, name, total_lines, covered_lines): argument 128 covered_precise = (covered_lines*100.0)/(total_lines or 1.0) 204 (dir_files, total_lines, covered_lines,_) = dir_series[dir][-1] 205 generate_table_item(index, dir, total_lines, covered_lines) 362 total_lines = int(total_lines_str) 364 grand_total_lines += total_lines 366 per_file[path] = [total_lines, covered_lines] 374 dir_total_lines += total_lines
|
D | cov.py | 179 (total_lines, total_covered) = (0, 0) 190 total_lines += 1 193 total_lines += 1 196 results[f] = (total_lines, total_covered, "".join(annotated_lines))
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/ |
D | scanner.rb | 20 def seq_combo_creator(total_lines, width, offset) argument 27 if use_lines[-1] == total_lines-1 38 def combine_combo_creator(total_lines, width, offsets) argument 58 if lines[-1] >= total_lines - 1
|
/external/valgrind/main/perf/ |
D | tinycc.c | 2388 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()
|