Searched defs:is_aborted (Results 1 - 5 of 5) sorted by relevance

/external/autotest/venv/lucifer/
H A Djobx.py36 def is_aborted(job): function
/external/v8/src/crankshaft/
H A Dlithium-codegen.h96 bool is_aborted() const { return status_ == ABORTED; } function in class:v8::internal::BASE_EMBEDDED
H A Dlithium.h733 bool is_aborted() const { return status_ == ABORTED; } function in class:v8::internal::BASE_EMBEDDED
/external/autotest/site_utils/
H A Drun_suite.py997 def is_aborted(self): member in class:TestView
1108 return not self.is_aborted() or self.hit_timeout()
1166 if test_view.is_aborted() and test_view.hit_timeout():
1178 if test_view.is_aborted() and test_view.is_relevant_suite_view():
1182 elif test_view.is_aborted() and not test_view.hit_timeout():
1239 could retrieve information like return code, return message, is_aborted,
1286 @var is_aborted: Whether the suite was aborted or not.
1316 self.is_aborted = None
1610 self.is_aborted = any([view['job_keyvals'].get('aborted_by')
1918 # Also do not record stats if is_aborted i
[all...]
/external/autotest/frontend/afe/
H A Dmodels.py2097 is_aborted: task was aborted
2114 is_aborted = dbmodels.BooleanField(default=False, blank=False, null=False) variable in class:SpecialTask
2173 self.is_aborted = True

Completed in 436 milliseconds