HomeSort by relevance Sort by last modified time
    Searched refs:download_file (Results 1 - 25 of 47) sorted by null

1 2

  /external/autotest/client/common_lib/cros/
power_load_util.py 26 file_utils.download_file(url, named_file.name)
  /external/autotest/client/site_tests/video_JpegEncodeAccelerator/
video_JpegEncodeAccelerator.py 37 file_utils.download_file(url, local_path)
  /external/clang/
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
  /frameworks/rs/
update-prebuilts.py 106 return download_file(host, build_number, android_branch, filename, download_dir)
111 return download_file(host, build_number, android_branch, filename, download_dir)
114 def download_file(host, build_number, android_branch, pkg_name, download_dir): function
  /external/autotest/client/site_tests/login_GaiaLogin/
login_GaiaLogin.py 24 file_utils.download_file(chrome.CAP_URL, cap.name)
  /external/autotest/client/site_tests/video_VDASanity/
video_VDASanity.py 41 file_utils.download_file(url, local_file)
  /external/autotest/client/site_tests/platform_AddPrinter/
platform_AddPrinter.py 41 file_utils.download_file(chrome.CAP_URL, cap.name)
59 file_utils.download_file(
  /external/autotest/client/site_tests/platform_Crouton/
platform_Crouton.py 53 file_utils.download_file(crouton_url, crouton_temp_file)
  /external/autotest/client/site_tests/video_ChromeRTCHWDecodeUsed/
video_ChromeRTCHWDecodeUsed.py 69 file_utils.download_file(url, local_path)
  /external/autotest/server/
adb_utils.py 67 host.download_file(apk_url, apk, tmp_dir)
  /external/autotest/client/common_lib/
file_utils.py 122 def download_file(remote_path, local_path): function
  /external/autotest/client/cros/ui/
ui_test_base.py 104 file_utils.download_file(golden_image_remote_path,
  /external/autotest/client/site_tests/firmware_TouchMTB/
cros_gs.py 35 file_utils.download_file(GSUTIL_URI, gsutil_temp_file)
  /external/autotest/server/site_tests/audiovideo_AVSyncInternalDisplayAudioJack/
audiovideo_AVSyncInternalDisplayAudioJack.py 56 file_utils.download_file(video_url, f.name)
  /tools/test/connectivity/acts/tests/google/net/
DataUsageTest.py 67 req_params = ("wifi_network", "download_file", "file_size", "network")
69 self.file_path = DOWNLOAD_PATH + self.download_file.split('/')[-1]
114 json_obj = {"url": self.download_file}
335 self.dut, self.download_file, self.file_size, timeout=120)
378 ad, self.download_file, self.file_size, timeout=120)
DataCostTest.py 47 req_params = ("wifi_network", "download_file")
190 self.download_file)
192 self.download_file, DOWNLOAD_PATH)
  /external/autotest/server/hosts/
emulated_adb_host.py 138 self.download_file(build_url, zipped_artifact, image_dir,
140 self.download_file(build_url, dtb_artifact, image_dir,
teststation_host.py 139 def download_file(self, src_url, dest_file, unzip=False, unzip_dest=None): member in class:TestStationHost
  /external/skia/tools/skp/
webpages_playback.py 420 gs.download_file(wpr_source,
423 gs.download_file(page_set_source,
439 def download_file(self, name, local_path): member in class:DataStore
468 def download_file(self, name, local_path): member in class:GoogleStorageDataStore
488 def download_file(self, name, local_path): member in class:LocalFileSystemDataStore
  /external/skqp/tools/skp/
webpages_playback.py 420 gs.download_file(wpr_source,
423 gs.download_file(page_set_source,
439 def download_file(self, name, local_path): member in class:DataStore
468 def download_file(self, name, local_path): member in class:GoogleStorageDataStore
488 def download_file(self, name, local_path): member in class:LocalFileSystemDataStore
  /external/autotest/client/site_tests/audio_PlaybackPower/
audio_PlaybackPower.py 83 file_utils.download_file(_DOWNLOAD_BASE + test_file, local_path)
  /external/autotest/client/site_tests/platform_LogoutPerf/
platform_LogoutPerf.py 82 file_utils.download_file(arc_util._ARCP_URL, cap.name)
  /external/autotest/client/site_tests/video_JEAPerf/
video_JEAPerf.py 100 file_utils.download_file(url, input_path)
  /external/autotest/client/site_tests/video_VideoEncodeAccelerator/
video_VideoEncodeAccelerator.py 32 file_utils.download_file(url, local_file)
  /external/boringssl/src/util/bot/go/
bootstrap.py 127 download_file(url, pkg_path)
144 def download_file(url, path): function

Completed in 503 milliseconds

1 2