Searched refs:extra_hash (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/third_party/skia/experimental/benchtools/ |
D | rebase.py | 101 def calc_expectations(p, h, gs_dir, exp_dir, repo_dir, extra_dir, extra_hash): argument 115 '-r', extra_hash, '-b', p, '-d', os.path.join(extra_dir, p), '-o', 170 extra_hash): argument 171 if extra_hash: 172 extra_hash = ', adjusted with ' + extra_hash 178 NOTRY=true""" % (h, extra_hash) 271 extra_hash = '' 273 extra_hash = githashes[1][:7] 277 (extra_hash and extra_hash not in short_hashes) or 278 rebase_hash == extra_hash): [all …]
|