HomeSort by relevance Sort by last modified time
    Searched refs:collected_size (Results 1 - 3 of 3) sorted by null

  /external/autotest/client/bin/result_tools/
result_info.py 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): member in class:ResultInfo
396 test run, the collected_size will be the sum of the multiple
403 @collected_size.setter
404 def collected_size(self, value): member in class:ResultInfo
486 and save the collected_size to attribute `_previous_collected_size`,
494 collected_size = self.collected_siz
    [all...]
result_info_unittest.py 132 file2.collected_size = 20 * _SIZE
133 self.assertEqual(summary.get_file('folder1').collected_size, 21 * _SIZE)
134 self.assertEqual(summary.collected_size, 23 * _SIZE)
utils.py 140 old_file.collected_size = old_file.trimmed_size
233 client_collected_bytes = merged_summary.collected_size

Completed in 455 milliseconds