Searched refs:_call_run_once (Results 1 – 2 of 2) sorted by relevance
/external/autotest/client/common_lib/ |
D | test_unittest.py | 89 self.test._call_run_once([], False, None, (1, 2), {'arg': 'val'}) 109 self.test._call_run_once([], False, None, (1, 2), {'arg': 'val'}) 116 self.test._call_run_once.expect_call((), False, None, (), {}) 194 self.test._call_run_once.expect_call((), False, False, (), {}) 207 self.test._call_run_once.expect_call((), False, True, (), {})
|
D | test.py | 362 def _call_run_once(self, constraints, profile_only, member in base_test 518 self._call_run_once(constraints, profile_only, 534 self._call_run_once(constraints, profile_only,
|