Searched refs:check_call (Results 1 – 9 of 9) sorted by relevance
/toolchain/benchmark/ |
D | apply_patches.py | 32 subprocess.check_call(['git', '-C', autotest_dir, 34 subprocess.check_call(['cp', '-rf', 'dex2oat_input', dex2oat_dir]) 35 subprocess.check_call(['cp', '-rf', 'panorama_input', panorama_dir]) 49 subprocess.check_call(['mkdir', '-p', panorama_dir]) 50 subprocess.check_call(['git', '-C', panorama_dir, 62 subprocess.check_call([ 72 subprocess.check_call(['git', '-C', synthmark_dir, 75 subprocess.check_call(['mv', '-f', synthmark_dir, config.android_home]) 76 subprocess.check_call(['rm', '-rf', '/tmp/devrel'])
|
D | discard_patches.py | 17 subprocess.check_call(['git', '-C', path, 'reset']) 18 subprocess.check_call(['git', '-C', path, 'clean', '-fdx']) 19 subprocess.check_call(['git', '-C', path, 'stash']) 35 subprocess.check_call(['rm', '-rf', panorama_dir]) 44 subprocess.check_call(
|
D | collect_profile.py | 64 subprocess.check_call(run_cmd) 82 subprocess.check_call(pull_cmd) 106 subprocess.check_call(untar_cmd) 107 subprocess.check_call(merge_cmd) 114 subprocess.check_call(['rm', '-rf', tmp_dir])
|
D | build_bench.py | 122 subprocess.check_call(['cp', '-rf', compiler_content, tmp_dir]) 158 subprocess.check_call(['rm', '-r', tmp_dir]) 171 subprocess.check_call(['mv', os.path.join(pwd, 'tmp_makefile'), mk_file]) 191 subprocess.check_call(
|
D | set_flags.py | 21 subprocess.check_call([ 74 subprocess.check_call(['git', '-C', bench_dir, 'apply', flags_patch])
|
D | run.py | 183 subprocess.check_call(cmd, stdout=logfile) 268 subprocess.check_call(build_cmd)
|
D | autotest.diff | 919 + subprocess.check_call([build_externals_path, '--names_to_check', 1037 + subprocess.check_call([build_externals_path, '--names_to_check', 1155 + subprocess.check_call([build_externals_path, '--names_to_check',
|
/toolchain/pgo-profiles/scripts/ |
D | update_profiles.py | 187 utils.check_call(['repo', 'start', branch_name, '.']) 235 utils.check_call(['git', 'rm', current_profile]) 236 utils.check_call(['git', 'add', profdata]) 237 utils.check_call(['git', 'commit', '-m', message])
|
D | utils.py | 39 def check_call(cmd, *args, **kwargs): function 42 subprocess.check_call(cmd, *args, **kwargs) 66 check_call([llvm_profdata(), 'merge', '-output=' + output] + inputs)
|