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.py111 self.test.run_once_profiling.expect_call(None)
127 self.test.run_once_profiling.expect_call(None)
136 self.test.run_once_profiling.expect_call(None)
153 self.test.run_once_profiling.expect_call(None)
155 self.test.run_once_profiling.expect_call(None)
167 self.test.run_once_profiling.expect_call(None)
180 self.test.run_once_profiling.expect_call(False)
193 self.test.run_once_profiling.expect_call(True)
Dtest.py365 self.run_once_profiling(postprocess_profiled_run,
468 self.run_once_profiling(postprocess_profiled_run, *args, **dargs)
475 def run_once_profiling(self, postprocess_profiled_run, *args, **dargs): member in base_test