Lines Matching refs:diff
215 assert self.style == "diff"
269 USED_IMGDIFF = "APK files diff'd with imgdiff"
270 USED_IMGDIFF_LARGE_APK = "Large APK files split and diff'd with imgdiff"
428 name: The filename to be diff'd.
462 # When looking for a source file to use as the diff input for a
760 # "move" and "diff" may introduce implicit stashes in BBOTA v3. Prior to
761 # ComputePatches(), they both have the style of "diff".
762 if xf.style == "diff":
816 elif xf.style == "diff":
871 # writing the diff input files in the main process before forking, or b)
967 if xf.style == "diff":
1070 if xf.style == "diff" and not xf.src_ranges:
1071 # nothing left to diff from; treat as new data
1347 assert style == "diff"
1373 # We specialize diff transfers only (which covers bsdiff/imgdiff/move);
1375 if style != "diff" or not split:
1509 convert the "diff" command into "new" or "move" later.
1586 "diff", self.transfers, True)
1594 "diff", self.transfers, True)
1605 "diff", self.transfers, True)
1625 "diff", self.transfers)