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

  /external/skia/experimental/benchtools/
rebase.py 128 def git_commit_expectations(repo_dir, exp_dir, update_li, h, commit):
146 update_li] +
147 [['git', 'add'] + ['expectations/bench/%s' % i for i in update_li],
211 update_li = []
234 update_li.append('bench_expectations_%s.txt' % p)
235 if not update_li:
238 repo_dir, exp_dir, update_li, args.githash[:7], commit):
  /external/chromium_org/third_party/skia/experimental/benchtools/
rebase.py 169 def git_commit_expectations(repo_dir, exp_dir, update_li, h, commit,
190 update_li] +
191 [['git', 'add'] + ['expectations/bench/%s' % i for i in update_li],
283 update_li = []
312 update_li.append('bench_expectations_%s.txt' % p)
314 update_li.append('bench_expectations_%s.txt' % p)
315 if not update_li:
318 repo_dir, exp_dir, update_li, rebase_hash, commit, extra_hash):

Completed in 53 milliseconds