Home
last modified time | relevance | path

Searched defs:download (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/test/scripts/utils/download_sdk_and_image/
Ddownload.py138 def download(download_url, temp_file, temp_file_name): function
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/
Dutils.py43 def download(name: str, git_url: str, revision: str, target_path: str, show_progress: bool = False)… function
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/
Dsize_compare.py350 def download(self): member in Workload
/arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/
Dutils.py59 def download(name: str, *, git_url: str, revision: str, download_root: Path, target_path: Path, function