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() {
  /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/webkit/Source/WebCore/platform/graphics/opentype/
OpenTypeUtilities.cpp 68 BigEndianULong checkSum;
361 // Rounded up to a multiple of 4 to simplify the checksum calculation.
396 // Update the table checksum in the directory entry.
397 rewrittenSfnt->tables[t].checkSum = 0;
399 rewrittenSfnt->tables[t].checkSum = rewrittenSfnt->tables[t].checkSum + reinterpret_cast<BigEndianULong*>(name)[i];
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/common/
BlobCacheTest.java 81 assertEquals(0x1, bc.checkSum(buf));
83 assertEquals(0x10001, bc.checkSum(buf));
85 assertEquals(0x480048, bc.checkSum(buf));
90 assertEquals(0x940042, bc.checkSum(buf));
91 assertEquals(0x310031, bc.checkSum(buf, 1, 1));
92 assertEquals(0x1, bc.checkSum(buf, 1, 0));
93 assertEquals(0x630032, bc.checkSum(buf, 1, 2));
98 assertEquals(0x3574a610, bc.checkSum(buf));
478 Log.v(TAG, "Change the blob checksum");
550 Log.v(TAG, "Change the checksum");
    [all...]
  /external/harfbuzz_ng/src/
hb-open-file-private.hh 62 CheckSum checkSum; /* CheckSum for this table. */
  /prebuilts/devtools/tools/lib/
fat32lib.jar 
  /external/quake/quake/src/WinQuake/
net_ipx.cpp 72 short checkSum;
  /external/zxing/core/
core.jar 

Completed in 382 milliseconds