Searched refs:start_line (Results 1 - 4 of 4) sorted by relevance

/external/bluetooth/glib/tests/
H A Dunicode-encoding.c319 gint start_line = 0; /* Quiet GCC */ local
356 start_line = line;
406 process (start_line, utf8, status, (gunichar *)ucs4->data, ucs4->len);
/external/protobuf/src/google/protobuf/stubs/
H A Dcommon_unittest.cc122 int start_line = __LINE__; local
130 "2 "__FILE__":" + SimpleItoa(start_line + 1) + ": An error.",
133 "1 "__FILE__":" + SimpleItoa(start_line + 2) + ": A warning.",
/external/protobuf/src/google/protobuf/io/
H A Dtokenizer.cc435 int start_line = line_; local
456 start_line, start_column, " Comment started here.");
/external/webkit/WebKitTools/Scripts/webkitpy/style/processors/
H A Dcpp.py1148 start_line = lines[start_line_number]
1149 joined_line += ' ' + start_line.lstrip()
1150 if search(r'(;|})', start_line): # Declarations and trivial functions
1153 if search(r'{', start_line):

Completed in 291 milliseconds