Searched refs:end_line (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/ppapi/
H A Dgenerate_ppapi_size_checks.py36 def __init__(self, filename="", start_line=-1, end_line=-1):
39 self.end_line = end_line
66 kind,name,size,arch_dependent,source_file,start_line,end_line
79 start_line, end_line] = info_string.split(',')
85 int(end_line)-1)
102 def Delete(self, start_line, end_line):
104 including |end_line|.
106 self.linenums_to_delete |= set(range(start_line, end_line))
384 typeinfo.source_location.end_line
[all...]
/external/lldb/source/Core/
H A DSourceManager.cpp129 const uint32_t end_line = start_line + count - 1; local
130 for (uint32_t line = start_line; line <= end_line; ++line)
325 uint32_t end_line,
332 return file_sp->FindLinesMatchingRegex (regex, start_line, end_line, match_lines);
469 const uint32_t end_line = line + context_after; local
470 uint32_t end_line_offset = GetLineOffset (end_line + 1);
490 SourceManager::File::FindLinesMatchingRegex (RegularExpression& regex, uint32_t start_line, uint32_t end_line, std::vector<uint32_t> &match_lines) argument
502 if (!LineIsValid(start_line) || (end_line != UINT32_MAX && !LineIsValid(end_line)))
504 if (start_line > end_line)
322 FindLinesMatchingRegex(FileSpec &file_spec, RegularExpression& regex, uint32_t start_line, uint32_t end_line, std::vector<uint32_t> &match_lines) argument
[all...]
H A DInputReader.cpp204 const char *end_line = NULL; local
235 end_line = p;
255 if (end_line)
256 return end_line - bytes;
/external/clang/tools/clang-format/
H A Dclang-format-diff.py86 end_line = start_line + line_count - 1;
88 ['-lines', str(start_line) + ':' + str(end_line)])
/external/lldb/include/lldb/Core/
H A DSourceManager.h46 uint32_t end_line,
168 uint32_t end_line,
/external/lldb/source/Commands/
H A DCommandObjectSource.cpp372 uint32_t end_line; local
385 sc.function->GetEndLineSourceInfo (end_file, end_line);
392 end_line = start_line + m_options.num_lines;
411 if (end_line != 0)
413 if (m_options.num_lines > end_line - line_no)
414 m_options.num_lines = end_line - line_no + extra_lines;
/external/lldb/test/python_api/value/change_values/
H A DTestChangeValueAPI.py42 self.end_line = line_number ('main.c', '// Set a breakpoint here at the end')
62 end_breakpoint = target.BreakpointCreateByLocation('main.c', self.end_line)
/external/chromium_org/third_party/motemplate/
H A Dmotemplate.py309 def __init__(self, start_line, end_line):
311 self._end_line = end_line
444 def __init__(self, string, start_line, end_line):
447 self._end_line = end_line
529 def __init__(self, start_line, end_line):
530 _LeafNode.__init__(self, start_line, end_line)
/external/clang/tools/c-index-test/
H A Dc-index-test.c111 unsigned end_line, unsigned end_column) {
113 end_line, end_column);
328 unsigned begin_line, begin_column, end_line, end_column; local
333 &end_file, &end_line, &end_column, 0); local
339 PrintExtent(stdout, begin_line, begin_column, end_line, end_column);
956 unsigned start_line, start_column, end_line, end_column; local
960 clang_getSpellingLocation(end, &end_file, &end_line, &end_column, 0);
970 PrintExtent(out, start_line, start_column, end_line, end_column);
977 PrintExtent(out, start_line, start_column, end_line, end_column);
1600 unsigned end_line, unsigne
110 PrintExtent(FILE *out, unsigned begin_line, unsigned begin_column, unsigned end_line, unsigned end_column) argument
1598 print_cursor_file_scan(CXTranslationUnit TU, CXCursor cursor, unsigned start_line, unsigned start_col, unsigned end_line, unsigned end_col, const char *prefix) argument
3407 unsigned start_line, start_column, end_line, end_column; local
3422 unsigned start_line, start_column, end_line, end_column; local
3434 0, &end_line, &end_column, 0); local
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/tools/
H A Dcpplint.py3152 (end_line, end_linenum, end_pos) = CloseExpression(
3158 if end_pos >= 0 and Match(r';', end_line[end_pos:]):
3200 (last_line, end_line, end_pos) = CloseExpression(
3204 if linenum == end_line:
3208 for i in xrange(linenum + 1, end_line):
/external/libvpx/libvpx/tools/
H A Dcpplint.py3152 (end_line, end_linenum, end_pos) = CloseExpression(
3158 if end_pos >= 0 and Match(r';', end_line[end_pos:]):
3200 (last_line, end_line, end_pos) = CloseExpression(
3204 if linenum == end_line:
3208 for i in xrange(linenum + 1, end_line):
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dparser.h95 unsigned long end_line; member in struct:_xmlParserNodeInfo
/external/libxml2/include/libxml/
H A Dparser.h95 unsigned long end_line; member in struct:_xmlParserNodeInfo
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.h111 int end_line; member in struct:google::protobuf::SourceLocation
H A Ddescriptor.cc2005 out_location->end_line = span.Get(span.size() == 3 ? 0 : 2);
H A Ddescriptor_unittest.cc4505 1 + loc.end_line,
/external/chromium_org/third_party/libxml/src/
H A DSAX2.c1774 node_info.end_line = ctxt->input->line;
2362 node_info.end_line = ctxt->input->line;
H A DHTMLparser.c4212 node_info.end_line = ctxt->input->line;
4247 node_info.end_line = ctxt->input->line;
4267 ctxt->nodeInfo->end_line = ctxt->input->line;
H A Dparser.c9617 node_info.end_line = ctxt->input->line;
9645 node_info.end_line = ctxt->input->line;
9692 node_info.end_line = ctxt->input->line;
/external/compiler-rt/lib/sanitizer_common/scripts/
H A Dcpplint.py2659 (end_line, end_linenum, end_pos) = CloseExpression(
2665 if end_pos >= 0 and Match(r';', end_line[end_pos:]):
/external/libxml2/
H A DSAX2.c1803 ctxt->nodeInfo->end_line = ctxt->input->line;
2450 node_info.end_line = ctxt->input->line;
H A DHTMLparser.c4289 node_info.end_line = ctxt->input->line;
4324 node_info.end_line = ctxt->input->line;
4344 ctxt->nodeInfo->end_line = ctxt->input->line;
H A Dparser.c10016 node_info.end_line = ctxt->input->line;
10044 node_info.end_line = ctxt->input->line;
10091 node_info.end_line = ctxt->input->line;

Completed in 632 milliseconds