Home
last modified time | relevance | path

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

/third_party/flutter/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,
/third_party/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,
/third_party/python/Tools/peg_generator/scripts/
Dtest_parse_directory.py87 total_lines = 0
91 total_lines += sum(1 for _ in f)
/third_party/boost/libs/nowide/doc/
Dmain.dox176 int total_lines = 0;
179 total_lines++;
182 std::cout << "File " << argv[1] << " has " << total_lines << " lines" << std::endl;
208 int total_lines = 0;
211 total_lines++;
215 boost::nowide::cout << "File " << argv[1] << " has " << total_lines << " lines" << std::endl;
408 int total_lines = 0;
411 total_lines++;
415 nowide::cout << "File " << argv[1] << " has " << total_lines << " lines" << std::endl;
/third_party/libwebsockets/lib/misc/fts/
Dtrie.c58 int total_lines; member
348 fp->total_lines = 0; in lws_fts_file_index()
588 t->filepath_list->total_lines++; in lws_fts_fill()
1171 bp += wq32(&buf[bp], (uint32_t)fp->total_lines); in lws_fts_serialize()
/third_party/skia/third_party/externals/freetype/src/sdf/
Dftsdf.c1322 FT_UInt total_lines = 0; in sdf_shape_dump() local
1363 total_lines++; in sdf_shape_dump()
1400 FT_TRACE5(( " |__lines = %d\n", total_lines )); in sdf_shape_dump()