Home
last modified time | relevance | path

Searched refs:_call_run_once (Results 1 – 2 of 2) sorted by relevance

/external/autotest/client/common_lib/
Dtest_unittest.py73 self.test._call_run_once([], False, None, (1, 2), {'arg': 'val'})
93 self.test._call_run_once([], False, None, (1, 2), {'arg': 'val'})
110 self.test._call_run_once.expect_call([], False, None, (1, 2),
187 self.test._call_run_once.expect_call([], False, None, (1, 2),
195 self.test._call_run_once.expect_call((), False, None, (), {})
273 self.test._call_run_once.expect_call((), False, False, (), {})
286 self.test._call_run_once.expect_call((), False, True, (), {})
Dtest.py347 self._call_run_once(constraints, profile_only,
359 def _call_run_once(self, constraints, profile_only, member in base_test