Home
last modified time | relevance | path

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

/external/autotest/client/common_lib/
Dtest.py638 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)
Dutils.py3259 def cherry_pick_call(func, *args, **dargs): function
/external/autotest/client/cros/graphics/
Dgraphics_utils.py82 utils.cherry_pick_call(super(GraphicsTest, self).initialize,
102 utils.cherry_pick_call(super(GraphicsTest, self).cleanup,
/external/autotest/server/cros/faft/
Dfirmware_test.py352 utils.cherry_pick_call(getattr(self, method_name), *args, **dargs)