Home
last modified time | relevance | path

Searched refs:compute_checksum (Results 1 – 5 of 5) sorted by relevance

/external/skqp/src/utils/
DSkWhitelistTypefaces.cpp65 static uint32_t compute_checksum(const SkTypeface* tf) { in compute_checksum() function
173 uint32_t checksum = compute_checksum(tf); in WhitelistSerializeTypeface()
211 uint32_t checksum = compute_checksum(tf.get()); in CheckChecksums()
266 uint32_t checksum = compute_checksum(tf.get()); in GenerateChecksums()
/external/skia/src/utils/
DSkWhitelistTypefaces.cpp65 static uint32_t compute_checksum(const SkTypeface* tf) { in compute_checksum() function
173 uint32_t checksum = compute_checksum(tf); in WhitelistSerializeTypeface()
211 uint32_t checksum = compute_checksum(tf.get()); in CheckChecksums()
266 uint32_t checksum = compute_checksum(tf.get()); in GenerateChecksums()
/external/autotest/client/common_lib/
Dpackages.py752 def compute_checksum(self, pkg_path): member in BasePackageManager
785 new_checksum = self.compute_checksum(pkg_path)
818 local_checksum = self.compute_checksum(pkg_path)
862 new_checksum = self.compute_checksum(tarball_path)
878 pkg_checksum = self.compute_checksum(tarball_path)
/external/autotest/utils/
Dpackager.py156 md5sum = pkgmgr.compute_checksum(tarball_path)
/external/python/cpython3/Tools/clinic/
Dclinic.py1456 computed = compute_checksum(output, len(checksum))
1513 … arguments="output={} input={}".format(compute_checksum(output, 16), compute_checksum(input, 16))
1904 def compute_checksum(input, length=None): function