Home
last modified time | relevance | path

Searched refs:FindBaseNaCl (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/subzero/pydir/
Dszbuild_spec2k.py9 from utils import FindBaseNaCl, shellcmd
22 nacl_root = FindBaseNaCl()
67 os.chdir('{root}/tests/spec2k'.format(root=FindBaseNaCl()))
Dbuild-pnacl-ir.py9 from utils import FindBaseNaCl
20 nacl_root = FindBaseNaCl()
Dszbuild.py9 from utils import FindBaseNaCl, GetObjcopyCmd, get_sfi_string, shellcmd
113 nacl_root = FindBaseNaCl()
150 nacl_root = FindBaseNaCl()
186 nacl_root = FindBaseNaCl()
280 nacl_root = FindBaseNaCl()
Dsz_driver.py7 from utils import FindBaseNaCl, shellcmd
40 pnacl_root = FindBaseNaCl()
Dbuild-runtime.py9 from utils import FindBaseNaCl, GetObjcopyCmd, shellcmd
163 nacl_root = FindBaseNaCl()
Drun-pnacl-sz.py11 from utils import FindBaseNaCl, GetObjdumpCmd, shellcmd
71 ).format(root=FindBaseNaCl()),
Dcrosstest_generator.py11 from utils import FindBaseNaCl
72 root = FindBaseNaCl()
Dutils.py30 def FindBaseNaCl(): function
Dcrosstest.py11 from utils import FindBaseNaCl, GetObjcopyCmd, get_sfi_string, shellcmd
97 nacl_root = FindBaseNaCl()
/external/swiftshader/third_party/subzero/tests_lit/
Dlit.cfg42 from utils import FindBaseNaCl, shellcmd
58 src_root = os.path.join(FindBaseNaCl(), 'toolchain_build/src/subzero')