HomeSort by relevance Sort by last modified time
    Searched defs:Checksum (Results 1 - 21 of 21) sorted by null

  /libcore/luni/src/main/java/java/util/zip/
Checksum.java 21 * The interface common to checksum classes such as {@link Adler32} and {@link CRC32}.
23 public interface Checksum {
26 * Returns the current calculated checksum value.
28 * @return the checksum.
33 * Resets the checksum value applied before beginning calculations on a new
39 * Updates the checksum with the given bytes.
51 * Updates the checksum value with the given byte.
54 * the byte to update the checksum with.
  /external/chromium_org/chrome/browser/net/
probe_message.cc 35 DVLOG(2) << "version " << header.version() << " checksum "
36 << header.checksum() << " type " << header.type();
43 // Checksum is computed on padding only.
46 uint32 computed_checksum = Checksum(probe_packet->padding());
47 if (computed_checksum != header.checksum()) {
48 DVLOG(1) << "Checksum mismatch. Got: " << header.checksum()
62 uint32 ProbeMessage::Checksum(const std::string& str) const {
91 probe_packet->mutable_header()->set_checksum(Checksum(*padding));
  /external/chromium_org/net/tools/testserver/
echo_message.py 7 This program has classes and functions to encode, decode, calculate checksum
14 <version><checksum><payload_size><payload>. <version> is the version number
15 of the "echo request" protocol. <checksum> is the checksum of the <payload>.
19 <version><checksum><payload_size><key><encoded_payload>.<version>,
20 <checksum> and <payload_size> are same as what is in the "echo request" message.
36 This class knows how to parse the checksum, payload_size from the
37 "echo request" and "echo response" messages. It holds the checksum,
44 # This specifies the starting position of the checksum and length of the
45 # checksum. Maximum value for the checksum is less than (2 ** 31 - 1)
    [all...]
  /external/sfntly/cpp/src/sfntly/data/
readable_font_data.cc 47 int64_t ReadableFontData::Checksum() {
319 // Checksum all whole 4-byte chunks.
  /external/chromium_org/chrome/browser/devtools/adb/
android_usb_device.cc 96 static uint32 Checksum(const std::string& data) {
301 header.push_back(Checksum(message->body));
426 if (Checksum(message->body) != data_check) {
  /external/llvm/include/llvm/Object/
COFF.h 38 support::ulittle16_t Checksum;
83 support::ulittle32_t CheckSum;
116 support::ulittle32_t CheckSum;
191 support::ulittle32_t CheckSum;
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /external/llvm/include/llvm/Support/
COFF.h 369 uint32_t CheckSum;
441 uint16_t Checksum;
475 uint32_t CheckSum;
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 

Completed in 898 milliseconds