Home
last modified time | relevance | path

Searched refs:end_line (Results 1 – 14 of 14) 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/autotest/client/site_tests/hardware_VideoOutSemiAuto/
Dhardware_VideoOutSemiAuto.py51 end_line = int(utils.system_output(graphics_utils_ui.xcommand(
55 end_line = -1
57 if end_line != -1:
58 lines_between = end_line - start_line - 1
/external/clang/tools/clang-format/
Dclang-format-diff.py90 end_line = start_line + line_count - 1;
92 ['-lines', str(start_line) + ':' + str(end_line)])
/external/clang/tools/c-index-test/
Dc-index-test.c113 unsigned end_line, unsigned end_column) { in PrintExtent() argument
115 end_line, end_column); in PrintExtent()
341 unsigned begin_line, begin_column, end_line, end_column; in PrintRange() local
346 &end_file, &end_line, &end_column, 0); in PrintRange()
352 PrintExtent(stdout, begin_line, begin_column, end_line, end_column); in PrintRange()
998 unsigned start_line, start_column, end_line, end_column; in PrintDiagnostic() local
1002 clang_getSpellingLocation(end, &end_file, &end_line, &end_column, 0); in PrintDiagnostic()
1012 PrintExtent(out, start_line, start_column, end_line, end_column); in PrintDiagnostic()
1019 PrintExtent(out, start_line, start_column, end_line, end_column); in PrintDiagnostic()
1726 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/protobuf/src/google/protobuf/
Ddescriptor.h110 int end_line; member
Ddescriptor_unittest.cc5329 1 + loc.end_line, in PrintSourceLocation()
Ddescriptor.cc2133 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.c1809 ctxt->nodeInfo->end_line = ctxt->input->line; in xmlSAX2EndElement()
2458 node_info.end_line = ctxt->input->line; in xmlSAX2EndElementNs()
Dparser.c10177 node_info.end_line = ctxt->input->line; in xmlParseElement()
10205 node_info.end_line = ctxt->input->line; in xmlParseElement()
10252 node_info.end_line = ctxt->input->line; in xmlParseElement()
/external/libxml2/os400/libxmlrpg/
Dparser.rpgle88 d end_line like(xmlCulong)