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