Lines Matching refs:size
300 size = random.randint(4, 1 * 1024 * 1024)
301 output = ubman.run_command('crc32 %x %x' % (addr, size))
307 file = '%s_%d' % ('uboot_test', size)
309 '%swrite usb %d:%s %x %s %x' % (fs, x, part, addr, file, size)
314 expected_text = '%d bytes written' % size
329 expected_text = '%d bytes read' % size
337 return file, size, expected_crc32
395 size = random.randint(4, 1 * 1024 * 1024)
396 output = ubman.run_command('crc32 %x %x' % (addr, size))
401 file = '%s_%d' % ('uboot_test', size)
404 '%swrite usb %d:%s %x /%s %x' % (fs, x, part, addr, file, size)
409 expected_text = '%d bytes written' % size
416 expected_text = '%d bytes read' % size
424 return file, size, expected_crc32
506 file, size, expected_crc32 = \
514 expected_text = '%d bytes read' % size
578 file, size, expected_crc32 = \
581 file, size, expected_crc32 = \
590 expected_text = '%d bytes read' % size
622 size = random.randint(4, 1 * 1024 * 1024)
623 file = '%s_%d' % ('uboot_test', size)
628 % (x, part, addr + offset, file, size)
630 expected_text = '%d bytes written' % size