OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:total_lines
(Results
1 - 4
of
4
) sorted by null
/external/skia/tools/
parse_llvm_coverage.py
155
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,
/test/vts/utils/native/trace_processor/
VtsTraceProcessor.cpp
500
long
total_lines
= 0;
local
507
if (GetTotalLine(coverage_msg) >
total_lines
) {
508
total_lines
= GetTotalLine(coverage_msg);
511
double coverage_rate = (double)total_lines_covered /
total_lines
;
513
cout << "total lines: " <<
total_lines
<< endl;
/external/mesa3d/scripts/
get_reviewer.pl
[
all
...]
/external/valgrind/perf/
tinycc.c
2388
static int
total_lines
;
variable
[
all
...]
Completed in 244 milliseconds