/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 | 55 def getChecksum (self): member in RegistrySource 145 …Path, source.getRepo(), source.getRevision(), source.getFilename(), source.getChecksum(), cacheDir)
|
/external/llvm/lib/DebugInfo/PDB/ |
D | IPDBSourceFile.cpp | 27 std::string Checksum = getChecksum(); in dump()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/ |
D | IPDBSourceFile.cpp | 29 std::string Checksum = getChecksum(); in dump()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/ |
D | IPDBSourceFile.h | 32 virtual std::string getChecksum() const = 0;
|
/external/llvm/include/llvm/DebugInfo/PDB/ |
D | IPDBSourceFile.h | 32 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-7.0/llvm/include/llvm/DebugInfo/PDB/DIA/ |
D | DIASourceFile.h | 27 std::string getChecksum() const override;
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/ |
D | GCOV.cpp | 145 if (Parent.getChecksum() != CfgChecksum) { in readGCNO() 146 errs() << "File checksums do not match: " << Parent.getChecksum() in readGCNO() 285 if (Parent.getChecksum() != CfgChecksum) { in readGCDA() 286 errs() << "File checksums do not match: " << Parent.getChecksum() in readGCDA()
|
/external/skia/src/core/ |
D | SkDescriptor.h | 51 uint32_t getChecksum() const { return fChecksum; } in getChecksum() function
|
D | SkRemoteGlyphCache.cpp | 176 return key->getChecksum(); in operator ()()
|
D | SkScalerContext.cpp | 88 desc->getChecksum(), desc->getCount(), desc->getLength()); in SkScalerContext()
|
/external/swiftshader/third_party/llvm-7.0/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
|
D | SkRemoteGlyphCache.cpp | 179 return key->getChecksum(); in operator ()()
|
D | SkScalerContext.cpp | 59 desc->getChecksum(), desc->getCount(), desc->getLength()); in SkScalerContext()
|
/external/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIASourceFile.cpp | 43 std::string DIASourceFile::getChecksum() const { in getChecksum() function in DIASourceFile
|
/external/skia/src/gpu/text/ |
D | GrStrikeCache.h | 81 static uint32_t Hash(const SkDescriptor& desc) { return desc.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-7.0/llvm/tools/llvm-pdbutil/ |
D | PrettyCompilandDumper.cpp | 65 auto ChecksumHexString = toHex(File->getChecksum()); in start()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/ |
D | HeaderItem.java | 92 public int getChecksum() { in getChecksum() method in HeaderItem
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/ |
D | GCOV.h | 248 uint32_t getChecksum() const { return Checksum; } in getChecksum() function
|
/external/llvm/include/llvm/Support/ |
D | GCOV.h | 239 uint32_t getChecksum() const { return Checksum; } in getChecksum() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 180 if (F->getChecksum()) { in maybeRecordFile() 181 std::string Checksum = fromHex(F->getChecksum()->Value); in maybeRecordFile() 186 switch (F->getChecksum()->Kind) { in maybeRecordFile()
|