Home
last modified time | relevance | path

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

/external/u-boot/scripts/kconfig/
Dnconf.gui.c218 int total_lines = get_line_no(text); in fill_window() local
223 total_lines = min(total_lines, y); in fill_window()
224 for (i = 0; i < total_lines; i++) { in fill_window()
555 int total_lines = get_line_no(text); in show_scroll_win() local
570 total_lines = get_line_no(text); in show_scroll_win()
571 for (i = 0; i < total_lines; i++) { in show_scroll_win()
578 pad = newpad(total_lines+10, total_cols+10); in show_scroll_win()
582 win_lines = min(total_lines+4, lines-2); in show_scroll_win()
628 start_y = total_lines-text_lines; in show_scroll_win()
653 if (start_y >= total_lines-text_lines) in show_scroll_win()
[all …]
/external/skqp/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/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/mesa3d/scripts/
Dget_reviewer.pl1996 my $total_lines;
2004 $total_lines = @all_commits;
2102 vcs_assign("authored lines", $total_lines, @blame_signers);
/external/u-boot/scripts/
Dget_maintainer.pl2214 my $total_lines;
2222 $total_lines = @all_commits;
2320 vcs_assign("authored lines", $total_lines, @blame_signers);