/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
netfilter_ipv4.h | 40 /* After promisc drops, checksum checks. */
|
netfilter_ipv6.h | 45 /* After promisc drops, checksum checks. */
|
/system/core/libsparse/ |
sparse_format.h | 30 __le32 image_checksum; /* CRC32 checksum of the original data, counting "don't care" */
|
/cts/tests/tests/net/src/android/net/ipv6/cts/ |
PingTest.java | 44 /** The beginning of an ICMPv6 echo request: type, code, and uninitialized checksum. */ 121 // and the ID and checksum, which are set by the kernel. 123 response[2] = response[3] = (byte) 0x00; // Checksum.
|
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/ |
GZIPOutputStreamTest.java | 25 import java.util.zip.Checksum; 40 Checksum getChecksum() { 146 assertEquals("the checksum value was incorrect result of write from GZIP",
|
/external/chromium/chrome/browser/password_manager/ |
ie7_password.cc | 97 unsigned char checksum = 0; local 102 checksum += hash_byte; 105 url_hash += StringPrintf(L"%2.2X", checksum);
|
/external/chromium_org/components/webdata/encryptor/ |
ie7_password.cc | 98 unsigned char checksum = 0; local 103 checksum += hash_byte; 106 url_hash += base::StringPrintf(L"%2.2X", checksum);
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-open-file-private.hh | 62 CheckSum checkSum; /* CheckSum for this table. */
|
/external/chromium_org/third_party/lcov-1.9/ |
lcovrc | 96 # Calculate checksum for each source code line if non-zero (same as --checksum 97 # option of geninfo if non-zero, same as --no-checksum if zero)
|
/external/chromium_org/third_party/leveldatabase/src/db/ |
log_reader.cc | 18 Reader::Reader(SequentialFile* file, Reporter* reporter, bool checksum, 22 checksum_(checksum), 239 ReportCorruption(drop_size, "checksum mismatch");
|
/external/chromium_org/third_party/sqlite/src/test/ |
avtrans.test | 687 set ::checksum [execsql {SELECT md5sum(x,y,z) FROM t2}] 695 } $checksum 706 } $checksum 714 } $checksum 722 } $checksum 730 } $checksum 739 } $checksum 752 } $checksum 769 } $checksum 782 } $checksum [all...] |
/external/guava/guava/src/com/google/common/io/ |
ByteStreams.java | 37 import java.util.zip.Checksum; 722 * Computes and returns the checksum value for a supplied input stream. 723 * The checksum object is reset when this method returns successfully. 726 * @param checksum the checksum object 727 * @return the result of {@link Checksum#getValue} after updating the 728 * checksum object with all of the bytes in the stream 732 final Checksum checksum) throws IOException { 736 checksum.update(buf, off, len) [all...] |
/external/harfbuzz_ng/src/ |
hb-open-file-private.hh | 62 CheckSum checkSum; /* CheckSum for this table. */
|
/external/libppp/src/ |
tcpmss.c | 78 * internet checksum. "acc" is a 32-bit 80 * checksum (adding in old 16-bit words and 82 * is the checksum value to be updated.
|
/external/skia/tools/ |
verify_images_for_gm_results.py | 26 """ Convert a file name given in a checksum file to the URL of the 31 hash_type: string; the type of the checksum. 32 hash_value: string; the checksum itself.
|
/external/chromium_org/chrome/browser/safe_browsing/ |
safe_browsing_store_file.h | 54 // MD5Digest checksum; // Checksum over preceeding data. 100 // TODO(shess): By using a checksum, this code can avoid doing an 155 // Verify |file_|'s checksum, calling the corruption callback if it 200 // The checksum did not check out in CheckValidity() or in
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/ |
rebaselineserver.py | 186 for baseline_extension in ('.txt', '.checksum', '.png'): 269 if mode == 'expected-checksum': 270 file_name = test_name + '-expected.checksum' 271 elif mode == 'actual-checksum': 272 file_name = test_name + '-actual.checksum'
|
/external/pixman/test/ |
scaling-test.c | 379 #define CHECKSUM 0x9096E6B6 381 #define CHECKSUM 0xCE8EC6BA 383 #define CHECKSUM 0xAB1D39BE 385 #define CHECKSUM 0x00000000 393 return fuzzer_test_main("scaling", 8000000, CHECKSUM,
|
/external/valgrind/main/none/tests/s390x/ |
cksm.c | 8 /* The result of a checksum operation */ 17 /* Compute the checksum via the cksm insn */ 31 "0: cksm %0,%1\n\t" /* do checksum on longs */ 58 /* Compute the checksum via hand-crafted algorithm */ 164 /* Run a testcase. Compute the checksum by-hand and by-insn and compare
|
/prebuilts/devtools/repository/ |
sdk-sys-img-1.xsd | 172 <!-- The checksum of the archive file. --> 173 <xsd:element name="checksum" type="sdk:checksumType" /> 207 <!-- The definition of a file checksum --> 211 <xsd:documentation>A SHA1 checksum.</xsd:documentation> 220 <xsd:documentation>A file checksum, currently only SHA1.</xsd:documentation>
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/ |
test.py | 60 self.actual_checksum = self.base + '-checksum' 123 actual_checksum='image_checksum_fail-checksum', 165 tests.add('failures/unexpected/text-checksum.html', 167 actual_checksum='text-checksum_fail-checksum') 168 tests.add('failures/unexpected/text-image-checksum.html', 171 actual_checksum='text-image-checksum_fail-checksum') 172 tests.add('failures/unexpected/checksum-with-matching-image.html', 173 actual_checksum='text-image-checksum_fail-checksum') 190 expected_image='tEXtchecksum\x00checksum_in_image-checksum') 195 tests.add('failures/unexpected/checksum.html', actual_checksum='checksum_fail-checksum' [all...] |
/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...] |
/external/chromium_org/third_party/lcov/bin/ |
lcov | 51 # 2003-07-03 / Peter Oberparleiter: added line checksum support, added 52 # --no-checksum 152 our $checksum; # If set, calculate a checksum for each line 153 our $no_checksum; # If set, don't calculate a checksum for each line 220 "checksum" => \$checksum, 221 "no-checksum" => \$no_checksum, 238 $checksum = ($no_checksum ? 0 : 1); 410 --(no-)checksum Enable (disable) line checksummin [all...] |
/external/chromium_org/tools/perf_expectations/ |
make_expectations.py | 116 # Include an updated checksum. 149 parser.add_option('-s', '--checksum', action='store_true', 181 # Verify the checksum. 188 OutputMessage('checksum matches, skipping') 190 elif options.checksum: 339 # Calculate the new checksum to test if this is the only thing that may have 357 if options.checksum:
|