HomeSort by relevance Sort by last modified time
    Searched refs:next_line (Results 1 - 19 of 19) 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;
  /external/grpc-grpc/src/objective-c/
change-comments.py 71 def next_line(predicate): function
101 while next_line(isnt_comment):
107 while (next_line(is_comment)):
  /build/soong/cc/
test_gen_stub_libs.py 291 self.assertEqual('foo', parser.next_line().strip())
294 self.assertEqual('bar', parser.next_line().strip())
297 self.assertEqual('qux', parser.next_line().strip())
300 self.assertEqual('', parser.next_line())
315 parser.next_line()
327 parser.next_line()
338 parser.next_line()
349 parser.next_line()
360 parser.next_line()
365 parser.next_line()
    [all...]
gen_stub_libs.py 265 while self.next_line() != '':
309 while self.next_line() != '':
357 def next_line(self): member in class:SymbolFileParser
  /external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/
modify_srcu.awk 67 ret = getline next_line;
80 $0 = $0 "\n" next_line;
  /external/bcc/src/cc/frontends/b/
lexer.h 70 bool next_line() { function in class:ebpf::cc::Lexer
  /external/markdown/markdown/extensions/
footnotes.py 239 next_line = lines[j]; break
244 if detab(next_line): # Yes, more work to do.
  /external/minijail/
syscall_filter.c 523 char *next_line = NULL; local
524 ssize_t next_ret = getmultiline(&next_line, &next_n, stream);
526 free(next_line);
535 memcpy(&line[ret + 1], next_line, next_ret + 1);
536 free(next_line);
  /external/e2fsprogs/misc/
e2initrd_helper.c 357 goto next_line;
364 next_line:
  /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/python/cpython3/Lib/test/
test_tokenize.py     [all...]
  /external/google-styleguide/cpplint/
cpplint.py     [all...]
  /external/compiler-rt/lib/sanitizer_common/scripts/
cpplint.py     [all...]
  /external/libaom/libaom/tools/
cpplint.py     [all...]
  /external/libvpx/libvpx/tools/
cpplint.py     [all...]
  /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...]
  /external/deqp/external/openglcts/modules/gl/
gl4cShadingLanguage420PackTests.cpp 18534 const GLchar* next_line = strchr(part, '\\n'); local
    [all...]
  /art/runtime/verifier/
method_verifier.cc 3666 RegisterLine* next_line = reg_table_.GetLine(next_insn_idx); local
    [all...]
  /external/v8/tools/
grokdump.py     [all...]

Completed in 475 milliseconds