HomeSort by relevance Sort by last modified time
    Searched refs:next_line (Results 1 - 18 of 18) 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/libvncserver/utils/
git2cl.pl 181 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);
  /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);
  /external/mesa3d/src/gallium/state_trackers/vega/
stroker.c 634 const VGfloat *next_line, enum line_join_mode join)
637 debug_printf("create_joins: focal=[%f, %f], next_line=[%f, %f,%f, %f]\n",
639 next_line[0], next_line[1], next_line[2], next_line[3]);
642 if (floatsEqual(stroker->back1_x, next_line[0]) &&
643 floatsEqual(stroker->back1_y, next_line[1]))
647 stroker_emit_line_to(stroker, next_line[0], next_line[1])
    [all...]
  /external/markdown/markdown/extensions/
footnotes.py 239 next_line = lines[j]; break
244 if detab(next_line): # Yes, more work to do.
  /external/valgrind/tests/
s390x_features.c 166 if (*p == '\n') goto next_line;
186 next_line: ;
  /external/e2fsprogs/misc/
e2initrd_helper.c 356 goto next_line;
363 next_line:
  /external/dbus/dbus/
dbus-sha.c 835 DBusString next_line; local
841 if (!_dbus_string_init (&next_line))
858 _dbus_string_pop_line (&tests, &next_line))
861 !_dbus_string_move (&next_line, 0, &line,
900 _dbus_string_free (&next_line);
  /toolchain/binutils/binutils-2.25/gas/config/
tc-tic30.c 288 /* next_line points to the next line after the current instruction
302 tic30_find_parallel_insn (char *current_line, char *next_line)
312 while (!is_end_of_line[(unsigned char) *next_line])
314 if (*next_line == PARALLEL_SEPARATOR
315 && *(next_line + 1) == PARALLEL_SEPARATOR)
318 next_line++;
321 next_line++;
343 line = next_line;
    [all...]
tc-tic54x.c     [all...]
  /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;
  /art/tools/
cpplint.py     [all...]
  /external/compiler-rt/lib/sanitizer_common/scripts/
cpplint.py     [all...]
  /external/libvpx/libvpx/tools/
cpplint.py     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
cpplint.py     [all...]
  /external/valgrind/coregrind/
m_machine.c 671 if (*p == '\n') goto next_line;
689 next_line: ;
    [all...]
  /external/v8/tools/
grokdump.py     [all...]
  /art/runtime/verifier/
method_verifier.cc 3594 RegisterLine* next_line = reg_table_.GetLine(next_insn_idx); local
    [all...]

Completed in 646 milliseconds