Searched refs:_call_run_once (Results 1 – 2 of 2) sorted by relevance
/external/autotest/client/common_lib/ |
D | test_unittest.py | 74 self.test._call_run_once([], False, None, (1, 2), {'arg': 'val'}) 94 self.test._call_run_once([], False, None, (1, 2), {'arg': 'val'}) 101 self.test._call_run_once.expect_call((), False, None, (), {}) 179 self.test._call_run_once.expect_call((), False, False, (), {}) 192 self.test._call_run_once.expect_call((), False, True, (), {})
|
D | test.py | 344 def _call_run_once(self, constraints, profile_only, member in base_test 447 self._call_run_once(constraints, profile_only, 463 self._call_run_once(constraints, profile_only,
|