Searched refs:Checksum (Results 1 - 25 of 32) sorted by relevance

12

/external/llvm/lib/DebugInfo/PDB/
H A DIPDBSourceFile.cpp26 std::string Checksum = getChecksum(); local
27 for (uint8_t c : Checksum)
H A DPDBExtras.cpp180 raw_ostream &llvm::operator<<(raw_ostream &OS, const PDB_Checksum &Checksum) { argument
181 switch (Checksum) {
/external/guava/guava/src/com/google/common/hash/
H A DChecksumHashFunction.java23 import java.util.zip.Checksum;
26 * {@link HashFunction} adapter for {@link Checksum} instances.
32 private final Supplier<? extends Checksum> checksumSupplier;
36 ChecksumHashFunction(Supplier<? extends Checksum> checksumSupplier, int bits, String toString) {
63 private final Checksum checksum;
65 private ChecksumHasher(Checksum checksum) {
84 * The long returned from a 32-bit Checksum will have all 0s for its second word, so the
H A DHashing.java27 import java.util.zip.Checksum;
230 * to the {@link CRC32} {@link Checksum}.
232 * <p>To get the {@code long} value equivalent to {@link Checksum#getValue()} for a
248 * delegating to the {@link Adler32} {@link Checksum}.
250 * <p>To get the {@code long} value equivalent to {@link Checksum#getValue()} for a
268 enum ChecksumType implements Supplier<Checksum> {
271 public Checksum get() {
277 public Checksum get() {
289 public abstract Checksum get();
/external/jsilver/src/com/google/clearsilver/jsilver/functions/string/
H A DCrcFunction.java25 import java.util.zip.Checksum;
40 Checksum crc = new CRC32();
/external/guava/guava-tests/test/com/google/common/hash/
H A DChecksumHashFunctionTest.java24 import java.util.zip.Checksum;
67 private static void assertChecksum(Supplier<Checksum> supplier, String input) {
70 Checksum checksum = supplier.get();
80 private static void assertHash32(int expected, Supplier<Checksum> supplier, String input) {
/external/e2fsprogs/tests/scripts/
H A Dresize_test31 echo Checksum is $CSUM_1 >> $LOG
67 echo Checksum is $CSUM_2 >> $LOG
92 echo Checksum is $CSUM_2 >> $LOG
117 echo Checksum is $CSUM_2 >> $LOG
142 echo Checksum is $CSUM_2 >> $LOG
/external/guava/guava-tests/benchmark/com/google/common/hash/
H A DChecksumBenchmark.java26 import java.util.zip.Checksum;
29 * Benchmarks for comparing {@link Checksum}s and {@link HashFunction}s that wrap {@link Checksum}s.
/external/llvm/include/llvm/DebugInfo/PDB/
H A DPDBExtras.h26 raw_ostream &operator<<(raw_ostream &OS, const PDB_Checksum &Checksum);
/external/skia/tests/
H A DChecksumTest.cpp18 DEF_TEST(Checksum, r) {
/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
H A DUnitTests.cs206 adler1 = def.Checksum;
236 adler2 = inf.Checksum;
/external/llvm/lib/IR/
H A DGCOV.cpp37 if (!Buffer.readInt(Checksum))
69 if (Checksum != GCDAChecksum) {
70 errs() << "File checksums do not match: " << Checksum
132 if (!Buff.readInt(Checksum))
266 if (Checksum != GCDAChecksum) {
267 errs() << "Function checksums do not match: " << Checksum
/external/llvm/include/llvm/Support/
H A DGCOV.h230 : GCNOInitialized(false), Checksum(0), Functions(), RunCount(0),
234 uint32_t getChecksum() const { return Checksum; }
241 uint32_t Checksum; member in class:llvm::GCOVFile
283 uint32_t Checksum; member in class:llvm::GCOVFunction
H A DCOFF.h477 uint16_t Checksum; member in struct:llvm::COFF::DOSHeader
/external/sfntly/cpp/src/sfntly/data/
H A Dreadable_font_data.h62 int64_t Checksum();
H A Dreadable_font_data.cc47 int64_t ReadableFontData::Checksum() { function in class:sfntly::ReadableFontData
319 // Checksum all whole 4-byte chunks.
/external/sfntly/cpp/src/sfntly/table/
H A Dtable.cc49 return data_->Checksum();
/external/guava/guava/src/com/google/common/io/
H A DByteStreams.java44 import java.util.zip.Checksum;
897 * @return the result of {@link Checksum#getValue} after updating the
906 InputSupplier<? extends InputStream> supplier, final Checksum checksum)
H A DFiles.java55 import java.util.zip.Checksum;
767 * @return the result of {@link Checksum#getValue} after updating the
775 public static long getChecksum(File file, Checksum checksum)
/external/guava/guava-tests/test/com/google/common/io/
H A DByteStreamsTest.java35 import java.util.zip.Checksum;
395 Checksum checksum = new CRC32();
/external/clang/lib/CodeGen/
H A DCGDebugInfo.h119 unsigned Checksum(const ObjCInterfaceDecl *InterfaceDecl);
/external/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp135 // Checksum, produced by hash of EdgeDestinations
362 void setCfgChecksum(uint32_t Checksum) { argument
363 CfgChecksum = Checksum;
/external/zlib/src/as400/
H A Dzlib.inc412 * Checksum function prototypes

Completed in 1860 milliseconds

12