HomeSort by relevance Sort by last modified time
    Searched full:checksum (Results 301 - 325 of 1787) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/netinet/
udp.h 41 u_int16_t uh_sum; /* udp checksum */
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
icmp.h 61 __u16 checksum; member in struct:icmphdr
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/raid/
md.h 27 #include <net/checksum.h>
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/netinet/
udp.h 41 u_int16_t uh_sum; /* udp checksum */
  /art/runtime/native/
dalvik_system_DexFile.cc 101 LOG(WARNING) << "Failed to compute checksum: " << dex_location;
104 "Unable to get checksum of dex file: %s", dex_location.c_str());
240 // If we have no classes.dex checksum such as in a user build, assume up-to-date.
251 << " is up-to-date checksum compared to " << filename.c_str();
274 << " has out-of-date oat checksum compared to "
292 LOG(ERROR) << "DexFile_isDexOptNeeded failed to compute checksum of " << filename.c_str();
298 << " has out-of-date checksum compared to " << filename.c_str();
  /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
  /external/sfntly/cpp/src/sfntly/data/
readable_font_data.h 56 // Gets a computed checksum for the data. This checksum uses the OpenType spec
61 // @return the checksum
62 int64_t Checksum();
64 // Sets the bounds to use for computing the checksum. These bounds are in
68 // @param ranges the range bounds to use for the checksum
283 // Compute the checksum for the font data using any ranges set for the
287 // Do the actual computation of the checksum for a range using the
288 // TrueType/OpenType checksum algorithm. The range used is from the low bound
296 // @return the checksum for the total rang
    [all...]
  /external/android-clat/
dump.c 33 #include "checksum.h"
65 printf("checksum = %x\n",ntohs(header->check));
105 printf("icmp.checksum = %x\n",ntohs(icmp->checksum));
124 printf("checksum = %x\n",icmp6->icmp6_cksum);
  /external/chromium_org/chrome/test/functional/
