Searched refs:extra_dir (Results 1 – 2 of 2) 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 112 if extra_dir: # Adjust data with the ones in extra_dir 115 '-r', extra_hash, '-b', p, '-d', os.path.join(extra_dir, p), '-o', 116 os.path.join(extra_dir, exp_filename)], 122 extra_dic = get_expectations_dict(os.path.join(extra_dir, exp_filename)) 288 extra_dir = os.path.join(d, 'extra' + ts_str) 291 clean_dir(extra_dir) 294 clean_dir(os.path.join(extra_dir, p)) 308 if extra_hash and download_gs_files(p, extra_hash, extra_dir): 310 if calc_expectations(p, h, gs_dir, exp_dir, repo_dir, extra_dir, [all …]
|
/external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/ |
D | server.py | 37 for extra_dir in self.server.serving_dirs: 39 full_path = os.path.join(extra_dir, os.path.basename(path)) 54 full_path = os.path.join(extra_dir, path)
|