Home
last modified time | relevance | path

Searched refs:fetch_timeout (Results 1 – 3 of 3) sorted by relevance

/external/autotest/client/site_tests/network_3GSmokeTest/
Dnetwork_3GSmokeTest.py111 self.fetch_timeout)
134 fetch_timeout=120): argument
139 self.fetch_timeout = fetch_timeout
/external/autotest/client/cros/
Dnetwork.py221 def FetchUrl(url_pattern, bytes_to_fetch=10, fetch_timeout=10): argument
245 result = urllib2.urlopen(url, timeout=fetch_timeout)
257 if fetch_time > fetch_timeout:
/external/jemalloc/bin/
Djeprof.in3509 my $fetch_timeout = undef;
3517 $fetch_timeout = $main::opt_seconds * 1.01 + 60;
3548 my @fetcher = AddFetchTimeout($fetch_timeout, @URL_FETCHER);