Searched refs:next_line (Results 1 - 3 of 3) sorted by relevance

/art/oatdump/
H A Doatdump_test.cc191 size_t next_line = 0; local
192 for (; next_line + 1 < line_len && line[next_line] != '\n'; ++next_line) {}
193 line_len -= next_line + 1;
194 memmove(&line[0], &line[next_line + 1], line_len);
/art/tools/
H A Dcpplint.py2317 next_line = raw[linenum + 1]
2318 if (next_line
2319 and Match(r'\s*}', next_line)
2320 and next_line.find('} else ') == -1):
3467 next_line = clean_lines.elided[linenum + 1]
3474 if not Search(r'^\s*}[\w\*,\s]*;', next_line):
/art/runtime/verifier/
H A Dmethod_verifier.cc3666 RegisterLine* next_line = reg_table_.GetLine(next_insn_idx); local
3667 if (next_line != nullptr) {

Completed in 80 milliseconds