Lines Matching full:total
155 event = bb.event.OperationProgress(current=10, total=100)
174 event2 = bb.event.OperationCompleted(total=123)
203 event2 = bb.event.OperationCompleted(total=123)
217 event2 = bb.event.OperationCompleted(total=123)
306 event2 = bb.event.OperationCompleted(total=1)
390 event2 = bb.event.OperationCompleted(total=123)
508 total = 123
509 event = bb.event.OperationCompleted(total, msg)
511 self.assertEqual(event.total, total)
517 total = 123
519 event = bb.event.OperationProgress(current, total, msg)
520 self.assertEqual(event.msg, msg + ": %s/%s" % (current, total))
615 total = 1000
620 event = bb.event.BuildCompleted(total, name, pkgs, failures,
626 event2 = bb.event.BuildCompleted(total, name, pkgs)
709 total = 123
710 event = bb.event.ParseStarted(total)
712 self.assertEqual(event.total, total)
723 total = 23
725 virtuals, errors, total)
728 cached + parsed, total]
730 event.masked, event.errors, event.sofar, event.total]
737 total = 100
738 event = bb.event.ParseProgress(current, total)
740 "Recipe parsing" + ": %s/%s" % (current, total))
745 total = 123
746 event = bb.event.CacheLoadStarted(total)
748 self.assertEqual(event.total, total)
754 total = 100
755 event = bb.event.CacheLoadProgress(current, total)
757 "Loading cache" + ": %s/%s" % (current, total))
762 total = 23
764 event = bb.event.CacheLoadCompleted(total, num_entries)
766 expected = [total, num_entries]
767 actual = [event.total, event.num_entries]
780 total = 100
781 event = bb.event.TreeDataPreparationProgress(current, total)
783 "Preparing tree data" + ": %s/%s" % (current, total))
788 total = 23
789 event = bb.event.TreeDataPreparationCompleted(total)
791 self.assertEqual(event.total, total)
902 total = 9783128974
903 event = bb.event.ProcessStarted(processname, total)
905 self.assertEqual(event.total, total)
920 total = 1242342344