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

/external/toybox/toys/pending/
H A Dmdev.c128 goto end_line;
139 if (s==end2) goto end_line;
148 if (!pass) goto end_line;
159 if (!grp) goto end_line;
168 if (pos!=end2) goto end_line;
174 end_line:
/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.py88 end_line = start_line + line_count - 1;
90 ['-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/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);
983 unsigned start_line, start_column, end_line, end_column; local
987 clang_getSpellingLocation(end, &end_file, &end_line, &end_column, 0);
997 PrintExtent(out, start_line, start_column, end_line, end_column);
1004 PrintExtent(out, start_line, start_column, end_line, end_column);
1664 unsigned end_line, unsigne
110 PrintExtent(FILE *out, unsigned begin_line, unsigned begin_column, unsigned end_line, unsigned end_column) argument
1662 print_cursor_file_scan(CXTranslationUnit TU, CXCursor cursor, unsigned start_line, unsigned start_col, unsigned end_line, unsigned end_col, const char *prefix) argument
3472 unsigned start_line, start_column, end_line, end_column; local
3487 unsigned start_line, start_column, end_line, end_column; local
3499 0, &end_line, &end_column, 0); local
[all...]
/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/libxml2/include/libxml/
H A Dparser.h95 unsigned long end_line; member in struct:_xmlParserNodeInfo
/external/protobuf/src/google/protobuf/
H A Ddescriptor.h110 int end_line; member in struct:google::protobuf::SourceLocation
H A Ddescriptor_unittest.cc5329 1 + loc.end_line,
H A Ddescriptor.cc2133 out_location->end_line = span.Get(span.size() == 3 ? 0 : 2);
/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.c1809 ctxt->nodeInfo->end_line = ctxt->input->line;
2458 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.c10118 node_info.end_line = ctxt->input->line;
10146 node_info.end_line = ctxt->input->line;
10193 node_info.end_line = ctxt->input->line;

Completed in 844 milliseconds