Searched refs:cherry_pick_call (Results 1 – 4 of 4) sorted by relevance
/external/autotest/client/common_lib/ |
D | test.py | 638 utils.cherry_pick_call(self.initialize, *args, **dargs) 657 _call_test_function(utils.cherry_pick_call, self.warmup, 683 utils.cherry_pick_call(self.cleanup, *args, **dargs) 705 utils.cherry_pick_call(self.cleanup, *args, **dargs)
|
D | utils.py | 3259 def cherry_pick_call(func, *args, **dargs): function
|
/external/autotest/client/cros/graphics/ |
D | graphics_utils.py | 82 utils.cherry_pick_call(super(GraphicsTest, self).initialize, 102 utils.cherry_pick_call(super(GraphicsTest, self).cleanup,
|
/external/autotest/server/cros/faft/ |
D | firmware_test.py | 352 utils.cherry_pick_call(getattr(self, method_name), *args, **dargs)
|