Searched refs:total (Results 1 – 9 of 9) sorted by relevance
175 total = 0193 total = errors + passes + fails + skips248 total = 0283 total = errors + passes + fails + skips647 if results.total and results.total != results.filtered_configs:648 pass_rate = (float(results.passed) / float(results.total - results.filtered_configs))657 unfiltered_configs = results.total - results.filtered_configs737 built_only = results.total - run - results.filtered_configs - results.skipped
67 def __init__(self, total=0): argument114 self._total = Value('i', total)494 def total(self): member in ExecutionCounter498 @total.setter499 def total(self, value): member in ExecutionCounter1526 total_to_do = results.total - results.filtered_static1831 self.results = ExecutionCounter(total=len(self.instances))1865 self.results.done = self.results.total - self.results.failed
340 total = len(to_run)341 per_set = int(total / sets)342 num_extra_sets = total - (per_set * sets)
359 total = int(match.group(1))360 return total
336 def mrsh_rval(mrsh_num, total): argument337 if mrsh_num < 5 or total <= 6:
104 total: int = 0 variable in ImagesFlashed271 board_image_count[board].total += 1416 … if board_image_count[match].flashed == board_image_count[match].total:471 … if board_image_count[match].flashed != board_image_count[match].total:
341 total=total_length,
287 progress = tqdm(total=size, unit='B', unit_scale=True)
190 ec = ExecutionCounter(total=12)2091 total = 25,2533 results_mock().total = 92609 total = 0,
Completed in 31 milliseconds