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.py89 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, (), {})
Dtest.py362 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,