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

  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
FatLfnDirectoryEntry.java 219 final byte checkSum = this.realEntry.getShortName().checkSum();
224 j + 1, checkSum, false);
229 j + 1, checkSum, true);
304 int ordinal, byte checkSum, boolean isLast) {
334 LittleEndian.setInt8(rawData, 13, checkSum); // checksum
ShortName.java 99 * Calculates the checksum that is used to test a long file name for it's
102 * @return the {@code ShortName}'s checksum
104 public byte checkSum() {
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
OpenTypeUtilities.cpp 50 BigEndianULong checkSum;
162 // Rounded up to a multiple of 4 to simplify the checksum calculation.
197 // Update the table checksum in the directory entry.
198 rewrittenSfnt->tables[t].checkSum = 0;
200 rewrittenSfnt->tables[t].checkSum = rewrittenSfnt->tables[t].checkSum + reinterpret_cast<BigEndianULong*>(name)[i];
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
BlobCache.java 35 // [28] Checksum of [0..28).
49 // [8] Checksum of this blob
219 if (checkSum(buf, 0, IH_CHECKSUM) != sum) {
220 Log.w(TAG, "header checksum does not match");
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) {
529 Log.w(TAG, "blob checksum does not match: " + sum);
619 int checkSum(byte[] data)
    [all...]
  /packages/apps/Mms/src/com/android/mms/util/
BlobCache.java 35 // [28] Checksum of [0..28).
49 // [8] Checksum of this blob
218 if (checkSum(buf, 0, IH_CHECKSUM) != sum) {
219 Log.w(TAG, "header checksum does not match");
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) {
515 Log.w(TAG, "blob checksum does not match: " + sum);
605 int checkSum(byte[] data)
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
ArraysTest.java     [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-open-file-private.hh 62 CheckSum checkSum; /* CheckSum for this table. */
hb-uniscribe.cc 408 record.checkSum.set_for_data (&name, name_table_length);
  /external/harfbuzz_ng/src/
hb-open-file-private.hh 62 CheckSum checkSum; /* CheckSum for this table. */
  /prebuilts/devtools/tools/lib/
fat32lib.jar 
  /external/zxing/core/
core.jar 

Completed in 212 milliseconds