OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exp_dir
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/experimental/benchtools/
greenify.py
60
def git_commit_expectations(repo_dir,
exp_dir
, bot, build, commit):
73
branch =
exp_dir
[
exp_dir
.rfind('/') + 1:]
78
['cp', '%s/%s' % (
exp_dir
, filename), 'expectations/bench'],
101
def widen_bench_ranges(url, bot, repo_dir,
exp_dir
):
146
dst = os.path.join(
exp_dir
, fname)
190
exp_dir
= os.path.join(d, 'exp' + ts_str)
191
clean_dir(
exp_dir
)
192
if not widen_bench_ranges(args.url, bot, repo_dir,
exp_dir
):
195
repo_dir,
exp_dir
, bot, build, commit)
[
all
...]
rebase.py
91
def calc_expectations(p, h, gs_dir,
exp_dir
, repo_dir):
95
os.path.join(
exp_dir
, exp_filename)],
104
filecmp.cmp(repo_file, os.path.join(
exp_dir
, exp_filename))):
128
def git_commit_expectations(repo_dir,
exp_dir
, update_li, h, commit):
139
branch =
exp_dir
.split('/')[-1]
145
[['cp', '%s/%s' % (
exp_dir
, f), 'expectations/bench'] for f in
215
exp_dir
= os.path.join(d, 'exp' + ts_str)
217
clean_dir(
exp_dir
)
233
if calc_expectations(p, h, gs_dir,
exp_dir
, repo_dir):
238
repo_dir,
exp_dir
, update_li, args.githash[:7], commit)
[
all
...]
/external/skia/experimental/benchtools/
greenify.py
60
def git_commit_expectations(repo_dir,
exp_dir
, bot, build, commit):
73
branch =
exp_dir
[
exp_dir
.rfind('/') + 1:]
78
['cp', '%s/%s' % (
exp_dir
, filename), 'expectations/bench'],
101
def widen_bench_ranges(url, bot, repo_dir,
exp_dir
):
146
dst = os.path.join(
exp_dir
, fname)
190
exp_dir
= os.path.join(d, 'exp' + ts_str)
191
clean_dir(
exp_dir
)
192
if not widen_bench_ranges(args.url, bot, repo_dir,
exp_dir
):
195
repo_dir,
exp_dir
, bot, build, commit)
[
all
...]
rebase.py
91
def calc_expectations(p, h, gs_dir,
exp_dir
, repo_dir):
95
os.path.join(
exp_dir
, exp_filename)],
104
filecmp.cmp(repo_file, os.path.join(
exp_dir
, exp_filename))):
128
def git_commit_expectations(repo_dir,
exp_dir
, update_li, h, commit):
139
branch =
exp_dir
.split('/')[-1]
145
[['cp', '%s/%s' % (
exp_dir
, f), 'expectations/bench'] for f in
215
exp_dir
= os.path.join(d, 'exp' + ts_str)
217
clean_dir(
exp_dir
)
233
if calc_expectations(p, h, gs_dir,
exp_dir
, repo_dir):
238
repo_dir,
exp_dir
, update_li, args.githash[:7], commit)
[
all
...]
Completed in 53 milliseconds