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),
188 self.test._call_run_once.expect_call([], False, None, (1, 2),
196 self.test._call_run_once.expect_call((), False, None, (), {})
274 self.test._call_run_once.expect_call((), False, False, (), {})
287 self.test._call_run_once.expect_call((), False, True, (), {})
Dtest.py346 self._call_run_once(constraints, profile_only,
358 def _call_run_once(self, constraints, profile_only, member in base_test