HomeSort by relevance Sort by last modified time
    Searched refs:with_retry (Results 1 - 8 of 8) sorted by null

  /external/skia/infra/bots/recipe_modules/run/examples/
full.py 50 api.run.with_retry(api.step, 'retry fail', 5, cmd=['false'],
56 api.run.with_retry(api.step, 'retry success', 3, cmd=['false'],
  /external/skqp/infra/bots/recipe_modules/run/examples/
full.py 50 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/flavor/
android.py 106 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,
ios.py 47 self.m.run.with_retry(self.m.step, 'install_' + app_name, num_attempts,
  /external/skqp/infra/bots/recipe_modules/flavor/
android.py 106 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,
ios.py 47 self.m.run.with_retry(self.m.step, 'install_' + app_name, num_attempts,
  /external/skia/infra/bots/recipe_modules/run/
api.py 81 def with_retry(self, steptype, name, attempts, between_attempts_fn=None, member in class:SkiaStepApi
  /external/skqp/infra/bots/recipe_modules/run/
api.py 81 def with_retry(self, steptype, name, attempts, between_attempts_fn=None, member in class:SkiaStepApi

Completed in 301 milliseconds