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

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_linux.cc39 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/libvncserver/utils/
H A Dgit2cl.pl181 my $next_line = substr ($this_line, $idx);
193 # Strip next_line, but then preserve any user_indent.
194 $next_line =~ s/^\s*//;
197 # $next_line (which will now precede it) can inherit that
202 $next_line = $1 . $next_line if (defined ($1));
207 $next_line = $user_indent . $next_line;
212 unshift (@lines, $next_line);
/external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/
H A Dmodify_srcu.awk67 ret = getline next_line;
80 $0 = $0 "\n" next_line;
/external/markdown/markdown/extensions/
H A Dfootnotes.py239 next_line = lines[j]; break
244 if detab(next_line): # Yes, more work to do.
/external/valgrind/tests/
H A Ds390x_features.c167 if (*p == '\n') goto next_line;
187 next_line: ;
/external/autotest/site_utils/
H A Dperf_compare.py245 next_line = p.stdout.readline().strip()
246 if not next_line and p.poll() != None:
248 logging.debug(next_line)
/external/e2fsprogs/misc/
H A De2initrd_helper.c357 goto next_line;
364 next_line:
/external/google-breakpad/src/common/solaris/
H A Ddump_symbols.cc382 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/google-styleguide/cpplint/
H A Dcpplint.py3256 next_line = raw[linenum + 1]
3257 if (next_line
3258 and Match(r'\s*}', next_line)
3259 and next_line.find('} else ') == -1):
3272 next_line = raw[linenum + 1]
3273 next_line_start = len(next_line) - len(next_line.lstrip())
3834 next_line = clean_lines.elided[endlinenum + 1]
3835 next_indent = GetIndentLevel(next_line)
3839 if (if_match and Match(r'\s*else\b', next_line)
[all...]
/external/compiler-rt/lib/sanitizer_common/scripts/
H A Dcpplint.py2281 next_line = raw[linenum + 1]
2282 if (next_line
2283 and Match(r'\s*}', next_line)
2284 and next_line.find('} else ') == -1):
3424 next_line = clean_lines.elided[linenum + 1]
3431 if not Search(r'^\s*}[\w\*,\s]*;', next_line):
/external/libvpx/libvpx/tools/
H A Dcpplint.py2618 next_line = raw[linenum + 1]
2619 if (next_line
2620 and Match(r'\s*}', next_line)
2621 and next_line.find('} else ') == -1):
4001 next_line = clean_lines.elided[linenum + 1]
4008 if not Search(r'^\s*}[\w\*,\s]*;', next_line):
/external/deqp/external/openglcts/modules/common/
H A DglcViewportArrayTests.cpp675 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;
/external/valgrind/coregrind/
H A Dm_machine.c609 if (*p == '\n') goto next_line;
627 next_line: ;
/external/v8/tools/
H A Dgrokdump.py2593 next_line = lines[i + 1]
2594 next_address = next_line[0]
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cShadingLanguage420PackTests.cpp18402 const GLchar* next_line = strchr(part, '\n'); local
18404 if (0 != next_line)
18406 next_line += 1;
18407 line.assign(part, next_line - part);
18419 part = next_line;

Completed in 1964 milliseconds