Home
last modified time | relevance | path

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

/system/media/camera/docs/
Dmetadata-generate124 local start_line="$(grep -n -F "${start_delim}" "${dst_file}" | cut -d: -f1)"
128 (( start_line-- ))
133 if [[ -z "$start_line" ]]; then
145 if [[ "$start_line" -ge "$end_line" ]]; then
146 echo "Starting delim later than ending delim: $start_line vs $end_line" >& 2
155 head -n "$start_line" "${dst_file}" > "${tmp_name}"
/system/extras/simpleperf/scripts/
Dpprof_proto_generator.py159 print('%sstart_line: %d' % (space, function.start_line))
235 self.start_line = 0
541 function.start_line = source_line
593 profile_function.start_line = function.start_line
Dreport_html.py451 def request_lines(self, start_line, end_line): argument
452 self.requested_lines |= set(range(start_line, end_line + 1))
704 start_file_path, start_line = start_source[-1]
706 if start_file_path != end_file_path or start_line > end_line:
709 source_file.request_lines(start_line, end_line)
710 function.source_info = (source_file.file_id, start_line, end_line)
Ddebug_unwind_reporter.py304 start_line = i
308 return i, lines[start_line:i]