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

/art/tools/
H A Dcpplint.py2291 next_line = raw[linenum + 1]
2292 if (next_line
2293 and Match(r'\s*}', next_line)
2294 and next_line.find('} else ') == -1):
3441 next_line = clean_lines.elided[linenum + 1]
3448 if not Search(r'^\s*}[\w\*,\s]*;', next_line):
/art/runtime/verifier/
H A Dmethod_verifier.cc3114 RegisterLine* next_line = reg_table_.GetLine(next_insn_idx); local
3115 if (next_line != nullptr) {

Completed in 104 milliseconds