HomeSort by relevance Sort by last modified time
    Searched refs:bytes_to_fetch (Results 1 - 2 of 2) sorted by null

  /external/autotest/client/site_tests/cellular_Smoke/
cellular_Smoke.py 61 bytes_to_fetch = 4476
64 bytes_to_fetch = 64 * 1024
74 fetch_time = network.FetchUrl(url_pattern, bytes_to_fetch,
78 'bytes_3G_bytes_received': bytes_to_fetch,
79 'bits_second_3G_speed': 8 * bytes_to_fetch / fetch_time
  /external/autotest/client/cros/
network.py 137 def FetchUrl(url_pattern, bytes_to_fetch=10, fetch_timeout=10):
144 @param bytes_to_fetch: Number of bytes to fetch.
158 url = url_pattern % bytes_to_fetch
163 while bytes_fetched < bytes_to_fetch:
164 bytes_left = bytes_to_fetch - bytes_fetched

Completed in 2407 milliseconds