/external/clang/ |
D | update-prebuilts.py | 102 return download_file(host, build_number, filename, download_dir) 107 return download_file(host, build_number, filename, download_dir) 110 def download_file(host, build_number, pkg_name, download_dir): function
|
/external/freetype/tests/scripts/ |
D | download-test-fonts.py | 127 def download_file(url: str, expected_digest: Optional[bytes] = None): function 225 return download_file(file_url, hex_digest) 235 archive = zipfile.ZipFile(io.BytesIO(download_file(archive_url)))
|
/external/avb/tools/transparency/ |
D | pixel_factory_image_verify.py | 163 download_file = os.path.join(download_path, download_filename) 169 print('File %s already exists and cannot be deleted.' % download_file) 172 shutil.move(download_file, self.working_dir) 174 print('File %s cannot be moved to %s: %s' % (download_file,
|
/external/skia/tools/skp/ |
D | webpages_playback.py | 212 self.gs.download_file(CREDENTIALS_GS_PATH, CREDENTIALS_FILE_PATH) 474 gs.download_file(wpr_source, LOCAL_REPLAY_WEBPAGES_ARCHIVE_DIR) 475 gs.download_file(page_set_source, 491 def download_file(self, name, local_path): member in DataStore 520 def download_file(self, name, local_path): member in GoogleStorageDataStore 540 def download_file(self, name, local_path): member in LocalFileSystemDataStore
|
/external/autotest/server/site_tests/provision_CheetsUpdate/ |
D | provision_CheetsUpdate.py | 64 ds.download_file(zip_image, test_filepath, timeout=10) 100 ds.download_file(sepolicy_zip_url, sepolicy_zip_filepath, timeout=10) 123 ds.download_file(zip_url, zip_filepath, timeout=10)
|
/external/crosvm/prebuilts/src/ |
D | lib.rs | 78 pub fn download_file(url: &str, destination: &Path) -> Result<()> { in download_file() function 123 download_file(&url, Path::new(&dest_path.file))?; in download_prebuilt()
|
/external/armnn/python/pyarmnn/examples/image_classification/ |
D | example_utils.py | 241 def download_file(url: str, force: bool = False, filename: str = None): function 301 archive = download_file(dl) 351 images = [download_file(image_url)]
|
/external/crosvm/e2e_tests/fixture/src/ |
D | vm.rs | 19 use prebuilts::download_file; 266 download_file(&kernel_prebuilt_url(), &kernel_path).unwrap(); in initialize_once() 274 download_file(&rootfs_prebuilt_url(), &rootfs_path).unwrap(); in initialize_once()
|
/external/autotest/client/common_lib/cros/ |
D | power_load_util.py | 30 file_utils.download_file(url, named_file.name)
|
D | arc_util.py | 168 file_utils.download_file(_ARCP_URL, pltp.name)
|
D | dev_server.py | 1076 def download_file(cls, remote_file, local_file, timeout=None): member in ImageServerBase
|
/external/crosvm/tools/impl/ |
D | testvm.py | 19 from .common import CACHE_DIR, download_file 277 download_file(base_img_url(arch), base_img_path(arch))
|
D | common.py | 1154 def download_file(url: str, filename: Path, attempts: int = 3): function
|
/external/autotest/client/site_tests/power_VideoPlayback/ |
D | power_VideoPlayback.py | 118 file_utils.download_file(url, local_path)
|
/external/autotest/server/hosts/ |
D | teststation_host.py | 139 def download_file(self, src_url, dest_file, unzip=False, unzip_dest=None): member in TestStationHost
|
D | cros_host.py | 973 ds.download_file(fwurl,
|
/external/autotest/client/site_tests/platform_LogoutPerf/ |
D | platform_LogoutPerf.py | 86 file_utils.download_file(arc_util._ARCP_URL, cap.name)
|
/external/autotest/client/common_lib/ |
D | file_utils.py | 123 def download_file(remote_path, local_path): function
|
/external/autotest/server/site_tests/audio_AudioQualityAfterSuspend/ |
D | audio_AudioQualityAfterSuspend.py | 57 file_utils.download_file(self.test_playback_file, tmpfile.name)
|
/external/autotest/site_utils/lxc/ |
D | lxc.py | 106 dev_server.ImageServerBase.download_file(
|
/external/curl/tests/http/testenv/ |
D | curl.py | 216 def download_file(self, i: int) -> str: member in CurlClient 252 self._rmf(self.download_file(i))
|
/external/autotest/client/site_tests/network_CastTDLS/ |
D | network_CastTDLS.py | 103 file_utils.download_file(extension_download_url, output_file)
|
/external/curl/tests/http/ |
D | test_02_download.py | 291 dfile = curl.download_file(i)
|
/external/autotest/client/cros/ |
D | touch_playback_test_base.py | 165 file_utils.download_file(url, local_file)
|