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.py205 self.test.run_once_profiling.expect_call(None)
221 self.test.run_once_profiling.expect_call(None)
230 self.test.run_once_profiling.expect_call(None)
247 self.test.run_once_profiling.expect_call(None)
249 self.test.run_once_profiling.expect_call(None)
261 self.test.run_once_profiling.expect_call(None)
274 self.test.run_once_profiling.expect_call(False)
287 self.test.run_once_profiling.expect_call(True)
Dtest.py375 self.run_once_profiling(postprocess_profiled_run,
475 self.run_once_profiling(postprocess_profiled_run, *args, **dargs)
482 def run_once_profiling(self, postprocess_profiled_run, *args, **dargs): member in base_test