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

  /external/skia/experimental/benchtools/
rebase.py 205 rebase_hash = args.githash[:7]
208 if rebase_hash not in short_hashes:
210 hashes = hashes[:short_hashes.index(rebase_hash) + 1]
  /external/chromium_org/third_party/skia/experimental/benchtools/
rebase.py 270 rebase_hash = githashes[0][:7]
276 if (rebase_hash not in short_hashes or
278 rebase_hash == extra_hash):
282 hashes = hashes[:short_hashes.index(rebase_hash) + 1]
318 repo_dir, exp_dir, update_li, rebase_hash, commit, extra_hash):

Completed in 1255 milliseconds