Searched defs:next_line (Results 1 - 4 of 4) sorted by relevance

/external/bluetooth/glib/glib/
H A Dgscanner.h194 guint next_line; member in struct:_GScanner
/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/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/v8/src/
H A Dd8.cc645 char* next_line = ReadLine(ptr); local
649 ptr = next_line;
676 ptr = next_line;

Completed in 1743 milliseconds