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

/external/jsilver/src/com/google/clearsilver/jsilver/syntax/lexer/
H A DLexer.java61 int start_line = this.line;
162 start_line + 1,
177 start_line + 1,
191 start_line + 1,
205 start_line + 1,
219 start_line + 1,
233 start_line + 1,
247 start_line + 1,
261 start_line + 1,
276 start_line
[all...]
/external/chromium-trace/trace-viewer/third_party/python_gflags/
H A Dgflags2man.py218 (start_line, lang) = self.ParseDesc()
219 if start_line < 0:
222 self.ParsePythonFlags(start_line)
224 self.ParseCFlags(start_line)
226 self.ParseJavaFlags(start_line)
228 def ParseDesc(self, start_line=0):
234 (start_line, lang_type)
235 start_line Line to start parsing flags on (int)
242 start_line = 0 # ignore the passed-in arg for now (?)
243 for start_line i
[all...]
/external/chromium_org/third_party/python_gflags/
H A Dgflags2man.py218 (start_line, lang) = self.ParseDesc()
219 if start_line < 0:
222 self.ParsePythonFlags(start_line)
224 self.ParseCFlags(start_line)
226 self.ParseJavaFlags(start_line)
228 def ParseDesc(self, start_line=0):
234 (start_line, lang_type)
235 start_line Line to start parsing flags on (int)
242 start_line = 0 # ignore the passed-in arg for now (?)
243 for start_line i
[all...]
/external/chromium_org/ppapi/
H A Dgenerate_ppapi_size_checks.py36 def __init__(self, filename="", start_line=-1, end_line=-1):
38 self.start_line = start_line
66 kind,name,size,arch_dependent,source_file,start_line,end_line
79 start_line, end_line] = info_string.split(',')
84 int(start_line)-1,
102 def Delete(self, start_line, end_line):
103 """Make the patch delete the lines starting with |start_line| up to but not
106 self.linenums_to_delete |= set(range(start_line, end_line))
383 file_patches[sourcefile].Delete(typeinfo.source_location.start_line,
[all...]
/external/clang/tools/clang-format/
H A Dgit-clang-format269 The return value is a dictionary mapping filename to a list of (start_line,
282 start_line = int(match.group(1))
287 matches.setdefault(filename, []).append(Range(start_line, line_count))
359 '-lines=%s:%s' % (start_line, start_line+line_count-1)
360 for start_line, line_count in line_ranges])
/external/chromium_org/third_party/handlebar/
H A Dhandlebar.py305 def __init__(self, start_line, end_line):
306 self._start_line = start_line
437 def __init__(self, string, start_line, end_line):
439 self._start_line = start_line
531 def __init__(self, start_line, end_line):
532 _LeafNode.__init__(self, start_line, end_line)
870 start_line = tokens.next_line
872 return [_StringNode(string, start_line, tokens.next_line)]
933 start_line = tokens.next_line
935 return [_CommentNode(start_line, token
[all...]
/external/chromium_org/third_party/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/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/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dtokenizer.cc478 int start_line = line_; local
520 start_line, start_column, " Comment started here.");
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DLexer.pm41 $self->state->start_line(-1);
/external/mksh/src/
H A Dsyn.c30 int start_line; /* line nesting began on */ member in struct:nesting_state
847 source->errline = nesting.start_line;
887 nesting.start_line = source->line;
916 nesting.start_line = 0;
/external/clang/tools/c-index-test/
H A Dc-index-test.c888 unsigned start_line, start_column, end_line, end_column; local
890 clang_getSpellingLocation(start, &start_file, &start_line,
897 clang_getCString(insertion_text), start_line, start_column);
902 PrintExtent(out, start_line, start_column, end_line, end_column);
909 PrintExtent(out, start_line, start_column, end_line, end_column);
1476 unsigned start_line, unsigned start_col,
1482 PrintExtent(stdout, start_line, start_col, end_line, end_col);
1496 unsigned start_line = 1, start_col = 1; local
1529 print_cursor_file_scan(TU, prevCursor, start_line, start_col,
1531 start_line
1475 print_cursor_file_scan(CXTranslationUnit TU, CXCursor cursor, unsigned start_line, unsigned start_col, unsigned end_line, unsigned end_col, const char *prefix) argument
3208 unsigned start_line, start_column, end_line, end_column; local
3218 0, &start_line, &start_column, 0); local
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dtracer.c196 static int start_line = 27; variable
268 if (strstr(MyText_AS_STRING(frame->f_code->co_filename), start_file) && frame->f_lineno == start_line) {
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
H A Dpep8.py841 start_line, start = token[2]
842 if end_line != start_line: # different row
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
H A Dcpp.py1584 start_line = clean_lines.elided[start_line_number]
1585 joined_line += ' ' + start_line.lstrip()
1586 body_match = search(r'{|;', start_line)
1615 if start_line[body_start_position.column] == ';':
/external/libvpx/libvpx/tools/
H A Dcpplint.py1978 start_line = lines[start_linenum]
1979 joined_line += ' ' + start_line.lstrip()
1980 if Search(r'(;|})', start_line): # Declarations and trivial functions
1983 elif Search(r'{', start_line):
/external/chromium_org/build/android/pylib/
H A Dandroid_commands.py696 start_line = m.group(0)
697 return GetLogTimestamp(start_line, self.GetDeviceYear())
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dtext_format.cc316 int start_line = tokenizer_.current().line; local
438 ParseLocation(start_line, start_column));
H A Ddescriptor.h106 int start_line; member in struct:google::protobuf::SourceLocation
H A Ddescriptor.cc2005 out_location->start_line = span.Get(0);
H A Ddescriptor_unittest.cc4501 1 + loc.start_line,

Completed in 655 milliseconds