OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:escalate_exceptions
(Results
1 - 2
of
2
) sorted by null
/external/autotest/server/cros/
stress.py
18
def __init__(self, stressor, on_exit=None,
escalate_exceptions
=True):
24
@param
escalate_exceptions
: whether to escalate exceptions to the parent
31
self._escalate_exceptions =
escalate_exceptions
119
def __init__(self, stressor, on_exit=None,
escalate_exceptions
=True):
125
@param
escalate_exceptions
: whether to escalate exceptions to the parent
130
escalate_exceptions
)
stress_unittest.py
33
escalate_exceptions
=False)
Completed in 607 milliseconds