Home
last modified time | relevance | path

Searched refs:start_line (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/media/camera/docs/
H A Dmetadata-generate125 local start_line="$(grep -n -F "${start_delim}" "${dst_file}" | cut -d: -f1)"
129 (( start_line-- ))
134 if [[ -z "$start_line" ]]; then
146 if [[ "$start_line" -ge "$end_line" ]]; then
147 echo "Starting delim later than ending delim: $start_line vs $end_line" >& 2
156 head -n "$start_line" "${dst_file}" > "${tmp_name}"
/aosp12/art/tools/checker/file_format/checker/
H A Dparser.py92 start_line = _extract_line(prefix + "-START", sline, arch, debuggable)
93 if start_line is not None:
94 return None, start_line, (arch, debuggable)
/aosp12/system/extras/simpleperf/scripts/
H A Dpprof_proto_generator.py159 print('%sstart_line: %d' % (space, function.start_line))
235 self.start_line = 0
538 function.start_line = source_line
590 profile_function.start_line = function.start_line
H A Dreport_html.py487 def request_lines(self, start_line: int, end_line: int):
488 self.requested_lines |= set(range(start_line, end_line + 1))
753 start_file_path, start_line = start_source[-1]
755 if start_file_path != end_file_path or start_line > end_line:
758 source_file.request_lines(start_line, end_line)
759 function.source_info = (source_file.file_id, start_line, end_line)
/aosp12/frameworks/compile/mclinker/lib/Script/
H A DScriptScanner.ll299 const int start_line = pLocation.begin.line;
335 << start_line
/aosp12/frameworks/proto_logging/stats/stats_log_api_gen/
H A DCollation.cpp78 fprintf(stderr, "%s:%d: ", file->name().c_str(), loc.start_line); in print_error()
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/ ...