Home
last modified time | relevance | path

Searched refs:between_attempts_fn (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/infra/bots/recipe_modules/run/examples/
H A Dfull.py46 def between_attempts_fn(attempt): function
53 between_attempts_fn=between_attempts_fn)
59 between_attempts_fn=between_attempts_fn)
/third_party/skia/infra/bots/recipe_modules/run/
H A Dapi.py81 def with_retry(self, steptype, name, attempts, between_attempts_fn=None,
97 elif between_attempts_fn:
98 between_attempts_fn(attempt+1)
/third_party/skia/infra/bots/recipe_modules/flavor/
H A Dios.py45 between_attempts_fn=sleep, **kwargs)
115 between_attempts_fn=uninstall_app,
H A Dandroid.py107 between_attempts_fn=wait_for_device,

Completed in 2 milliseconds