Home
last modified time | relevance | path

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

/external/autotest/client/common_lib/
Dtest_unittest.py126 self.test.run_once_profiling.expect_call(None)
142 self.test.run_once_profiling.expect_call(None)
151 self.test.run_once_profiling.expect_call(None)
168 self.test.run_once_profiling.expect_call(None)
170 self.test.run_once_profiling.expect_call(None)
182 self.test.run_once_profiling.expect_call(None)
195 self.test.run_once_profiling.expect_call(False)
208 self.test.run_once_profiling.expect_call(True)
Dtest.py421 self.run_once_profiling(postprocess_profiled_run,
539 self.run_once_profiling(postprocess_profiled_run, *args, **dargs)
546 def run_once_profiling(self, postprocess_profiled_run, *args, **dargs): member in base_test