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

<<11121314151617181920>>

  /external/chromium_org/base/metrics/
statistics_recorder.h 78 // We keep all |bucket_ranges_| in a map, from checksum to a list of
79 // |bucket_ranges_|. Checksum is calculated from the |ranges_| in
  /external/chromium_org/printing/
image.h 46 // Return a checksum of the image (MD5 over the internal data structure).
47 std::string checksum() const;
  /external/chromium_org/sdch/open-vcdiff/src/
encodetable_test.cc 24 #include "checksum.h"
374 const VCDChecksum checksum = 0xFFFFFFFF; // would be negative if signed local
375 interleaved_writer.AddChecksum(checksum);
390 ExpectByte(0x8F); // checksum byte 1
391 ExpectByte(0xFF); // checksum byte 2
392 ExpectByte(0xFF); // checksum byte 3
393 ExpectByte(0xFF); // checksum byte 4
394 ExpectByte(0x7F); // checksum byte 5
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
png.py 55 self._handle_style_error(0, 'image/png', 5, "Image lacks a checksum. Generate pngs using run-webkit-tests to ensure they have a checksum.")
  /external/chromium_org/third_party/leveldatabase/src/db/
log_reader.h 39 // If "checksum" is true, verify checksums if available.
43 Reader(SequentialFile* file, Reporter* reporter, bool checksum,
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
HeaderItem.java 68 out.annotate(4, "checksum");
84 // Leave space for the checksum and signature.
  /external/dropbear/libtomcrypt/src/mac/pmac/
pmac_process.c 57 *((LTC_FAST_TYPE*)(&pmac->checksum[y])) ^= *((LTC_FAST_TYPE*)(&Z[y]));
76 pmac->checksum[x] ^= Z[x];
  /external/llvm/test/Object/
objdump-symbol-table.test 13 COFF-i386: AUX scnlen 0x24 nreloc 3 nlnno 0 checksum 0x0 assoc 1 comdat 0
15 COFF-i386: AUX scnlen 0xd nreloc 0 nlnno 0 checksum 0x0 assoc 2 comdat 0
  /external/neven/Embedded/common/src/b_APIEm/
Functions.h 78 /** writes checksum adjustment value to meet chkSumA to memory
84 /** takes checksum adjustment value from memory stream */
  /external/open-vcdiff/src/
encodetable_test.cc 24 #include "checksum.h"
374 const VCDChecksum checksum = 0xFFFFFFFF; // would be negative if signed local
375 interleaved_writer.AddChecksum(checksum);
390 ExpectByte(0x8F); // checksum byte 1
391 ExpectByte(0xFF); // checksum byte 2
392 ExpectByte(0xFF); // checksum byte 3
393 ExpectByte(0xFF); // checksum byte 4
394 ExpectByte(0x7F); // checksum byte 5
  /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/tcpdump/
dccp.h 21 * @dccph_cscov - Parts of the packet that are covered by the Checksum field
22 * @dccph_checksum - Internet checksum, depends on dccph_cscov
  /external/wpa_supplicant_8/src/wps/
wps_common.c 202 * wps_pin_checksum - Compute PIN checksum
203 * @pin: Seven digit PIN (i.e., eight digit PIN without the checksum digit)
204 * Returns: Checksum digit
221 * wps_pin_valid - Check whether a PIN has a valid checksum
222 * @pin: Eight digit PIN (i.e., including the checksum digit)
223 * Returns: 1 if checksum digit is valid, or 0 if not
233 * Returns: Eight digit PIN (i.e., including the checksum digit)
247 /* Append checksum digit */
  /external/zlib/src/contrib/delphi/
readme.txt 46 - Checksum class wrappers around adler32() and crc32(), similar
47 to the Java classes that implement the java.util.zip.Checksum
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
cycx_cfm.h 80 * @checksum - info + image
89 unsigned short checksum; member in struct:cycx_firmware
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cycx_cfm.h 80 * @checksum - info + image
89 unsigned short checksum; member in struct:cycx_firmware
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cycx_cfm.h 80 * @checksum - info + image
89 unsigned short checksum; member in struct:cycx_firmware
  /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);
  /cts/tools/cfassembler/src/dxconvext/
ClassFileAssembler.java 151 * Calculates the checksum for the <code>.dex</code> file in the
196 // now for dex, update the checksum and the signature.
199 // to keep the checksum or the signature, respectively.
204 // update checksum and signature for dex file
  /dalvik/dx/tests/034-dex-minimal/
expected.txt 3 000008: be0b 70d9 |checksum
  /external/chromium/chrome/browser/bookmarks/
bookmark_codec_unittest.cc 91 Value* EncodeHelper(BookmarkModel* model, std::string* checksum) {
106 *checksum = computed_checksum;
138 // Stored checksum should be as expected.
213 // Undo the change and make sure the checksum is same as original.
  /external/chromium/sdch/open-vcdiff/src/
adler32.c 1 /* adler32.c -- compute the Adler-32 checksum of a data stream
67 checksum = (high << 16) | low;
69 Both 16-bit halves of the checksum are between 0 and BASE-1 (inclusive).
70 Hence, the minimum possible checksum value is 0, and the maximum is
  /external/chromium_org/chrome/browser/metrics/
metrics_log_serializer.cc 38 // checksum of the elements.
168 // Account for checksum and size included in the list.
186 it != list.end() - 1; // Last element is the checksum.
204 // Verify checksum.
  /external/chromium_org/native_client_sdk/src/build_tools/json/
naclsdk_manifest2.json 6 "checksum": {
  /external/chromium_org/sdch/open-vcdiff/src/zlib/
adler32.c 1 /* adler32.c -- compute the Adler-32 checksum of a data stream
67 checksum = (high << 16) | low;
69 Both 16-bit halves of the checksum are between 0 and BASE-1 (inclusive).
70 Hence, the minimum possible checksum value is 0, and the maximum is

Completed in 1568 milliseconds

<<11121314151617181920>>