Home
last modified time | relevance | path

Searched refs:getChecksum (Results 1 – 25 of 47) sorted by relevance

12

/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/zip/
DExplodeSupportTest.java52 assertEquals("CRC32", entry.getCrc(), out.getChecksum().getValue()); in testArchiveWithImplodeCompression()
86 assertEquals("CRC32", entry.getCrc(), out.getChecksum().getValue()); in testZipStreamWithImplodeCompression()
/external/deqp/scripts/khr_util/
Dregistry_cache.py54 def getChecksum (self): member in RegistrySource
153 …Path, source.getRepo(), source.getRevision(), source.getFilename(), source.getChecksum(), cacheDir)
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DIPDBSourceFile.cpp28 std::string Checksum = getChecksum(); in dump()
/external/llvm/lib/DebugInfo/PDB/
DIPDBSourceFile.cpp27 std::string Checksum = getChecksum(); in dump()
/external/llvm-project/llvm/lib/DebugInfo/PDB/
DIPDBSourceFile.cpp28 std::string Checksum = getChecksum(); in dump()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DIPDBSourceFile.h31 virtual std::string getChecksum() const = 0;
/external/llvm/include/llvm/DebugInfo/PDB/
DIPDBSourceFile.h32 virtual std::string getChecksum() const = 0;
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/
DIPDBSourceFile.h31 virtual std::string getChecksum() const = 0;
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASourceFile.h27 std::string getChecksum() const override;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASourceFile.h26 std::string getChecksum() const override;
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASourceFile.h26 std::string getChecksum() const override;
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeSourceFile.h28 std::string getChecksum() const override;
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeSourceFile.cpp36 std::string NativeSourceFile::getChecksum() const { in getChecksum() function in NativeSourceFile
/external/skia/src/gpu/text/
DGrStrikeCache.h84 static uint32_t Hash(const SkDescriptor& desc) { return desc.getChecksum(); } in Hash()
/external/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
DDIASourceFile.cpp32 std::string DIASourceFile::getChecksum() const { in getChecksum() function in DIASourceFile
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIASourceFile.cpp32 std::string DIASourceFile::getChecksum() const { in getChecksum() function in DIASourceFile
/external/llvm/lib/IR/
DGCOV.cpp139 if (Parent.getChecksum() != CfgChecksum) { in readGCNO()
140 errs() << "File checksums do not match: " << Parent.getChecksum() in readGCNO()
279 if (Parent.getChecksum() != CfgChecksum) { in readGCDA()
280 errs() << "File checksums do not match: " << Parent.getChecksum() in readGCDA()
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIASourceFile.cpp43 std::string DIASourceFile::getChecksum() const { in getChecksum() function in DIASourceFile
/external/skqp/src/core/
DSkDescriptor.h51 uint32_t getChecksum() const { return fChecksum; } in getChecksum() function
/external/skia/src/core/
DSkDescriptor.h55 uint32_t getChecksum() const { return fChecksum; } in getChecksum() function
DSkStrikeCache.h211 return descriptor.getChecksum(); in Hash()
/external/skqp/src/gpu/text/
DGrStrikeCache.h81 static uint32_t Hash(const SkDescriptor& desc) { return desc.getChecksum(); } in Hash()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DGCOV.cpp143 if (Parent.getChecksum() != CfgChecksum) { in readGCNO()
144 errs() << "File checksums do not match: " << Parent.getChecksum() in readGCNO()
283 if (Parent.getChecksum() != CfgChecksum) { in readGCDA()
284 errs() << "File checksums do not match: " << Parent.getChecksum() in readGCDA()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
DHeaderItem.java92 public int getChecksum() { in getChecksum() method in HeaderItem
/external/llvm-project/llvm/tools/llvm-pdbutil/
DPrettyCompilandDumper.cpp65 auto ChecksumHexString = toHex(File->getChecksum()); in start()

12