HomeSort by relevance Sort by last modified time
    Searched refs:checksum (Results 176 - 200 of 469) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium/sdch/open-vcdiff/src/
vcdecoder_test.cc 19 #include "checksum.h"
85 void VCDiffDecoderTest::AddChecksum(VCDChecksum checksum) {
86 int32_t checksum_as_int32 = static_cast<int32_t>(checksum);
89 // Adjust delta window size to include checksum.
  /external/chromium_org/sdch/open-vcdiff/src/
vcdecoder_test.cc 19 #include "checksum.h"
85 void VCDiffDecoderTest::AddChecksum(VCDChecksum checksum) {
86 int32_t checksum_as_int32 = static_cast<int32_t>(checksum);
89 // Adjust delta window size to include checksum.
  /external/chromium_org/third_party/sfntly/cpp/src/test/
font_parsing_test.cc 60 EXPECT_EQ(gdef_header->checksum(), TTF_CHECKSUM[SAMPLE_TTF_FEAT]);
77 EXPECT_EQ(header_header->checksum(), TTF_CHECKSUM[SAMPLE_TTF_HEAD]);
  /external/dropbear/libtomcrypt/src/mac/pmac/
pmac_init.c 131 zeromem(pmac->checksum, sizeof(pmac->checksum));
  /external/grub/docs/
multiboot.h.texi 53 unsigned long checksum;
  /external/open-vcdiff/src/
vcdecoder_test.cc 19 #include "checksum.h"
85 void VCDiffDecoderTest::AddChecksum(VCDChecksum checksum) {
86 int32_t checksum_as_int32 = static_cast<int32_t>(checksum);
89 // Adjust delta window size to include checksum.
  /external/sfntly/cpp/src/test/
font_parsing_test.cc 60 EXPECT_EQ(gdef_header->checksum(), TTF_CHECKSUM[SAMPLE_TTF_FEAT]);
77 EXPECT_EQ(header_header->checksum(), TTF_CHECKSUM[SAMPLE_TTF_HEAD]);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/
PrettyPatch_test.rb 72 matches = pretty.match("INVALID: Image lacks a checksum.")
75 # the warning that the image is missing its checksum.
78 assert_equal(0, pretty.scan(/INVALID\: Image lacks a checksum\./).size)
83 matches = pretty.match("INVALID: Image lacks a checksum.")
89 matches = pretty.match("INVALID: Image lacks a checksum.")
90 assert(!matches, "Png should lack a checksum without an error.")
95 matches = pretty.match("INVALID: Image lacks a checksum.")
96 assert(!matches, "Png should lack a checksum without an error.")
  /external/chromium_org/third_party/openssl/openssl/crypto/krb5/
krb5_asn.h 151 /* Checksum ::= SEQUENCE {
153 ** checksum[1] OCTET STRING
159 ASN1_OCTET_STRING *checksum; member in struct:krb5_checksum_st
198 ** cksum[3] Checksum OPTIONAL,
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
krb5_asn.h 151 /* Checksum ::= SEQUENCE {
153 ** checksum[1] OCTET STRING
159 ASN1_OCTET_STRING *checksum; member in struct:krb5_checksum_st
198 ** cksum[3] Checksum OPTIONAL,
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/
table.h 69 // Get the calculated checksum for the data in the table.
84 // Get the checksum for the table from the record header.
85 virtual int64_t header_checksum() { return header_->checksum(); }
  /external/kernel-headers/original/linux/raid/
md.h 33 #include <net/checksum.h>
  /external/openssl/crypto/krb5/
krb5_asn.h 151 /* Checksum ::= SEQUENCE {
153 ** checksum[1] OCTET STRING
159 ASN1_OCTET_STRING *checksum; member in struct:krb5_checksum_st
198 ** cksum[3] Checksum OPTIONAL,
  /external/openssl/include/openssl/
krb5_asn.h 151 /* Checksum ::= SEQUENCE {
153 ** checksum[1] OCTET STRING
159 ASN1_OCTET_STRING *checksum; member in struct:krb5_checksum_st
198 ** cksum[3] Checksum OPTIONAL,
  /external/sfntly/cpp/src/sfntly/table/
table.h 69 // Get the calculated checksum for the data in the table.
84 // Get the checksum for the table from the record header.
85 virtual int64_t header_checksum() { return header_->checksum(); }
  /external/tcpdump/
appletalk.h 39 u_int16_t checksum; member in struct:atDDP
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
som.h 44 unsigned int checksum; member in struct:som_hdr
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
som.h 44 unsigned int checksum; member in struct:som_hdr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
som.h 44 unsigned int checksum; member in struct:som_hdr
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
mock_drt_unittest.py 82 def input_line(self, port, test_name, pixel_tests, checksum=None):
88 if checksum:
89 url += "'" + checksum
164 expected_checksum='image_checksum-checksum',
169 'ActualHash: image_checksum-checksum\n',
170 'ExpectedHash: image_checksum-checksum\n',
186 self.assertTest('passes/reftest.html', True, expected_checksum='mock-checksum', expected_text='reference text\n')
189 self.assertTest('passes/mismatch.html', True, expected_checksum='mock-checksum', expected_text='reference text\n')
  /external/smali/dexlib/src/main/java/org/jf/dexlib/
HeaderItem.java 57 private int checksum; field in class:HeaderItem
93 checksum = in.readInt(); //checksum
188 out.annotate("checksum");
274 * Get the checksum that was originally stored as part of this header item
279 * @return The addler32 checksum (as an integer) of the dex file
284 return checksum;
293 * @return The sha1 checksum of the dex file, as a 20-element byte array
  /libcore/dex/src/main/java/com/android/dex/
TableOfContents.java 56 public int checksum; field in class:TableOfContents
82 checksum = headerIn.readInt();
168 out.writeInt(checksum);
  /external/iputils/
clockdiff.c 32 * Checksum routine for Internet Protocol family headers.
173 oicp->checksum = 0;
193 oicp->checksum = 0;
198 oicp->checksum = in_cksum((u_short *)oicp, sizeof(*oicp) + 12);
349 oicp->checksum = 0;
371 oicp->checksum = 0;
376 oicp->checksum = in_cksum((u_short *)oicp, sizeof(*oicp)+12);
  /art/runtime/
dex_file_test.cc 34 // contents due to the checksum etc, so we embed the exact input here.
121 uint32_t checksum; local
123 EXPECT_TRUE(DexFile::GetChecksum(GetLibCoreDexFileName(), &checksum));
124 EXPECT_EQ(java_lang_dex_file_->GetLocationChecksum(), checksum);
  /external/chromium_org/chrome/renderer/
mock_printer.cc 263 unsigned int page, std::string* checksum) const {
266 *checksum = pages_[page]->image().checksum();

Completed in 931 milliseconds

1 2 3 4 5 6 78 91011>>