Home | History | Annotate | Download | only in result_tools

Lines Matching refs:collected_size

26     collected_size: Size in bytes of the results collected from the dut.
39 Not that the result infos collected from the dut don't have collected_size
42 value of collected_size can fall back to original_size. The design is to not
68 # collected_size ('/C') can be ignored, its value falls back to
390 def collected_size(self):
396 test run, the collected_size will be the sum of the multiple
403 @collected_size.setter
404 def collected_size(self, value):
486 and save the collected_size to attribute `_previous_collected_size`,
494 collected_size = self.collected_size
499 self._previous_collected_size = collected_size
500 self.collected_size = collected_size
546 sum([f.collected_size for f in self.files]))
550 # Only set collected_size if the value is changed or different from the
553 new_collected_size != self.collected_size):
554 self.collected_size = new_collected_size
696 # the collected_size.
697 # Before trimming is implemented, collected_size is the
699 new_collected_size = new_file.collected_size
700 old_collected_size = old_file.collected_size
702 old_file.collected_size = (