Home
last modified time | relevance | path

Searched refs:download (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/test/scripts/
H A Dentry.py24 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 Dutils.py43 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 Ddownload.py101 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 Dsize_compare.py350 def download(self): member in Workload
351 # download workload cases
368 self.download()
/arkcompiler/ets_runtime/test/jsperftest/
H A Drun_js_perf_test.sh74 --no-download-benchs)
344 --no-download-benchs - no download benchmarks from repository if repo already exists
/arkcompiler/runtime_core/static_core/scripts/
H A Dinstall-deps-ubuntu51 apt-get download libclang-rt-${llvm_version}-dev
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js9252 4916: "Failed to download package for %s",
[all...]

Completed in 32 milliseconds