Lines Matching refs:in_bytes
178 def __init__(self, loc, in_bytes, expanded, expanded_bytes):
180 self.in_bytes = in_bytes
189 in_bytes, in_unit = fmt_bytes(self.in_bytes)
191 self.loc, in_bytes, in_unit, self.expanded, exp_bytes, exp_unit, self.ratio())
195 def __init__(self, file, target, loc, in_bytes, expanded, expanded_bytes):
196 super().__init__(loc, in_bytes, expanded, expanded_bytes)
214 self.in_bytes += unit.in_bytes
275 def recordFile(self, filename, targetname, loc, in_bytes, expanded, expanded_bytes):
276 unit = File(filename, targetname, loc, in_bytes, expanded, expanded_bytes)
300 return {"file": o.file, "target": o.target, "loc": o.loc, "in_bytes": o.in_bytes,
303 return {"name": o.name, "loc": o.loc, "in_bytes": o.in_bytes,
417 expanded, expanded_bytes, loc, in_bytes = list(map(int, output.split()))
419 in_bytes, expanded, expanded_bytes)