OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:update_li
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/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/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):
Completed in 199 milliseconds