/external/jsilver/src/com/google/clearsilver/jsilver/syntax/lexer/ |
D | Lexer.java | 61 int start_line = this.line; in getToken() local 162 start_line + 1, in getToken() 177 start_line + 1, in getToken() 191 start_line + 1, in getToken() 205 start_line + 1, in getToken() 219 start_line + 1, in getToken() 233 start_line + 1, in getToken() 247 start_line + 1, in getToken() 261 start_line + 1, in getToken() 276 start_line + 1, in getToken() [all …]
|
/external/webkit/Tools/Scripts/webkitpy/tool/steps/ |
D | validatechangelogs_unittest.py | 39 …def _assert_start_line_produces_output(self, start_line, should_fail=False, non_interactive=False): argument 45 diff_file.lines = [(start_line, start_line, "foo")]
|
/external/bluetooth/glib/tests/ |
D | unicode-encoding.c | 319 gint start_line = 0; /* Quiet GCC */ in main() local 356 start_line = line; in main() 406 process (start_line, utf8, status, (gunichar *)ucs4->data, ucs4->len); in main()
|
/external/protobuf/src/google/protobuf/stubs/ |
D | common_unittest.cc | 122 int start_line = __LINE__; in TEST() local 130 "2 "__FILE__":" + SimpleItoa(start_line + 1) + ": An error.", in TEST() 133 "1 "__FILE__":" + SimpleItoa(start_line + 2) + ": A warning.", in TEST()
|
/external/clang/tools/c-index-test/ |
D | c-index-test.c | 393 unsigned start_line, start_column, end_line, end_column; in PrintDiagnostic() local 395 clang_getSpellingLocation(start, &start_file, &start_line, in PrintDiagnostic() 402 clang_getCString(insertion_text), start_line, start_column); in PrintDiagnostic() 407 PrintExtent(out, start_line, start_column, end_line, end_column); in PrintDiagnostic() 414 PrintExtent(out, start_line, start_column, end_line, end_column); in PrintDiagnostic() 875 unsigned start_line, unsigned start_col, in print_cursor_file_scan() argument 881 PrintExtent(stdout, start_line, start_col, end_line, end_col); in print_cursor_file_scan() 895 unsigned start_line = 1, start_col = 1; in perform_file_scan() local 928 print_cursor_file_scan(TU, prevCursor, start_line, start_col, in perform_file_scan() 930 start_line = line; in perform_file_scan() [all …]
|
/external/protobuf/src/google/protobuf/io/ |
D | tokenizer.cc | 435 int start_line = line_; in ConsumeBlockComment() local 456 start_line, start_column, " Comment started here."); in ConsumeBlockComment()
|
/external/mksh/src/ |
D | syn.c | 32 int start_line; /* line nesting began on */ member 829 source->errline = nesting.start_line; in syntaxerr() 869 nesting.start_line = source->line; in nesting_push() 898 nesting.start_line = 0; in compile()
|
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
D | Lexer.pm | 41 $self->state->start_line(-1);
|
/external/webkit/Tools/Scripts/webkitpy/style/checkers/ |
D | cpp.py | 1465 start_line = clean_lines.elided[start_line_number] 1466 joined_line += ' ' + start_line.lstrip() 1467 body_match = search(r'{|;', start_line) 1496 if start_line[body_start_position.column] == ';':
|