Lines Matching full:size
41 size = 128 * 1024 * 1024 variable
46 'size': 0 })
53 'size': size })
64 # Choose a different size to show that we got a new image
65 size = 64 * 1024 * 1024 variable
70 'size': 0 })
76 'size': size,
77 'cluster-size': 1048576 })
88 # Choose a different size to show that we got a new image
89 size = 32 * 1024 * 1024 variable
94 'size': 0 })
100 'size': size,
101 'cluster-size': 65536 })
115 'size': size })
119 # Zero size
121 iotests.log("=== Zero size ===")
128 'size': 0 })
134 # Maximum size
136 iotests.log("=== Maximum size ===")
142 'size': 4503599627369984})
152 # with QAPI's implementation of the 'size' type and affects other commands
155 # 1. Misaligned image size
160 # 5. 2^52 (512 bytes more than maximum image size)
166 for size in [ 1234, 18446744073709551104, 9223372036854775808,
170 'size': size })
174 # Invalid cluster size
176 iotests.log("=== Invalid cluster size ===")
184 'size': 67108864,
185 'cluster-size': csize })
188 'size': 281474976710656,
189 'cluster-size': 512 })