/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/ |
chromium.py | 420 def _test_shell_command(self, uri, timeoutms, checksum): 424 if checksum: 425 cmd += ' ' + 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_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
|
vcdiff_main.cc | 58 DEFINE_bool(checksum, false, 59 "Include an Adler32 checksum of the target data when encoding");
|
/external/chromium/sdch/open-vcdiff/vsprojects/ |
vcdiff_test.bat | 33 rem the decoder will recognize the interleaved and checksum formats 36 set VCD_OPTIONS=-interleaved -checksum 351 rem Remove -interleaved and -checksum options 355 || ( echo Encode without -interleaved and -checksum options failed ^
|
/external/tcpdump/ |
print-eigrp.c | 44 u_int8_t checksum[2]; member in struct:eigrp_common_header 261 EXTRACT_16BITS(&eigrp_com_header->checksum),
|
print-isoclns.c | 160 { ISIS_TLV_CHECKSUM, "Checksum"}, 242 { 0x2, "Incorrect checksum"}, 579 u_int8_t checksum[2]; member in struct:isis_lsp_header 599 u_int8_t checksum[2]; member in struct:isis_tlv_lsp 768 printf("\n\t%s PDU, hlen: %u, v: %u, lifetime: %u.%us, Segment PDU length: %u, checksum: 0x%04x ", 777 /* do not attempt to verify the checksum if it is zero */ [all...] |
print-rsvp.c | 45 * | Vers | Flags| Msg Type | RSVP Checksum | 55 u_int8_t checksum[2]; member in struct:rsvp_common_header [all...] |
/external/webkit/Source/JavaScriptCore/wtf/ |
MD5.cpp | 45 * and then call checksum, which will fill a supplied 16-byte array 72 md5.checksum(digest); 262 void MD5::checksum(Vector<uint8_t, 16>& digest) function in class:WTF::MD5 298 // Now, m_buf contains checksum result.
|
/external/webkit/Tools/Scripts/webkitpy/tool/commands/data/rebaselineserver/ |
main.css | 156 #image-outputs #diff-checksum {
|
/external/grub/stage2/ |
bios.c | 230 unsigned char checksum; 228 unsigned char checksum; member in struct:drive_parameters
|
/external/icu4c/test/letest/ |
sfnt.h | 22 le_uint32 checksum; member in struct:DirectoryEntry
|
/external/quake/quake/src/QW/client/ |
gl_model.h | 415 unsigned checksum;
member in struct:model_s
|
/external/quake/quake/src/QW/server/ |
server.h | 127 unsigned checksum; // checksum for calcs
member in struct:client_s
|
/dalvik/libdex/ |
DexFile.h | 218 u4 checksum; /* adler32 checksum */ member in struct:DexHeader 485 u4 checksum; /* adler32 checksum covering deps/opt */ member in struct:DexOptHeader 577 * Compute DEX checksum.
|
/external/chromium/base/metrics/ |
histogram.cc | 541 uint32 checksum = static_cast<uint32>(ranges_.size()); // Seed checksum. local 543 checksum = Crc32(checksum, ranges(index)); 544 return checksum; [all...] |
/external/chromium/testing/gmock/scripts/ |
upload.py | 677 checksum = md5.new(content).hexdigest() 683 ("checksum", checksum), [all...] |
/external/chromium/testing/gtest/scripts/ |
upload.py | 677 checksum = md5.new(content).hexdigest() 683 ("checksum", checksum), [all...] |
/external/kernel-headers/original/linux/ |
ipv6.h | 385 __u32 checksum; /* perform checksum */ member in struct:raw6_sock 386 __u32 offset; /* checksum offset */
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
InspectorServerQt.cpp | 56 md5.checksum(digest);
|
/dalvik/vm/analysis/ |
DexPrepare.cpp | 704 /* compute checksum from start of deps to end of opt area */ 730 optHdr.checksum = optChecksum; [all...] |
/external/bluetooth/glib/gio/ |
glocalfileinfo.c | 1273 GChecksum *checksum; local 1280 checksum = g_checksum_new (G_CHECKSUM_MD5); 1281 g_checksum_update (checksum, (const guchar *) uri, strlen (uri)); 1285 basename = g_strconcat (g_checksum_get_string (checksum), ".png", NULL); 1286 g_checksum_free (checksum); [all...] |
/external/qemu-pc-bios/bochs/bios/ |
rombios32.c | 1134 putb(&q, 0); /* checksum (patched later) */ 1146 putb(&q, 0); /* ext table checksum */ 1232 putb(&q, 0); /* checksum (patched later) */ 1267 uint8_t checksum; /* To make sum of entire table == 0 */\ 1283 uint8_t checksum; \/* To make sum of struct == 0 *\/ member in struct:rsdp_descriptor 1936 uint8_t checksum; member in struct:smbios_entry_point [all...] |
/external/iproute2/doc/ |
ip-tunnels.tex | 261 \item \verb|csum| --- checksum tunneled packets. 277 packets with correct checksum and \verb|ocsum| means, that 278 our host will calculate and send checksum.
|
/external/libvpx/ |
examples.mk | 64 decode_to_md5.DESCRIPTION = Frame by frame MD5 checksum
|