Searched refs:between_attempts_fn (Results 1 – 8 of 8) sorted by relevance
/external/skqp/infra/bots/recipe_modules/run/examples/ |
D | full.py | 44 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/ |
D | full.py | 44 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/ |
D | api.py | 81 def with_retry(self, steptype, name, attempts, between_attempts_fn=None, argument 97 elif between_attempts_fn: 98 between_attempts_fn(attempt+1)
|
/external/skqp/infra/bots/recipe_modules/run/ |
D | api.py | 81 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/ |
D | ios.py | 49 between_attempts_fn=uninstall_app,
|
D | android.py | 108 between_attempts_fn=wait_for_device,
|
/external/skqp/infra/bots/recipe_modules/flavor/ |
D | ios.py | 49 between_attempts_fn=uninstall_app,
|
D | android.py | 108 between_attempts_fn=wait_for_device,
|