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

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cc222 char *next_line = (char*)internal_memchr(current_, '\n', last - current_);
223 if (next_line == 0)
224 next_line = last;
245 while (current_ < next_line && *current_ == ' ')
249 while (current_ < next_line) {
256 current_ = next_line + 1;
/external/openssl/crypto/ocsp/
H A Docsp_ht.c335 next_line:
373 goto next_line;
390 goto next_line;
/external/valgrind/tsan/
H A Dts_dynamorio.cc441 char *next_line = strstr(cur_line, "\n"); local
442 if (next_line != NULL)
443 *next_line = 0;
451 if (next_line == NULL) break;
452 cur_line = next_line + 1;
/external/e2fsprogs/misc/
H A De2initrd_helper.c348 goto next_line;
355 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/main/tests/
H A Ds390x_features.c162 if (*p == '\n') goto next_line;
182 next_line: ;
/external/dbus/dbus/
H A Ddbus-sha.c835 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);
/external/webkit/Tools/Scripts/webkitpy/style/checkers/
H A Dcpp.py1722 next_line = raw[line_number + 1]
1723 if (next_line
1724 and match(r'\s*}', next_line)
1725 and next_line.find('namespace') == -1
1726 and next_line.find('} else ') == -1):
2679 next_line = clean_lines.raw_lines[line_number + 1]
2680 if not is_blank_line(next_line):
/external/v8/src/
H A Dd8.cc1121 char* next_line = ReadLine(ptr); local
1125 ptr = next_line;
1155 ptr = next_line;
/external/valgrind/main/coregrind/
H A Dm_machine.c568 if (*p == '\n') goto next_line;
586 next_line: ;

Completed in 205 milliseconds