Searched refs:_total (Results 1 – 5 of 5) sorted by relevance
6 _total = None variable11 global _total13 _total = total22 sys.stdout.write('\r\t{} of {}'.format(_current.value, _total.value))39 global _total41 _total = multiprocessing.Value('i', len(iterable))48 initargs=(_current, _total,),
19 UInt64 _total; variable22 CProgressSync(): _stopped(false), _paused(false), _total(1), _completed(0) {} in CProgressSync()48 _total = total; in SetProgress()59 total = _total; in GetProgress()
64 self._total = 067 self._total += 1168 self._total = 0173 self._total += 1208 if not self._total:211 progress = (self._passed + self._failed) * 100 // self._total
350 static uint64_t _total = 0; in lp_debug_draw_bins_by_coverage() local396 _total += total; in lp_debug_draw_bins_by_coverage()402 _total, in lp_debug_draw_bins_by_coverage()404 (double) _total * 100.0 / (double)_possible); in lp_debug_draw_bins_by_coverage()
2357 self._total = None2364 self._total = self.add_weight(2375 return self._total if self._built else None2420 update_total_op = self._total.assign_add(values)