Home
last modified time | relevance | path

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

/external/skqp/infra/bots/recipe_modules/flavor/
Dandroid.py106 return self.m.run.with_retry(self.m.step, title, attempts,
154 self.m.run.with_retry(self.m.python.inline,
207 self.m.run.with_retry(self.m.python.inline,
244 self.m.run.with_retry(self.m.python.inline,
285 self.m.run.with_retry(self.m.python.inline,
Dios.py47 self.m.run.with_retry(self.m.step, 'install_' + app_name, num_attempts,
/external/skia/infra/bots/recipe_modules/flavor/
Dandroid.py106 return self.m.run.with_retry(self.m.step, title, attempts,
154 self.m.run.with_retry(self.m.python.inline,
207 self.m.run.with_retry(self.m.python.inline,
244 self.m.run.with_retry(self.m.python.inline,
285 self.m.run.with_retry(self.m.python.inline,
Dios.py47 self.m.run.with_retry(self.m.step, 'install_' + app_name, num_attempts,
/external/skqp/infra/bots/recipe_modules/run/examples/
Dfull.py50 api.run.with_retry(api.step, 'retry fail', 5, cmd=['false'],
56 api.run.with_retry(api.step, 'retry success', 3, cmd=['false'],
/external/skia/infra/bots/recipe_modules/run/examples/
Dfull.py50 api.run.with_retry(api.step, 'retry fail', 5, cmd=['false'],
56 api.run.with_retry(api.step, 'retry success', 3, cmd=['false'],
/external/skia/infra/bots/recipe_modules/run/
Dapi.py81 def with_retry(self, steptype, name, attempts, between_attempts_fn=None, member in SkiaStepApi
/external/skqp/infra/bots/recipe_modules/run/
Dapi.py81 def with_retry(self, steptype, name, attempts, between_attempts_fn=None, member in SkiaStepApi