Home
last modified time | relevance | path

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

/external/autotest/server/
Dsite_log_time_diff.py30 self.end_line = None
42 self.end_line = None
45 self.end_line = line
54 if not self.start_line or not self.end_line:
59 logger.debug('End line: %s', self.end_line)
68 to_match = re.search('kernel:\s*\[\s*([0-9.]*)', self.end_line)
76 syslog_to = self.end_line.split(' ')[0]
/external/toybox/toys/pending/
Dmdev.c124 goto end_line; in make_device()
135 if (s==end2) goto end_line; in make_device()
144 if (!pass) goto end_line; in make_device()
155 if (!grp) goto end_line; in make_device()
164 if (pos!=end2) goto end_line; in make_device()
170 end_line: in make_device()
/external/python/cpython2/Lib/lib2to3/fixes/
Dfix_idioms.py147 end_line = BlankLine()
148 list_call.parent.append_child(end_line)
149 assert list_call.next_sibling is end_line
152 end_line.prefix = btwn.rpartition(u"\n")[0]
/external/python/cpython2/Lib/idlelib/
DRstripExtension.py19 end_line = int(float(text.index('end')))
20 for cur in range(1, end_line):
/external/clang/tools/clang-format/
Dclang-format-diff.py87 end_line = start_line + line_count - 1;
89 ['-lines', str(start_line) + ':' + str(end_line)])
/external/v8/tools/clang/scripts/
Dapply_fixits.py70 if fixit.start_line != fixit.end_line:
/external/clang/tools/c-index-test/
Dc-index-test.c117 unsigned end_line, unsigned end_column) { in PrintExtent() argument
119 end_line, end_column); in PrintExtent()
345 unsigned begin_line, begin_column, end_line, end_column; in PrintRange() local
350 &end_file, &end_line, &end_column, 0); in PrintRange()
356 PrintExtent(stdout, begin_line, begin_column, end_line, end_column); in PrintRange()
1014 unsigned start_line, start_column, end_line, end_column; in PrintDiagnostic() local
1018 clang_getSpellingLocation(end, &end_file, &end_line, &end_column, 0); in PrintDiagnostic()
1028 PrintExtent(out, start_line, start_column, end_line, end_column); in PrintDiagnostic()
1035 PrintExtent(out, start_line, start_column, end_line, end_column); in PrintDiagnostic()
1779 unsigned end_line, unsigned end_col, in print_cursor_file_scan() argument
[all …]
/external/libvpx/libvpx/tools/
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/
Dparser.h95 unsigned long end_line; member
/external/v8/src/
Dd8.cc1717 int end_line = function_data.End().GetLineNumber(); in WriteLcovData() local
1720 lines.resize(std::max(static_cast<size_t>(end_line + 1), lines.size()), in WriteLcovData()
1725 lines[end_line] = std::max(lines[end_line], count); in WriteLcovData()
1727 for (int k = start_line + 1; k < end_line; k++) lines[k] = count; in WriteLcovData()
/external/protobuf/src/google/protobuf/
Ddescriptor.h138 int end_line; member
Ddescriptor_unittest.cc6441 1 + loc.end_line, in PrintSourceLocation()
Ddescriptor.cc2603 out_location->end_line = span.Get(span.size() == 3 ? 0 : 2); in GetSourceLocation()
/external/compiler-rt/lib/sanitizer_common/scripts/
Dcpplint.py2659 (end_line, end_linenum, end_pos) = CloseExpression(
2665 if end_pos >= 0 and Match(r';', end_line[end_pos:]):
/external/libxml2/
DSAX2.c1816 ctxt->nodeInfo->end_line = ctxt->input->line; in xmlSAX2EndElement()
2465 node_info.end_line = ctxt->input->line; in xmlSAX2EndElementNs()
Dparser.c9976 node_info.end_line = ctxt->input->line; in xmlParseElement()
10004 node_info.end_line = ctxt->input->line; in xmlParseElement()
10051 node_info.end_line = ctxt->input->line; in xmlParseElement()
/external/libxml2/os400/libxmlrpg/
Dparser.rpgle88 d end_line like(xmlCulong)
/external/ply/ply/
DCHANGES272 start_line, end_line = p.linespan(3)