Lines Matching refs:hash
45 gitHash = flag.String("git_hash", "-", "The git commit hash of the version being tested")
113 hash := ""
114 if hash, err = writeBase64EncodedPNG(testOutput.Data); err != nil {
126 Digest: types.Digest(hash),
188 // decoded PNG bytes and any error. This hash is what will be used as
202 // compute the hash of the pixel values, like DM does
207 hash := ""
211 hash = fmt.Sprintf("%x", md5.Sum(i.Pix))
214 hash = fmt.Sprintf("%x", md5.Sum(i.Pix))
217 hash = fmt.Sprintf("%x", md5.Sum(i.Pix))
222 p := path.Join(*outDir, hash+".png")
231 return hash, nil