Home | History | Annotate | Download | only in test

Lines Matching refs:total_size

448         def hooktester(count, block_size, total_size, count_holder=[0]):
451 self.assertIsInstance(total_size, int)
462 def hooktester(count, block_size, total_size, _report=report):
463 _report.append((count, block_size, total_size))
476 def hooktester(count, block_size, total_size, _report=report):
477 _report.append((count, block_size, total_size))
490 def hooktester(count, block_size, total_size, _report=report):
491 _report.append((count, block_size, total_size))