Home
last modified time | relevance | path

Searched refs:ChecksumType (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/DebugInfo/PDB/
DIPDBSourceFile.cpp23 PDB_Checksum ChecksumType = getChecksumType(); in dump() local
25 if (ChecksumType != PDB_Checksum::None) { in dump()
26 OS << ChecksumType << ": "; in dump()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/
DIPDBSourceFile.cpp25 PDB_Checksum ChecksumType = getChecksumType(); in dump() local
27 if (ChecksumType != PDB_Checksum::None) { in dump()
28 OS << ChecksumType << ": "; in dump()
/external/skia/bench/
DChecksumBench.cpp15 enum ChecksumType { enum
26 ChecksumType fType;
29 ComputeChecksumBench(ChecksumType type) : fType(type) { in ComputeChecksumBench()
/external/skqp/bench/
DChecksumBench.cpp15 enum ChecksumType { enum
26 ChecksumType fType;
29 ComputeChecksumBench(ChecksumType type) : fType(type) { in ComputeChecksumBench()
/external/guava/android/guava-tests/test/com/google/common/hash/
DChecksumHashFunctionTest.java17 import static com.google.common.hash.Hashing.ChecksumType.ADLER_32;
18 import static com.google.common.hash.Hashing.ChecksumType.CRC_32;
/external/guava/guava-tests/test/com/google/common/hash/
DChecksumHashFunctionTest.java17 import static com.google.common.hash.Hashing.ChecksumType.ADLER_32;
18 import static com.google.common.hash.Hashing.ChecksumType.CRC_32;
/external/guava/android/guava/src/com/google/common/hash/
DHashing.java370 return ChecksumType.CRC_32.hashFunction; in crc32()
386 return ChecksumType.ADLER_32.hashFunction; in adler32()
390 enum ChecksumType implements ImmutableSupplier<Checksum> { enum in Hashing
406 ChecksumType(String toString) { in ChecksumType() method in Hashing.ChecksumType
/external/guava/guava/src/com/google/common/hash/
DHashing.java370 return ChecksumType.CRC_32.hashFunction; in crc32()
386 return ChecksumType.ADLER_32.hashFunction; in adler32()
390 enum ChecksumType implements ImmutableSupplier<Checksum> { enum in Hashing
406 ChecksumType(String toString) { in ChecksumType() method in Hashing.ChecksumType
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DPrettyCompilandDumper.cpp64 auto ChecksumType = File->getChecksumType(); in start() local
67 << " (" << ChecksumType << ": " << ChecksumHexString << ")"; in start()