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

  /external/chromium_org/third_party/skia/experimental/benchtools/
rebase.py 207 short_hashes = [h[:7] for h in hashes]
208 if rebase_hash not in short_hashes:
210 hashes = hashes[:short_hashes.index(rebase_hash) + 1]
  /external/skia/experimental/benchtools/
rebase.py 207 short_hashes = [h[:7] for h in hashes]
208 if rebase_hash not in short_hashes:
210 hashes = hashes[:short_hashes.index(rebase_hash) + 1]

Completed in 46 milliseconds