HomeSort by relevance Sort by last modified time
    Searched refs:BlockImageDiff (Results 1 - 3 of 3) sorted by null

  /build/make/tools/releasetools/
test_blockimgdiff.py 22 BlockImageDiff, DataImage, EmptyImage, FileImage, HeapItem, ImgdiffStats,
74 block_image_diff = BlockImageDiff(tgt, src)
120 block_image_diff = BlockImageDiff(tgt, src, version=3)
154 block_image_diff = BlockImageDiff(tgt, src, version=3)
180 BlockImageDiff.FileTypeSupportedByImgdiff(
183 BlockImageDiff.FileTypeSupportedByImgdiff(
186 BlockImageDiff.FileTypeSupportedByImgdiff(
190 BlockImageDiff.FileTypeSupportedByImgdiff(
193 BlockImageDiff.FileTypeSupportedByImgdiff(
197 block_image_diff = BlockImageDiff(EmptyImage(), EmptyImage()
    [all...]
blockimgdiff.py 36 __all__ = ["EmptyImage", "DataImage", "BlockImageDiff"]
346 BlockImageDiff. It also logs the ones that cannot use imgdiff, with specific
348 caller of BlockImageDiff. In addition, only files with supported types
349 (BlockImageDiff.FileTypeSupportedByImgdiff()) are allowed to be logged.
382 assert BlockImageDiff.FileTypeSupportedByImgdiff(filename)
406 class BlockImageDiff(object):
409 BlockImageDiff works on two image objects. An image object is anything that
441 When creating a BlockImageDiff, the src image may be None, in which case the
    [all...]
common.py 838 """Returns an Image object suitable for passing to BlockImageDiff.
884 """Returns a Image object suitable for passing to BlockImageDiff.
906 """Returns a SparseImage object suitable for passing to BlockImageDiff.
    [all...]

Completed in 52 milliseconds