OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:total_lines
(Results
1 - 3
of
3
) sorted by null
/external/skia/tools/
parse_llvm_coverage.py
146
total_lines
= 0
150
total_lines
+= 1
153
if
total_lines
> 0:
154
per_file.append((float(covered_lines)/float(
total_lines
)*100.0,
155
total_lines
- covered_lines,
/external/opencv3/modules/imgproc/src/
hough.cpp
782
int
total_lines
= min(counters.getMat(ACCESS_READ).at<int>(0, 1), linesMax);
783
if (
total_lines
> 0)
784
_lines.assign(lines.rowRange(Range(0,
total_lines
)));
836
int
total_lines
= min(counters.getMat(ACCESS_READ).at<int>(0, 1), linesMax);
837
if (
total_lines
> 0)
838
_lines.assign(lines.rowRange(Range(0,
total_lines
)));
[
all
...]
/external/valgrind/perf/
tinycc.c
2388
static int
total_lines
;
variable
[
all
...]
Completed in 97 milliseconds