Home
last modified time | relevance | path

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

/external/skqp/infra/bots/recipe_modules/run/examples/
Dfull.py44 def between_attempts_fn(attempt): function
51 between_attempts_fn=between_attempts_fn)
57 between_attempts_fn=between_attempts_fn)
/external/skia/infra/bots/recipe_modules/run/examples/
Dfull.py45 def between_attempts_fn(attempt): function
52 between_attempts_fn=between_attempts_fn)
58 between_attempts_fn=between_attempts_fn)
/external/skqp/infra/bots/recipe_modules/run/
Dapi.py81 def with_retry(self, steptype, name, attempts, between_attempts_fn=None, argument
97 elif between_attempts_fn:
98 between_attempts_fn(attempt+1)
/external/skia/infra/bots/recipe_modules/run/
Dapi.py81 def with_retry(self, steptype, name, attempts, between_attempts_fn=None, argument
97 elif between_attempts_fn:
98 between_attempts_fn(attempt+1)
/external/skia/infra/bots/recipe_modules/flavor/
Dios.py45 between_attempts_fn=sleep, **kwargs)
114 between_attempts_fn=uninstall_app,
Dandroid.py107 between_attempts_fn=wait_for_device,
/external/skqp/infra/bots/recipe_modules/flavor/
Dios.py49 between_attempts_fn=uninstall_app,
Dandroid.py108 between_attempts_fn=wait_for_device,