Searched refs:BlockImageDiff (Results 1 - 6 of 6) sorted by relevance

/build/make/tools/releasetools/
H A Dtest_blockimgdiff.py22 from blockimgdiff import (BlockImageDiff, EmptyImage, HeapItem, ImgdiffStats, namespace
73 block_image_diff = BlockImageDiff(tgt, src)
119 block_image_diff = BlockImageDiff(tgt, src, version=3)
153 block_image_diff = BlockImageDiff(tgt, src, version=3)
179 BlockImageDiff.FileTypeSupportedByImgdiff(
182 BlockImageDiff.FileTypeSupportedByImgdiff(
185 BlockImageDiff.FileTypeSupportedByImgdiff(
189 BlockImageDiff.FileTypeSupportedByImgdiff(
192 BlockImageDiff.FileTypeSupportedByImgdiff(
196 block_image_diff = BlockImageDiff(EmptyImag
[all...]
H A Dblockimgdiff.py36 __all__ = ["EmptyImage", "DataImage", "BlockImageDiff"]
263 BlockImageDiff. It also logs the ones that cannot use imgdiff, with specific
265 caller of BlockImageDiff. In addition, only files with supported types
266 (BlockImageDiff.FileTypeSupportedByImgdiff()) are allowed to be logged.
301 assert BlockImageDiff.FileTypeSupportedByImgdiff(filename)
325 # BlockImageDiff works on two image objects. An image object is
360 # When creating a BlockImageDiff, the src image may be None, in which
364 class BlockImageDiff(object): class in inherits:object
H A Dcommon.py618 """Returns a SparseImage object suitable for passing to BlockImageDiff.
1539 b = blockimgdiff.BlockImageDiff(tgt, src, threads=OPTIONS.worker_threads,
/build/tools/releasetools/
H A Dtest_blockimgdiff.py22 from blockimgdiff import (BlockImageDiff, EmptyImage, HeapItem, ImgdiffStats, namespace
73 block_image_diff = BlockImageDiff(tgt, src)
119 block_image_diff = BlockImageDiff(tgt, src, version=3)
153 block_image_diff = BlockImageDiff(tgt, src, version=3)
179 BlockImageDiff.FileTypeSupportedByImgdiff(
182 BlockImageDiff.FileTypeSupportedByImgdiff(
185 BlockImageDiff.FileTypeSupportedByImgdiff(
189 BlockImageDiff.FileTypeSupportedByImgdiff(
192 BlockImageDiff.FileTypeSupportedByImgdiff(
196 block_image_diff = BlockImageDiff(EmptyImag
[all...]
H A Dblockimgdiff.py36 __all__ = ["EmptyImage", "DataImage", "BlockImageDiff"]
263 BlockImageDiff. It also logs the ones that cannot use imgdiff, with specific
265 caller of BlockImageDiff. In addition, only files with supported types
266 (BlockImageDiff.FileTypeSupportedByImgdiff()) are allowed to be logged.
301 assert BlockImageDiff.FileTypeSupportedByImgdiff(filename)
325 # BlockImageDiff works on two image objects. An image object is
360 # When creating a BlockImageDiff, the src image may be None, in which
364 class BlockImageDiff(object): class in inherits:object
H A Dcommon.py618 """Returns a SparseImage object suitable for passing to BlockImageDiff.
1539 b = blockimgdiff.BlockImageDiff(tgt, src, threads=OPTIONS.worker_threads,

Completed in 162 milliseconds