Searched defs:Checksum (Results 1 - 10 of 10) sorted by relevance

/external/zlib/src/contrib/dotzlib/DotZLib/
H A DCodecBase.cs114 public uint Checksum { get { return _checksum; } } property in class:DotZLib.CodecBase
H A DDotZLib.cs205 uint Checksum { get; } property in interface:DotZLib.Codec
/external/chromium_org/chrome/browser/net/
H A Dprobe_message.cc43 // Checksum is computed on padding only.
46 uint32 computed_checksum = Checksum(probe_packet->padding());
48 DVLOG(1) << "Checksum mismatch. Got: " << header.checksum()
62 uint32 ProbeMessage::Checksum(const std::string& str) const { function in class:chrome_browser_net::ProbeMessage
91 probe_packet->mutable_header()->set_checksum(Checksum(*padding));
/external/chromium_org/net/tools/testserver/
H A Decho_message.py108 self.checksum = Checksum(payload, self.payload_size)
267 def Checksum(payload, payload_size): function
339 if Checksum(echo_request.payload,
/external/sfntly/cpp/src/sfntly/data/
H A Dreadable_font_data.cc47 int64_t ReadableFontData::Checksum() { function in class:sfntly::ReadableFontData
319 // Checksum all whole 4-byte chunks.
/external/chromium_org/chrome/browser/devtools/adb/
H A Dandroid_usb_device.cc96 static uint32 Checksum(const std::string& data) { function in namespace:__anon4696
301 header.push_back(Checksum(message->body));
426 if (Checksum(message->body) != data_check) {
/external/llvm/include/llvm/Object/
H A DCOFF.h38 support::ulittle16_t Checksum; member in struct:llvm::object::dos_header
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1974 if (Checksum(Decl) == it1->second.second)
2028 V.second = Checksum(Decl);
2044 unsigned CGDebugInfo::Checksum(const ObjCInterfaceDecl *ID) { function in class:CGDebugInfo
/external/llvm/include/llvm/Support/
H A DCOFF.h441 uint16_t Checksum; member in struct:llvm::COFF::DOSHeader
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 266 milliseconds