Home | History | Annotate | Download | only in test

Lines Matching refs:total_size

362         def hooktester(count, block_size, total_size, count_holder=[0]):
365 self.assertIsInstance(total_size, int)
376 def hooktester(count, block_size, total_size, _report=report):
377 _report.append((count, block_size, total_size))
390 def hooktester(count, block_size, total_size, _report=report):
391 _report.append((count, block_size, total_size))
404 def hooktester(count, block_size, total_size, _report=report):
405 _report.append((count, block_size, total_size))