Lines Matching refs:p
42 for p in src:
43 f_src.write(p)
46 for p in tgt:
47 f_tgt.write(p)
53 p = subprocess.call(["imgdiff", "-z", srcfile, tgtfile, patchfile],
57 p = subprocess.call(["bsdiff", srcfile, tgtfile, patchfile])
59 if p:
60 raise ValueError("diff failed: " + str(p))
280 for p in data:
281 ctx.update(p)
520 for p in src:
521 src_sha1.update(p)
524 for p in tgt:
525 tgt_sha1.update(p)
526 tgt_size += len(p)
592 p = 0
595 xf.patch_start = p
598 p += len(patch)