Searched refs:BlockImageDiff (Results 1 – 3 of 3) sorted by relevance
/build/make/tools/releasetools/ |
D | test_blockimgdiff.py | 21 from blockimgdiff import BlockImageDiff, HeapItem, ImgdiffStats, Transfer 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(EmptyImage(), EmptyImage()) [all …]
|
D | blockimgdiff.py | 178 assert BlockImageDiff.FileTypeSupportedByImgdiff(filename) 202 class BlockImageDiff(object): class
|
D | common.py | 45 from blockimgdiff import BlockImageDiff 2694 b = BlockImageDiff(tgt, src, threads=OPTIONS.worker_threads,
|