HomeSort by relevance Sort by last modified time
    Searched refs:hash_digest (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/skia/gm/
gm_json.py 118 # hash_digest)
120 # hash_digest)
124 def CreateGmActualUrl(test_name, hash_type, hash_digest,
130 hash_type: string indicating the hash type used to generate hash_digest,
132 hash_digest: the hash digest of the image to retrieve
137 test_name=test_name, hash_type=hash_type, hash_digest=hash_digest))
140 def CreateGmRelativeUrl(test_name, hash_type, hash_digest):
149 hash_type: string indicating the hash type used to generate hash_digest,
151 hash_digest: the hash digest of the image to retriev
    [all...]
  /external/chromium_org/third_party/skia/gm/rebaseline_server/
download_actuals.py 80 (hash_type, hash_digest) = results_of_this_type[image_name]
82 test_name=test, hash_type=hash_type, hash_digest=hash_digest,
compare_to_expectations.py 138 _, hash_type, hash_digest = gm_json.SplitGmRelativeUrl(
140 allowed_digests = [[hash_type, int(hash_digest)]]
results.py 283 hashtype_and_digest: (hash_type, hash_digest) tuple, or None if we
292 hash_digest=hashtype_and_digest[1])
  /external/chromium_org/third_party/skia/tools/
svndiff.py 120 def _CreateGSUrl(imagename, hash_type, hash_digest):
125 hash_type: string indicating the hash type used to generate hash_digest,
127 hash_digest: the hash digest of the image to retrieve
132 hash_digest=hash_digest)
157 hash_digest=old_checksum)
168 hash_digest=new_checksum)

Completed in 408 milliseconds