Searched refs:target_percent (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/infra/bots/recipe_modules/flavor/ |
D | android.py | 286 def _scale_cpu(self, cpu, target_percent): argument 289 'Scale CPU %d to %f' % (cpu, target_percent), 346 args = [self.ADB_BINARY, str(target_percent), cpu],
|
/third_party/flutter/skia/infra/bots/recipe_modules/flavor/ |
D | android.py | 284 def _scale_cpu(self, cpu, target_percent): argument 287 'Scale CPU %d to %f' % (cpu, target_percent), 344 args = [self.ADB_BINARY, str(target_percent), cpu],
|