Searched refs:shellcmd (Results 1 - 11 of 11) sorted by relevance

/external/swiftshader/third_party/subzero/pydir/
H A Dbuild-runtime.py9 from utils import FindBaseNaCl, GetObjcopyCmd, shellcmd namespace
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([GetObjcopyCm
[all...]
H A Dbuild-pnacl-ir.py8 from utils import shellcmd namespace
35 shellcmd('pnacl-clang -O2 -c {0} -o {1}'.format(cname, llname))
36 shellcmd('pnacl-opt ' +
H A Dcrosstest.py11 from utils import FindBaseNaCl, GetObjcopyCmd, get_sfi_string, shellcmd namespace
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([compile
[all...]
H A Dszbuild.py9 from utils import FindBaseNaCl, GetObjcopyCmd, get_sfi_string, shellcmd namespace
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...]
H A Dif.py7 from utils import shellcmd namespace
42 stdout_result = shellcmd(args.command, echo=args.echo_cmd)
H A Dszbuild_spec2k.py9 from utils import FindBaseNaCl, shellcmd namespace
74 shellcmd(['./run_all.sh',
H A Dsz_driver.py7 from utils import FindBaseNaCl, shellcmd namespace
82 shellcmd(args, echo=True)
H A Dcrosstest_generator.py10 from utils import shellcmd namespace
224 shellcmd(cmp_cmd,
229 shellcmd(run_cmd, echo=True)
231 shellcmd(run_cmd, echo=True)
H A Dutils.py17 def shellcmd(command, echo=True): function
H A Drun-pnacl-sz.py11 from utils import FindBaseNaCl, GetObjdumpCmd, shellcmd namespace
214 stdout_result = shellcmd(cmd, echo=args.echo_cmd)
/external/webrtc/webrtc/modules/audio_processing/test/
H A Dapmtest.m260 shellcmd = ['bash -c "unset LD_LIBRARY_PATH;'];
262 [status, result] = system([shellcmd command '"']);

Completed in 156 milliseconds