Searched refs:progress (Results 1 – 4 of 4) sorted by relevance
/build/ |
D | prebuilts_download.py | 75 …url(args, task_id, url, local_file, code_dir, unzip_dir, unzip_filename, mark_file_path, progress): argument 81 progress.console.log('Requesting {}'.format(url)) 85 … progress.console.log("Failed to open {}, HTTPError: {}".format(url, e.code), style='red') 86 progress.update(task_id, total=int(response.info()["Content-length"])) 88 progress.start_task(task_id) 91 progress.update(task_id, advance=len(data)) 92 progress.console.log("Downloaded {}".format(local_file)) 97 progress.console.log("Decompressing {}".format(local_file)) 99 progress.console.log("Decompressed {}".format(local_file)) 154 … args.progress.console.log('{}, Sha256 markword check OK.'.format(huaweicloud_url), style='green') [all …]
|
/build/scripts/ |
D | download_sdk.py | 47 progress = int(0) 48 if progress != int(data_download * data_size * 1000 / total_size): 49 progress = int(data_download * data_size * 1000 / total_size)
|
/build/lite/ndk/doc/config/ |
D | Doxyfile_CPP | 693 # Configuration options related to warning and progress messages
|
D | Doxyfile_C | 693 # Configuration options related to warning and progress messages
|