Home
last modified time | relevance | path

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

/external/autotest/client/common_lib/
Dtest.py576 _cherry_pick_call(self.initialize, *args, **dargs)
595 _call_test_function(_cherry_pick_call, self.warmup,
621 _cherry_pick_call(self.cleanup, *args, **dargs)
643 _cherry_pick_call(self.cleanup, *args, **dargs)
728 def _cherry_pick_call(func, *args, **dargs): function