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

<<31323334353637383940>>

  /art/runtime/
dex_file.h 345 // Returns the checksum of a file for comparison with GetLocationChecksum().
346 // For .dex files, this is the header checksum.
347 // For zip files, this is the classes.dex zip entry CRC32 checksum.
348 // Return true if the checksum could be found, false otherwise.
349 static bool GetChecksum(const std::string& filename, uint32_t* checksum)
373 // For DexFiles directly from .dex files, this is the checksum from the DexFile::Header.
    [all...]
  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
DeflaterTest.java 271 // getting the checkSum value using the Adler
280 // getting the checkSum value through the Adler32 class
285 "The checksum value returned by getAdler() is not the same as the checksum returned by creating the adler32 instance",
464 // getting the checkSum value through the Adler32 class
506 // getting the checkSum value through the Adler32 class
    [all...]
  /external/chromium_org/third_party/lcov-1.9/bin/
lcov 51 # 2003-07-03 / Peter Oberparleiter: added line checksum support, added
52 # --no-checksum
166 our $checksum; # If set, calculate a checksum for each line
167 our $no_checksum; # If set, don't calculate a checksum for each line
257 "checksum" => \$checksum,
258 "no-checksum" => \$no_checksum,
282 $checksum = ($no_checksum ? 0 : 1);
486 --(no-)checksum Enable (disable) line checksummin
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmutils.h 703 #define CRC8_INIT_VALUE 0xff /* Initial CRC8 checksum value */
704 #define CRC8_GOOD_VALUE 0x9f /* Good final CRC8 checksum value */
705 #define CRC16_INIT_VALUE 0xffff /* Initial CRC16 checksum value */
706 #define CRC16_GOOD_VALUE 0xf0b8 /* Good final CRC16 checksum value */
707 #define CRC32_INIT_VALUE 0xffffffff /* Initial CRC32 checksum value */
708 #define CRC32_GOOD_VALUE 0xdebb20e3 /* Good final CRC32 checksum value */
  /bionic/libc/kernel/common/linux/
qic117.h 132 #define QIC117_ERRORS { { "No error", 0, }, { "Command Received while Drive Not Ready", 0, }, { "Cartridge Not Present or Removed", 1, }, { "Motor Speed Error (not within 1%)", 1, }, { "Motor Speed Fault (jammed, or gross speed error", 1, }, { "Cartridge Write Protected", 1, }, { "Undefined or Reserved Command Code", 1, }, { "Illegal Track Address Specified for Seek", 1, }, { "Illegal Command in Report Subcontext", 0, }, { "Illegal Entry into a Diagnostic Mode", 1, }, { "Broken Tape Detected (based on hole sensor)", 1, }, { "Warning--Read Gain Setting Error", 1, }, { "Command Received While Error Status Pending (obs)", 1, }, { "Command Received While New Cartridge Pending", 1, }, { "Command Illegal or Undefined in Primary Mode", 1, }, { "Command Illegal or Undefined in Format Mode", 1, }, { "Command Illegal or Undefined in Verify Mode", 1, }, { "Logical Forward Not at Logical BOT or no Format Segments in Format Mode", 1, }, { "Logical EOT Before All Segments generated", 1, }, { "Command Illegal When Cartridge Not Referenced", 1, }, { "Self-Diagnostic Failed (cannot be cleared)", 1, }, { "Warning EEPROM Not Initialized, Defaults Set", 1, }, { "EEPROM Corrupted or Hardware Failure", 1, }, { "Motion Time-out Error", 1, }, { "Data Segment Too Long -- Logical Forward or Pause", 1, }, { "Transmit Overrun (obs)", 1, }, { "Power On Reset Occurred", 0, }, { "Software Reset Occurred", 0, }, { "Diagnostic Mode 1 Error", 1, }, { "Diagnostic Mode 2 Error", 1, }, { "Command Received During Non-Interruptible Process", 1, }, { "Rate or Format Selection Error", 1, }, { "Illegal Command While in High Speed Mode", 1, }, { "Illegal Seek Segment Value", 1, }, { "Invalid Media", 1, }, { "Head Positioning Failure", 1, }, { "Write Reference Burst Failure", 1, }, { "Prom Code Missing", 1, }, { "Invalid Format", 1, }, { "EOT/BOT System Failure", 1, }, { "Prom A Checksum Error", 1, }, { "Drive Wakeup Reset Occurred", 1, }, { "Prom B Checksum Error", 1, }, { "Illegal Entry into Format Mode", 1, }, }
  /build/tools/droiddoc/templates-pdk/
