Home
last modified time | relevance | path

Searched defs:executables (Results 1 – 13 of 13) sorted by relevance

/external/python/cpython2/Lib/distutils/tests/
Dtest_ccompiler.py41 executables = {} variable in CCompilerTestCase.test_debug_print.MyCCompiler
/external/v8/tools/sanitizers/
Dsancov_formatter.py108 def executables(): function
/external/python/cpython3/Lib/distutils/
Dunixccompiler.py55 executables = {'preprocessor' : None, variable in UnixCCompiler
Dbcppcompiler.py37 executables = {} variable in BCPPCompiler
D_msvccompiler.py158 executables = {} variable in MSVCCompiler
Dmsvccompiler.py211 executables = {} variable in MSVCCompiler
Dmsvc9compiler.py311 executables = {} variable in MSVCCompiler
/external/python/cpython2/Lib/distutils/
Dbcppcompiler.py37 executables = {} variable in BCPPCompiler
Dunixccompiler.py58 executables = {'preprocessor' : None, variable in UnixCCompiler
Dmsvccompiler.py215 executables = {} variable in MSVCCompiler
Dmsvc9compiler.py320 executables = {} variable in MSVCCompiler
/external/devlib/devlib/
Dtarget.py238 def setup(self, executables=None): argument
1027 def setup(self, executables=None): argument
/external/tensorflow/tensorflow/compiler/xla/service/
Dservice.cc492 tensorflow::gtl::ArraySlice<Executable*> executables, in ExecuteParallelAndRegisterResult()