Home
last modified time | relevance | path

Searched refs:progress (Results 1 – 5 of 5) sorted by relevance

/build/
Dprebuilts_download.py91 unzip_filename: str, mark_file_path: str, progress): argument
97 progress.console.log('Requesting {}'.format(url))
101progress.console.log("Failed to open {}, HTTPError: {}".format(url, e.code), style='red')
102 progress.update(task_id, total=int(response.info()["Content-length"]))
104 progress.start_task(task_id)
107 progress.update(task_id, advance=len(data))
108 progress.console.log("Downloaded {}".format(local_file))
113 progress.console.log("Decompressing {}".format(local_file))
115 progress.console.log("Decompressed {}".format(local_file))
171 … args.progress.console.log('{}, Sha256 markword check OK.'.format(huaweicloud_url), style='green')
[all …]
Dprebuilts_config.py202 progress = downloaded_size / total_size * 50
/build/scripts/
Ddownload_sdk.py48 progress = int(0)
49 if progress != int(data_download * data_size * 1000 / total_size):
50 progress = int(data_download * data_size * 1000 / total_size)
/build/lite/ndk/doc/config/
DDoxyfile_CPP693 # Configuration options related to warning and progress messages
DDoxyfile_C693 # Configuration options related to warning and progress messages