Searched refs:progress (Results 1 – 6 of 6) sorted by relevance
/build/soong/ui/terminal/ |
D | status.go | 69 s.writer.StatusLine(s.progress(counts) + str) 78 progress := s.progress(counts) + str 83 s.writer.StatusAndMessage(progress, fmt.Sprintf("FAILED: %s\n%s", targets, result.Output)) 85 …s.writer.StatusAndMessage(progress, fmt.Sprintf("FAILED: %s\n%s\n%s", targets, result.Command, res… 88 s.writer.StatusAndMessage(progress, result.Output) 90 s.writer.StatusLine(progress) 96 func (s *statusOutput) progress(counts status.Counts) string { func
|
/build/make/tools/releasetools/ |
D | common.py | 1934 def WriteScript(self, script, output_zip, progress=None, argument 1942 if progress: 1943 script.ShowProgress(progress, 0) 2331 def __init__(self, src_group=None, tgt_group=None, progress=None, argument 2335 self.progress = progress 2388 for p, progress in progress_dict.items(): 2390 self._partition_updates[p].progress = progress 2453 u.block_difference.WriteScript(script, output_zip, progress=u.progress, 2476 u.block_difference.WriteScript(script, output_zip, progress=u.progress,
|
D | test_common.py | 1107 def WriteScript(self, script, _, progress=None, argument 1109 if progress: 1110 script.AppendExtra("progress({})".format(progress))
|
D | ota_from_target_files | 990 progress=progress_dict.get(block_diff.partition), 1776 progress=progress_dict.get(block_diff.partition),
|
D | ota_from_target_files.py | 990 progress=progress_dict.get(block_diff.partition), 1776 progress=progress_dict.get(block_diff.partition),
|
/build/make/tools/droiddoc/templates-ndk/assets/js/ |
D | android_3p-bundle.js | 2478 …st|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|t…
|