Searched refs:shellcmd (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/subzero/pydir/ |
D | build-runtime.py | 9 from utils import FindBaseNaCl, GetObjcopyCmd, shellcmd 19 shellcmd(['cat'] + ll_files + ['|', 29 shellcmd([GetObjcopyCmd(target), obj] + 35 shellcmd(['le32-nacl-ld', 62 shellcmd(['clang', 70 shellcmd(['llvm-mc', 84 shellcmd([GetObjcopyCmd(target_info.target), 88 shellcmd(['clang', 108 shellcmd(['llvm-mc', 121 shellcmd([GetObjcopyCmd(target_info.target), [all …]
|
D | szbuild.py | 9 from utils import FindBaseNaCl, GetObjcopyCmd, get_sfi_string, shellcmd 124 shellcmd([gold, 160 shellcmd([gold, 208 shellcmd([linker] + 323 shellcmd(['{base}/pnacl-translate'.format(base=path_addition), 337 shellcmd(( 341 shellcmd(( 350 shellcmd([pnacl_sz, 376 shellcmd(( 382 shellcmd(( [all …]
|
D | crosstest.py | 11 from utils import FindBaseNaCl, GetObjcopyCmd, get_sfi_string, shellcmd 127 shellcmd(['{bin}/pnacl-clang'.format(bin=bindir), 132 shellcmd(['{bin}/pnacl-opt'.format(bin=bindir), 146 shellcmd(['{path}/pnacl-sz'.format(path=os.path.dirname(mypath)), 160 shellcmd(['{bin}/llvm-mc'.format(bin=bindir), 177 shellcmd(['{bin}/{objcopy}'.format(bin=bindir, 185 shellcmd(['{bin}/pnacl-llc'.format(bin=bindir), 194 shellcmd(['{bin}/{objcopy}'.format(bin=bindir, 231 shellcmd([compiler] + target_params + [args.driver] + objs + 243 shellcmd([compiler] + target_params + [ [all …]
|
D | build-pnacl-ir.py | 8 from utils import shellcmd 35 shellcmd('pnacl-clang -O2 -c {0} -o {1}'.format(cname, llname)) 36 shellcmd('pnacl-opt ' +
|
D | crosstest_generator.py | 10 from utils import shellcmd 224 shellcmd(cmp_cmd, 229 shellcmd(run_cmd, echo=True) 231 shellcmd(run_cmd, echo=True)
|
D | if.py | 7 from utils import shellcmd 42 stdout_result = shellcmd(args.command, echo=args.echo_cmd)
|
D | szbuild_spec2k.py | 9 from utils import FindBaseNaCl, shellcmd 74 shellcmd(['./run_all.sh',
|
D | sz_driver.py | 7 from utils import FindBaseNaCl, shellcmd 82 shellcmd(args, echo=True)
|
D | run-pnacl-sz.py | 11 from utils import FindBaseNaCl, GetObjdumpCmd, shellcmd 214 stdout_result = shellcmd(cmd, echo=args.echo_cmd)
|
D | utils.py | 17 def shellcmd(command, echo=True): function
|
/external/swiftshader/third_party/subzero/tests_lit/ |
D | lit.cfg | 42 from utils import FindBaseNaCl, shellcmd 71 pnacl_sz_atts = shellcmd(' '.join([pnacl_sz_tool, '--build-atts']),
|
/external/webrtc/webrtc/modules/audio_processing/test/ |
D | apmtest.m | 260 shellcmd = ['bash -c "unset LD_LIBRARY_PATH;']; variable 262 [status, result] = system([shellcmd command '"']);
|