Home
last modified time | relevance | path

Searched refs:bytes_to_fetch (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/autotest/client/site_tests/cellular_Smoke/
H A Dcellular_Smoke.py69 bytes_to_fetch = 4476
72 bytes_to_fetch = 64 * 1024
85 fetch_time = network.FetchUrl(url_pattern, bytes_to_fetch,
93 'bytes_3G_bytes_received': bytes_to_fetch,
94 'bits_second_3G_speed': 8 * bytes_to_fetch / fetch_time
/aosp_15_r20/external/autotest/client/cros/
H A Dnetwork.py63 def FetchUrl(url_pattern, bytes_to_fetch=10, fetch_timeout=10): argument
84 url = url_pattern % bytes_to_fetch
89 while bytes_fetched < bytes_to_fetch:
90 bytes_left = bytes_to_fetch - bytes_fetched