Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/network_3GSmokeTest/
Dnetwork_3GSmokeTest.py96 bytes_to_fetch = 4476
99 bytes_to_fetch = 64 * 1024
110 fetch_time = network.FetchUrl(url_pattern, bytes_to_fetch,
114 'bytes_3G_bytes_received': bytes_to_fetch,
115 'bits_second_3G_speed': 8 * bytes_to_fetch / fetch_time
/external/autotest/client/cros/
Dnetwork.py221 def FetchUrl(url_pattern, bytes_to_fetch=10, fetch_timeout=10): argument
242 url = url_pattern % bytes_to_fetch
247 while bytes_fetched < bytes_to_fetch:
248 bytes_left = bytes_to_fetch - bytes_fetched