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

  /system/core/libsparse/
sparse_format.h 30 __le32 image_checksum; /* CRC32 checksum of the original data, counting "don't care" */ member in struct:sparse_header
simg_dump.py 66 image_checksum = header[8]
88 if image_checksum != 0:
89 print("checksum=0x%08X" % (image_checksum))
output_file.c 593 .image_checksum = 0
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/
PrettyPatch.rb 563 @image_checksum = FileDiff.read_checksum_from_png(lines_with_contents.join.unpack("m").join)
601 image_checksum = ""
602 if @image_checksum
603 image_checksum = @image_checksum
605 image_checksum = IMAGE_CHECKSUM_ERROR
608 return "<p>" + image_checksum + "</p><img class='image' src='" + @image_url + "' />"
622 image_checksum = @image_checksums[i]
627 if image_checksum
628 str += image_checksum
    [all...]

Completed in 161 milliseconds