wifi_downloads.py 28 addition the name of the file returned is the md5 checksum of the file.
90 """Returns the md5 checksum of a file at a given path.
93 file_path: The complete path of the file to generate the md5 checksum for.
131 checksum. Then we manually generate the md5 and check it against the
166 msg='Unexpected checksum. The download is incomplete.')
  /external/pixman/test/
affine-test.c 310 #define CHECKSUM 0x2CDF1F07
312 #define CHECKSUM 0xBC00B1DF
314 #define CHECKSUM 0xA227306B
316 #define CHECKSUM 0x00000000
324 return fuzzer_test_main ("affine", 8000000, CHECKSUM,
  /frameworks/base/core/java/android/net/dhcp/
DhcpPacket.java 267 // needed to seed the IP checksum.
269 // fake IP header, used in the IP-header checksum
279 buf.putShort((short) 0); // checksum
292 buf.putShort((short) 0); // UDP checksum -- initially zero
332 // fix UDP header: checksum
333 // checksum for UDP at udpChecksumOffset
337 // values from the IP header and accumulate checksum.
346 // and compute UDP checksum
347 buf.putShort(udpChecksumOffset, (short) checksum(buf, udpSeed,
352 // fixup IP-header checksum
376 private int checksum(ByteBuffer buf, int seed, int start, int end) { method in class:DhcpPacket
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
encodetable.h 25 #include "checksum.h"
97 void AddChecksum(VCDChecksum checksum) {
99 checksum_ = checksum;
213 // If true, an Adler32 checksum of the target window data will be written as
218 // The checksum to be written to the current target window,
223 // the checksum all at once and to call AddChecksum() with that value.
encodetable_test.cc 25 #include "checksum.h"
430 const VCDChecksum checksum = 0xFFFFFFFF; // would be negative if signed local
431 interleaved_writer.AddChecksum(checksum);
446 ExpectByte(0x8F); // checksum byte 1
447 ExpectByte(0xFF); // checksum byte 2
448 ExpectByte(0xFF); // checksum byte 3
449 ExpectByte(0xFF); // checksum byte 4
450 ExpectByte(0x7F); // checksum byte 5
  /external/chromium_org/sdch/open-vcdiff/src/
encodetable.h 24 #include "checksum.h"
102 virtual void AddChecksum(VCDChecksum checksum) {
104 checksum_ = checksum;
214 // If true, an Adler32 checksum of the target window data will be written as
219 // The checksum to be written to the current target window,
224 // the checksum all at once and to call AddChecksum() with that value.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
svn-unapply 74 sub checksum($);
126 sub checksum($) subroutine
131 my $checksum = Digest::MD5->new->addfile(*FILE)->hexdigest();
133 return $checksum;
199 unlink("$fullPath.orig") if -e "$fullPath.orig" && checksum($fullPath) eq checksum("$fullPath.orig");
  /external/open-vcdiff/src/
encodetable.h 24 #include "checksum.h"
102 virtual void AddChecksum(VCDChecksum checksum) {
104 checksum_ = checksum;
214 // If true, an Adler32 checksum of the target window data will be written as
219 // The checksum to be written to the current target window,
224 // the checksum all at once and to call AddChecksum() with that value.
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
symbol-table.h 109 string CheckSum() const {
221 // the table will result in an updated checksum.
222 string CheckSum() const {
223 return impl_->CheckSum();
382 return syms1->CheckSum() == syms2->CheckSum();
  /frameworks/base/core/java/android/os/
FileUtils.java 298 * Computes the checksum of a file using the CRC32 checksum routine.
299 * The value of the checksum is returned.
301 * @param file the file to checksum, must not be null
302 * @return the checksum value or an exception is thrown.
312 // Just read for checksum to get calculated.
  /external/chromium_org/third_party/freetype/src/truetype/
ttobjs.c 191 FT_UInt32 checksum = 0; local
199 checksum += (FT_UInt32)FT_GET_ULONG();
202 checksum += (FT_UInt32)( FT_GET_BYTE() << ( i * 8 ) );
206 return checksum;
217 if ( face->dir_tables[i].CheckSum )
218 return face->dir_tables[i].CheckSum;
237 FT_ULong CheckSum;
323 FT_ULong checksum; local
338 checksum = 0;
364 if ( !checksum )
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
trans.test 683 set ::checksum [execsql {SELECT md5sum(x,y,z) FROM t2}]
691 } $checksum
702 } $checksum
710 } $checksum
718 } $checksum
726 } $checksum
735 } $checksum
748 } $checksum
765 } $checksum
778 } $checksum
    [all...]
  /external/freetype/src/truetype/
ttobjs.c 192 FT_UInt32 checksum = 0; local
200 checksum += (FT_UInt32)FT_GET_ULONG();
203 checksum += (FT_UInt32)( FT_GET_BYTE() << ( i * 8 ) );
207 return checksum;
218 if ( face->dir_tables[i].CheckSum )
219 return face->dir_tables[i].CheckSum;
238 FT_ULong CheckSum;
344 FT_ULong checksum; local
359 checksum = 0;
385 if ( !checksum )
    [all...]
  /frameworks/base/docs/html/sdk/
older_releases.jd 45 <th>MD5 Checksum</th>
90 <th>MD5 Checksum</th>
135 <th>MD5 Checksum</th>
183 <th>MD5 Checksum</th>
239 <th>MD5 Checksum</th>
284 <th>MD5 Checksum</th>
329 <th>MD5 Checksum</th>
391 <th>MD5 Checksum</th>
428 <th>MD5 Checksum</th>
465 <th>MD5 Checksum</th
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
HeaderItem.java 76 out.annotate(4, "checksum");
92 // Leave space for the checksum and signature.
  /dalvik/dx/src/com/android/dx/dex/file/
HeaderItem.java 68 out.annotate(4, "checksum");
84 // Leave space for the checksum and signature.
  /external/chromium_org/base/metrics/
histogram_snapshot_manager.cc 56 // The checksum should have caught this, so crash separately if it didn't.
60 // Checksum corruption might not have caused order corruption.

Completed in 456 milliseconds

<<11121314151617181920>>