Searched refs:checksum (Results 1 – 7 of 7) sorted by relevance
/tools/dexter/slicer/ |
D | dex_format.cc | 30 const int non_sum = sizeof(header->magic) + sizeof(header->checksum); in ComputeChecksum()
|
D | writer.cc | 348 header->checksum = dex::ComputeChecksum(header); in CreateImage()
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | monsoon.py | 362 checksum = (data_len + sum(bytearray(data))) % 256 363 out = struct.pack("B", data_len) + data + struct.pack("B", checksum) 383 checksum = (sum(struct.unpack("B" * len(body), body)) + data_len) % 256 384 if result[-1] != checksum: 387 hex(checksum), hex(result[-1]))
|
/tools/dexter/slicer/export/slicer/ |
D | dex_format.h | 136 u4 checksum; member
|
/tools/apkzlib/src/test/resources/testData/packaging/text-files/ |
D | rfc2460.txt | 1468 addresses from the IP header in its checksum computation must be 1528 the UDP checksum is not optional. That is, whenever 1530 checksum over the packet and the pseudo-header, and, if that 1533 discard UDP packets containing a zero checksum, and should log 1537 its checksum computation; this is a change from the IPv4 version of 1538 ICMP, which does not include a pseudo-header in its checksum. The 1541 which, unlike IPv4, are not covered by an internet-layer checksum.
|
/tools/tradefederation/core/res/jacoco/ |
D | jacocoagent.jar | META-INF/MANIFEST.MF
META-INF/MTNMINDS.SF
META-INF/MTNMINDS ... |
D | jacocoant.jar | META-INF/MANIFEST.MF
META-INF/MTNMINDS.SF
META-INF/MTNMINDS ... |