Home
last modified time | relevance | path

Searched refs:end_line (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/ppapi/
Dgenerate_ppapi_size_checks.py36 def __init__(self, filename="", start_line=-1, end_line=-1): argument
39 self.end_line = end_line
79 start_line, end_line] = info_string.split(',')
85 int(end_line)-1)
102 def Delete(self, start_line, end_line): argument
106 self.linenums_to_delete |= set(range(start_line, end_line))
384 typeinfo.source_location.end_line+1)
402 typeinfo.source_location.end_line+1)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
Dpep8.py840 end_line, end = previous[3]
842 if end_line != start_line: # different row
843 if self.lines[end_line - 1][end - 1] not in '{[(':
847 fill = self.lines[end_line - 1][end:start]
/external/clang/tools/c-index-test/
Dc-index-test.c84 unsigned end_line, unsigned end_column) { in PrintExtent() argument
86 end_line, end_column); in PrintExtent()
253 unsigned begin_line, begin_column, end_line, end_column; in PrintRange() local
258 &end_file, &end_line, &end_column, 0); in PrintRange()
264 PrintExtent(stdout, begin_line, begin_column, end_line, end_column); in PrintRange()
888 unsigned start_line, start_column, end_line, end_column; in PrintDiagnostic() local
892 clang_getSpellingLocation(end, &end_file, &end_line, &end_column, 0); in PrintDiagnostic()
902 PrintExtent(out, start_line, start_column, end_line, end_column); in PrintDiagnostic()
909 PrintExtent(out, start_line, start_column, end_line, end_column); in PrintDiagnostic()
1477 unsigned end_line, unsigned end_col, in print_cursor_file_scan() argument
[all …]
/external/chromium_org/third_party/handlebar/
Dhandlebar.py310 def __init__(self, start_line, end_line): argument
312 self._end_line = end_line
445 def __init__(self, string, start_line, end_line): argument
448 self._end_line = end_line
530 def __init__(self, start_line, end_line): argument
531 _LeafNode.__init__(self, start_line, end_line)
/external/chromium_org/third_party/libxml/src/include/libxml/
Dparser.h95 unsigned long end_line; member
/external/libxml2/include/libxml/
Dparser.h95 unsigned long end_line; member
/external/chromium_org/third_party/protobuf/src/google/protobuf/
Ddescriptor.h111 int end_line; member
Ddescriptor_unittest.cc4505 1 + loc.end_line, in PrintSourceLocation()
Ddescriptor.cc2007 out_location->end_line = span.Get(span.size() == 3 ? 0 : 2); in GetSourceLocation()
/external/libvpx/libvpx/tools/
Dcpplint.py2655 (end_line, end_linenum, end_pos) = CloseExpression(
2661 if end_pos >= 0 and Match(r';', end_line[end_pos:]):
/external/libxml2/
DSAX2.c1774 node_info.end_line = ctxt->input->line; in xmlSAX2EndElement()
2412 node_info.end_line = ctxt->input->line; in xmlSAX2EndElementNs()
DHTMLparser.c4217 node_info.end_line = ctxt->input->line; in htmlParseElement()
4252 node_info.end_line = ctxt->input->line; in htmlParseElement()
4272 ctxt->nodeInfo->end_line = ctxt->input->line; in htmlParserFinishElementParsing()
Dparser.c9646 node_info.end_line = ctxt->input->line; in xmlParseElement()
9674 node_info.end_line = ctxt->input->line; in xmlParseElement()
9719 node_info.end_line = ctxt->input->line; in xmlParseElement()
/external/chromium_org/third_party/libxml/src/
DSAX2.c1774 node_info.end_line = ctxt->input->line; in xmlSAX2EndElement()
2362 node_info.end_line = ctxt->input->line; in xmlSAX2EndElementNs()
DHTMLparser.c4212 node_info.end_line = ctxt->input->line; in htmlParseElement()
4247 node_info.end_line = ctxt->input->line; in htmlParseElement()
4267 ctxt->nodeInfo->end_line = ctxt->input->line; in htmlParserFinishElementParsing()
Dparser.c9617 node_info.end_line = ctxt->input->line; in xmlParseElement()
9645 node_info.end_line = ctxt->input->line; in xmlParseElement()
9692 node_info.end_line = ctxt->input->line; in xmlParseElement()