sdkpage.cs 102 <th>MD5 Checksum</th>
161 <th>MD5 Checksum</th>
  /docs/source.android.com/src/source/
downloading.jd 64 For version 1.17, the SHA-1 checksum for repo is ddd79b6d5a7807e911b524cb223bc3544b661c28
67 For version 1.19, the SHA-1 checksum for repo is 92cbad8c880f697b58ed83e348d06619f8098e6c
  /external/chromium/sdch/open-vcdiff/src/
encodetable.cc 323 // The checksum is a 32-bit *unsigned* integer. VarintBE requires a
324 // signed type, so use a 64-bit signed integer to store the checksum.
  /external/chromium/sdch/open-vcdiff/src/google/
vcencoder.h 51 // If this flag is specified, then an Adler32 checksum
259 // and/or checksum format should be used.
  /external/chromium_org/content/renderer/pepper/
pepper_truetype_font_mac.mm 80 uint32_t checksum;
381 entry->checksum = base::HostToNet32(
  /external/chromium_org/sdch/open-vcdiff/src/
encodetable.cc 351 // The checksum is a 32-bit *unsigned* integer. VarintBE requires a
352 // signed type, so use a 64-bit signed integer to store the checksum.
  /external/chromium_org/third_party/sqlite/src/test/
backup_ioerr.test 26 set checksum [data_checksum $db2 $file2]
27 uplevel [list do_test $name [list data_checksum $db1 $file1] $checksum]
  /external/kernel-headers/original/linux/
dccp.h 14 * @dccph_cscov - Parts of the packet that are covered by the Checksum field
15 * @dccph_checksum - Internet checksum, depends on dccph_cscov
netfilter.h 253 __sum16 (*checksum)(struct sk_buff *skb, unsigned int hook, member in struct:nf_afinfo
284 csum = afinfo->checksum(skb, hook, dataoff, protocol);
qic117.h 284 /*40*/ { "Prom A Checksum Error", 1, },\
286 /*42*/ { "Prom B Checksum Error", 1, },\
  /external/kernel-headers/original/linux/raid/
md_p.h 148 __u32 sb_csum; /* 6 checksum of the whole superblock */
253 __u32 sb_csum; /* checksum upto devs[max_dev] */
  /external/open-vcdiff/src/
encodetable.cc 351 // The checksum is a 32-bit *unsigned* integer. VarintBE requires a
352 // signed type, so use a 64-bit signed integer to store the checksum.
  /external/openssh/
packet.c 659 u_int checksum; local
680 /* Compute packet length without padding (add checksum, remove padding). */
697 checksum = ssh_crc32(buffer_ptr(&active_state->outgoing_packet),
699 put_u32(buf, checksum);
1148 u_int checksum, stored_checksum; local
1199 /* Compute packet checksum. */
1200 checksum = ssh_crc32(buffer_ptr(&active_state->incoming_packet),
    [all...]
  /external/sfntly/cpp/src/sfntly/
font.h 241 // Get the checksum for this font.
242 int64_t checksum() { return checksum_; } function in class:sfntly::Font
  /frameworks/base/docs/html/sdk/installing/
installing-adt.jd 5 adt.zip.checksum=0189080b23dfa0f866adafaaafcc34ab
166 <th>MD5 Checksum</th>
  /libcore/luni/src/main/java/java/util/zip/
Inflater.java 134 * Returns the {@link Adler32} checksum of the bytes inflated so far, or the
135 * checksum of the preset dictionary if {@link #needsDictionary} returns true.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/raid/
md_p.h 148 __u32 sb_csum; /* 6 checksum of the whole superblock */
253 __le32 sb_csum; /* checksum upto devs[max_dev] */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/raid/
md_p.h 148 __u32 sb_csum; /* 6 checksum of the whole superblock */
253 __le32 sb_csum; /* checksum upto devs[max_dev] */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/raid/
md_p.h 148 __u32 sb_csum; /* 6 checksum of the whole superblock */
253 __le32 sb_csum; /* checksum upto devs[max_dev] */
  /development/ndk/platforms/android-3/include/
zlib.h 309 deflate() sets strm->adler to the adler32 checksum of all input read
431 below), inflate sets strm->adler to the adler32 checksum of the dictionary
433 strm->adler to the adler32 checksum of all output produced so far (that is,
436 checksum is equal to that saved by the compressor and returns Z_STREAM_END
437 only if the checksum is correct.
    [all...]

Completed in 595 milliseconds

<<31323334353637383940>>