OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:timeout_util
(Results
1 - 5
of
5
) sorted by null
/external/autotest/server/cros/dynamic_suite/
frontend_wrappers.py
18
from chromite.lib import
timeout_util
22
timeout_util
= None
variable
88
timeout_util
.TimeoutError, error.ControlFileNotFound)
122
#
timeout_util
.Timeout fundamentally relies on sigalrm, and doesn't
129
with
timeout_util
.Timeout(self.timeout_min * 60):
132
except
timeout_util
.TimeoutError:
/external/autotest/server/hosts/
moblab_host.py
17
from chromite.lib import
timeout_util
291
except (error.TimeoutException,
timeout_util
.TimeoutError) as e:
/external/autotest/scheduler/shard/
shard_client.py
28
from chromite.lib import
timeout_util
361
except
timeout_util
.TimeoutError as e:
/external/autotest/site_utils/
gs_offloader.py
46
from chromite.lib import
timeout_util
675
with
timeout_util
.Timeout(OFFLOAD_TIMEOUT_SECS):
695
except
timeout_util
.TimeoutError:
[
all
...]
gs_offloader_unittest.py
36
from chromite.lib import
timeout_util
[
all
...]
Completed in 267 milliseconds