Home
last modified time | relevance | path

Searched refs:line_count (Results 1 – 25 of 27) sorted by relevance

12

/external/deqp-deps/amber/src/vkscript/
Dsection_parser.cc131 size_t line_count, in AddSection() argument
138 line_count, kPassThroughShader}); in AddSection()
152 {section_type, shader_type, fmt, line_count, contents.substr(0, size)}); in AddSection()
157 size_t line_count = 0; in SplitSections() local
167 ++line_count; in SplitSections()
174 return Result(std::to_string(line_count) + ": Invalid character"); in SplitSections()
176 section_start = line_count; in SplitSections()
188 section_start = line_count; in SplitSections()
193 return Result(std::to_string(line_count) + ": Missing section close"); in SplitSections()
200 return Result(std::to_string(line_count) + ": " + r.Error()); in SplitSections()
/external/googletest/googletest/test/
Dgtest_list_output_unittest.py272 line_count = 0
274 expected_line = expected_lines[line_count]
280 'on line %d' % (actual, expected_output, line_count)))
281 line_count = line_count + 1
/external/llvm-project/compiler-rt/test/tsan/
Dfiber_cleanup.cpp15 long line_count = 0; in count_memory_mappings() local
20 line_count++; in count_memory_mappings()
25 return line_count; in count_memory_mappings()
/external/clang/tools/clang-format/
Dclang-format-diff.py82 line_count = 1
84 line_count = int(match.group(3))
85 if line_count == 0:
87 end_line = start_line + line_count - 1;
Dgit-clang-format309 line_count = 1
311 line_count = int(match.group(3))
312 if line_count > 0:
313 matches.setdefault(filename, []).append(Range(start_line, line_count))
390 '-lines=%s:%s' % (start_line, start_line+line_count-1)
391 for start_line, line_count in line_ranges])
/external/llvm-project/clang/tools/clang-format/
Dclang-format-diff.py85 line_count = 1
87 line_count = int(match.group(3))
88 if line_count == 0:
90 end_line = start_line + line_count - 1
Dgit-clang-format318 line_count = 1
320 line_count = int(match.group(3))
321 if line_count > 0:
322 matches.setdefault(filename, []).append(Range(start_line, line_count))
418 '-lines=%s:%s' % (start_line, start_line+line_count-1)
419 for start_line, line_count in line_ranges])
/external/google-java-format/scripts/
Dgoogle-java-format-diff.py89 line_count = 1
91 line_count = int(match.group(3))
92 if line_count == 0:
94 end_line = start_line + line_count - 1;
/external/rust/crates/regex-syntax/src/
Derror.rs174 let mut line_count = fmter.pattern.lines().count(); in from_formatter() localVariable
179 line_count += 1; in from_formatter()
182 if line_count <= 1 { 0 } else { line_count.to_string().len() }; in from_formatter()
186 by_line: vec![vec![]; line_count], in from_formatter()
/external/bcc/scripts/
Dgit-clang-format287 line_count = 1
289 line_count = int(match.group(3))
290 if line_count > 0:
291 matches.setdefault(filename, []).append(Range(start_line, line_count))
363 '-lines=%s:%s' % (start_line, start_line+line_count-1)
364 for start_line, line_count in line_ranges])
/external/llvm-project/clang-tools-extra/clang-tidy/tool/
Dclang-tidy-diff.py189 line_count = 1
191 line_count = int(match.group(3))
192 if line_count == 0:
194 end_line = start_line + line_count - 1
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_transfer.c111 int line_count = height > 2047 ? 2047 : height; in nv50_m2mf_transfer_rect() local
125 src_ofst += line_count * src->pitch; in nv50_m2mf_transfer_rect()
131 dst_ofst += line_count * dst->pitch; in nv50_m2mf_transfer_rect()
136 PUSH_DATA (push, line_count); in nv50_m2mf_transfer_rect()
140 height -= line_count; in nv50_m2mf_transfer_rect()
141 sy += line_count; in nv50_m2mf_transfer_rect()
142 dy += line_count; in nv50_m2mf_transfer_rect()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_transfer.c70 int line_count = height > 2047 ? 2047 : height; in nvc0_m2mf_transfer_rect() local
85 src_ofst += line_count * src->pitch; in nvc0_m2mf_transfer_rect()
92 dst_ofst += line_count * dst->pitch; in nvc0_m2mf_transfer_rect()
97 PUSH_DATA (push, line_count); in nvc0_m2mf_transfer_rect()
101 height -= line_count; in nvc0_m2mf_transfer_rect()
102 sy += line_count; in nvc0_m2mf_transfer_rect()
103 dy += line_count; in nvc0_m2mf_transfer_rect()
/external/grpc-grpc/tools/line_count/
Dcollect-now.sh19 tools/line_count/yaml2csv.py -i cloc.yaml -d `date +%Y-%m-%d` -o cloc.csv
/external/rust/crates/grpcio-sys/grpc/tools/line_count/
Dcollect-now.sh19 tools/line_count/yaml2csv.py -i cloc.yaml -d `date +%Y-%m-%d` -o cloc.csv
/external/grpc-grpc/tools/internal_ci/linux/
Dgrpc_line_count.sh29 ./tools/line_count/collect-now.sh
/external/rust/crates/grpcio-sys/grpc/tools/internal_ci/linux/
Dgrpc_line_count.sh29 ./tools/line_count/collect-now.sh
/external/google-breakpad/src/common/solaris/
Ddump_symbols.cc356 int line_count = func_info.line_info.size(); in ComputeSizeAndRVA() local
368 func_info.size = (line_count == 0) ? 0 : it->second->size; in ComputeSizeAndRVA()
375 for (size_t k = 0; k < line_count; ++k) { in ComputeSizeAndRVA()
379 if (k == line_count - 1) { in ComputeSizeAndRVA()
/external/llvm-project/lldb/source/Host/common/
DEditline.cpp415 int line_count = (int)m_input_lines.size(); in DisplayInput() local
419 for (int index = firstIndex; index < line_count; index++) { in DisplayInput()
425 if (index < line_count - 1) in DisplayInput()
443 StringList Editline::GetInputAsStringList(int line_count) { in GetInputAsStringList() argument
446 if (line_count == 0) in GetInputAsStringList()
453 --line_count; in GetInputAsStringList()
828 for (int line_count = 0; line_count < m_current_line_rows - cursor_row; in NextLineCommand() local
829 line_count++) { in NextLineCommand()
/external/autotest/tko/
Dmodels.py290 line_count = len(fp.read().splitlines())
291 if line_count > 1:
/external/autotest/client/cros/input_playback/
Dinput_playback.py194 line_count = utils.run(interrupt_cmd).stdout.strip()
195 return line_count != '0'
/external/autotest/client/cros/
Dtouch_playback_test_base.py341 line_count = utils.run(interrupt_cmd).stdout.strip()
342 return line_count != '0'
/external/llvm-project/lldb/include/lldb/Host/
DEditline.h271 StringList GetInputAsStringList(int line_count = UINT32_MAX);
/external/angle/src/tests/
Dcapture_replay_tests.py444 line_count = 0
446 line_count += 1
450 return '\n' + '\n'.join(lines[-line_count:]) + '\n'
/external/mesa3d/src/intel/common/
Dgen_batch_decoder.c178 int column_count = 0, pitch_col_count = 0, line_count = -1; in ctx_print_buffer() local
185 line_count++; in ctx_print_buffer()
187 if (max_lines >= 0 && line_count >= max_lines) in ctx_print_buffer()

12