Searched refs:download (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/ets_frontend/test/scripts/ |
H A D | entry.py | 24 from utils.download_sdk_and_image.download import get_the_image 44 help='specify whether to skip the download sdk or not') 46 help='specify whether to skip the download dayu or not')
|
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/ |
H A D | utils.py | 43 def download(name: str, git_url: str, revision: str, target_path: str, show_progress: bool = False) -> None: function 87 download(name, url, revision, temp_path, show_progress)
|
/arkcompiler/ets_frontend/test/scripts/utils/download_sdk_and_image/ |
H A D | download.py | 101 download_url = 'http://download.ci.openharmony.cn/' + download_url_suffix 108 is_download_success = download(download_url, temp_file, temp_file_name) 112 print(f"download failed! retrying... ({i + 1}/{max_retries})") 138 def download(download_url, temp_file, temp_file_name): function 152 print('Insufficient disk space; download has been halted.') 242 print(f'download {download_name} from {download_url}, please wait!!!') 326 if download_url == 'http://download.ci.openharmony.cn/': 327 print('get download url failed') 354 help='specify which sdk you want to download') 356 help='specify which dayu200 you want to download') [all...] |
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/ |
H A D | size_compare.py | 350 def download(self): member in Workload 351 # download workload cases 368 self.download()
|
/arkcompiler/ets_runtime/test/jsperftest/ |
H A D | run_js_perf_test.sh | 74 --no-download-benchs) 344 --no-download-benchs - no download benchmarks from repository if repo already exists
|
/arkcompiler/runtime_core/static_core/scripts/ |
H A D | install-deps-ubuntu | 51 apt-get download libclang-rt-${llvm_version}-dev
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
H A D | cocos_worker_test.js | 9252 4916: "Failed to download package for %s", [all...] |
Completed in 31 milliseconds