HomeSort by relevance Sort by last modified time
    Searched defs:next_line (Results 1 - 8 of 8) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_procmaps_linux.cc 39 char *next_line = (char*)internal_memchr(current_, '\n', last - current_); local
40 if (next_line == 0)
41 next_line = last;
73 while (current_ < next_line && *current_ == ' ')
77 while (current_ < next_line) {
84 current_ = next_line + 1;
  /system/extras/sane_schedstat/
sane_schedstat.c 58 static const char *next_line(const char *b) { function
121 b = next_line(b);
127 b = next_line(b);
  /build/soong/cc/
gen_stub_libs.py 232 while self.next_line() != '':
248 while self.next_line() != '':
295 def next_line(self): member in class:SymbolFileParser
  /art/oatdump/
oatdump_test.h 226 size_t next_line = 0; local
227 for (; next_line + 1 < line_len && line[next_line] != '\n'; ++next_line) {}
228 line_len -= next_line + 1;
229 memmove(&line[0], &line[next_line + 1], line_len);
  /external/google-breakpad/src/common/solaris/
dump_symbols.cc 382 struct LineInfo &next_line = func_info.line_info[k + 1]; local
383 line_info.size = next_line.rva_to_func - line_info.rva_to_func;
  /external/deqp/external/openglcts/modules/common/
glcViewportArrayTests.cpp 675 const GLchar* next_line = strchr(source, '\n'); local
677 if (0 != next_line)
679 next_line += 1;
680 line.assign(source, next_line - source);
692 source = next_line;
    [all...]
  /art/runtime/verifier/
method_verifier.cc 3597 RegisterLine* next_line = reg_table_.GetLine(next_insn_idx); local
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cShadingLanguage420PackTests.cpp 18402 const GLchar* next_line = strchr(part, '\\n'); local
    [all...]

Completed in 519 milliseconds