Searched defs:checkSum (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
H A DBlobCache.java219 if (checkSum(buf, 0, IH_CHECKSUM) != sum) {
312 writeInt(buf, IH_CHECKSUM, checkSum(buf, 0, IH_CHECKSUM));
345 checkSum(mIndexHeader, 0, IH_CHECKSUM));
399 int sum = checkSum(data);
528 if (checkSum(blob, 0, length) != sum) {
619 int checkSum(byte[] data) { method in class:BlobCache
625 int checkSum(byte[] data, int offset, int nbytes) { method in class:BlobCache
/packages/apps/Mms/src/com/android/mms/util/
H A DBlobCache.java218 if (checkSum(buf, 0, IH_CHECKSUM) != sum) {
311 writeInt(buf, IH_CHECKSUM, checkSum(buf, 0, IH_CHECKSUM));
344 checkSum(mIndexHeader, 0, IH_CHECKSUM));
388 int sum = checkSum(data);
514 if (checkSum(blob, 0, length) != sum) {
605 int checkSum(byte[] data) { method in class:BlobCache
611 int checkSum(byte[] data, int offset, int nbytes) { method in class:BlobCache

Completed in 40 milliseconds