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

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
H A Dpep8.py174 def trailing_blank_lines(physical_line, lines, line_number, total_lines):
182 if line_number == total_lines:
1265 if self.line_number >= self.total_lines:
1370 if token[2][0] > self.total_lines:
1410 self.total_lines = len(self.lines)
/external/valgrind/main/perf/
H A Dtinycc.c2390 static int total_lines;
7529 total_lines += bf->line_num;
21758 tok_ident - TOK_IDENT, total_lines, total_bytes,
21759 total_time, (int)(total_lines / total_time),
2388 static int total_lines; variable

Completed in 83 milliseconds