Searched refs:total_lines (Results 1 – 6 of 6) sorted by relevance
155 total_lines = 0159 total_lines += 1162 if total_lines > 0:163 per_file.append((float(covered_lines)/float(total_lines)*100.0,164 total_lines - covered_lines,
87 total_lines = 091 total_lines += sum(1 for _ in f)
176 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;
58 int total_lines; member348 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()
1322 FT_UInt total_lines = 0; in sdf_shape_dump() local1363 total_lines++; in sdf_shape_dump()1400 FT_TRACE5(( " |__lines = %d\n", total_lines )); in sdf_shape_dump()