Searched refs:compute_checksum (Results 1 – 5 of 5) sorted by relevance
65 static uint32_t compute_checksum(const SkTypeface* tf) { in compute_checksum() function173 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()
752 def compute_checksum(self, pkg_path): member in BasePackageManager785 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)
156 md5sum = pkgmgr.compute_checksum(tarball_path)
1456 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