/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/zip/ |
D | ExplodeSupportTest.java | 52 assertEquals("CRC32", entry.getCrc(), out.getChecksum().getValue()); in testArchiveWithImplodeCompression() 86 assertEquals("CRC32", entry.getCrc(), out.getChecksum().getValue()); in testZipStreamWithImplodeCompression()
|
/external/deqp/scripts/khr_util/ |
D | registry_cache.py | 54 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/ |
D | IPDBSourceFile.cpp | 28 std::string Checksum = getChecksum(); in dump()
|
/external/llvm/lib/DebugInfo/PDB/ |
D | IPDBSourceFile.cpp | 27 std::string Checksum = getChecksum(); in dump()
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/ |
D | IPDBSourceFile.cpp | 28 std::string Checksum = getChecksum(); in dump()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/ |
D | IPDBSourceFile.h | 31 virtual std::string getChecksum() const = 0;
|
/external/llvm/include/llvm/DebugInfo/PDB/ |
D | IPDBSourceFile.h | 32 virtual std::string getChecksum() const = 0;
|
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
D | IPDBSourceFile.h | 31 virtual std::string getChecksum() const = 0;
|
/external/llvm/include/llvm/DebugInfo/PDB/DIA/ |
D | DIASourceFile.h | 27 std::string getChecksum() const override;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/ |
D | DIASourceFile.h | 26 std::string getChecksum() const override;
|
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/ |
D | DIASourceFile.h | 26 std::string getChecksum() const override;
|
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | NativeSourceFile.h | 28 std::string getChecksum() const override;
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeSourceFile.cpp | 36 std::string NativeSourceFile::getChecksum() const { in getChecksum() function in NativeSourceFile
|
/external/skia/src/gpu/text/ |
D | GrStrikeCache.h | 84 static uint32_t Hash(const SkDescriptor& desc) { return desc.getChecksum(); } in Hash()
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIASourceFile.cpp | 32 std::string DIASourceFile::getChecksum() const { in getChecksum() function in DIASourceFile
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIASourceFile.cpp | 32 std::string DIASourceFile::getChecksum() const { in getChecksum() function in DIASourceFile
|
/external/llvm/lib/IR/ |
D | GCOV.cpp | 139 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/ |
D | DIASourceFile.cpp | 43 std::string DIASourceFile::getChecksum() const { in getChecksum() function in DIASourceFile
|
/external/skqp/src/core/ |
D | SkDescriptor.h | 51 uint32_t getChecksum() const { return fChecksum; } in getChecksum() function
|
/external/skia/src/core/ |
D | SkDescriptor.h | 55 uint32_t getChecksum() const { return fChecksum; } in getChecksum() function
|
D | SkStrikeCache.h | 211 return descriptor.getChecksum(); in Hash()
|
/external/skqp/src/gpu/text/ |
D | GrStrikeCache.h | 81 static uint32_t Hash(const SkDescriptor& desc) { return desc.getChecksum(); } in Hash()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
D | GCOV.cpp | 143 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/ |
D | HeaderItem.java | 92 public int getChecksum() { in getChecksum() method in HeaderItem
|
/external/llvm-project/llvm/tools/llvm-pdbutil/ |
D | PrettyCompilandDumper.cpp | 65 auto ChecksumHexString = toHex(File->getChecksum()); in start()
|