Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/cellular_Smoke/
Dcellular_Smoke.py86 self.fetch_timeout)
89 self.fetch_timeout)
117 fetch_timeout=30): argument
124 self.fetch_timeout = fetch_timeout
/external/autotest/client/cros/
Dnetwork.py63 def FetchUrl(url_pattern, bytes_to_fetch=10, fetch_timeout=10): argument
87 result = urllib.request.urlopen(url, timeout=fetch_timeout)
99 if fetch_time > fetch_timeout:
/external/jemalloc_new/bin/
Djeprof.in3512 my $fetch_timeout = undef;
3520 $fetch_timeout = $main::opt_seconds * 1.01 + 60;
3551 my @fetcher = AddFetchTimeout($fetch_timeout, @URL_FETCHER);
/external/rust/android-crates-io/crates/tikv-jemalloc-sys/patches/
Ddelete_c_library.patch22975 - my $fetch_timeout = undef;
22983 - $fetch_timeout = $main::opt_seconds * 1.01 + 60;
23014 - my @fetcher = AddFetchTimeout($fetch_timeout, @URL_FETCHER);