Searched refs:_cherry_pick_call (Results 1 – 2 of 2) sorted by relevance
/external/autotest/client/common_lib/ |
D | test.py | 567 _cherry_pick_call(self.initialize, *args, **dargs) 586 _call_test_function(_cherry_pick_call, self.warmup, 612 _cherry_pick_call(self.cleanup, *args, **dargs) 634 _cherry_pick_call(self.cleanup, *args, **dargs) 711 def _cherry_pick_call(func, *args, **dargs): function
|
/external/autotest/client/cros/graphics/ |
D | graphics_utils.py | 87 test_utils._cherry_pick_call(super(GraphicsTest, self).initialize, 100 test_utils._cherry_pick_call(super(GraphicsTest, self).cleanup,
|