Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/distutils/tests/
Dtest_ccompiler.py29 executables = {'compiler': '', 'compiler_cxx': '', 'linker': ''} variable in CCompilerTestCase.test_set_executables.MyCCompiler
65 executables = {} variable in CCompilerTestCase.test_debug_print.MyCCompiler
/external/v8/tools/sanitizers/
Dsancov_formatter.py102 def executables(build_dir): function
/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/python/cpython3/Lib/distutils/
Dunixccompiler.py55 executables = {'preprocessor' : None, variable in UnixCCompiler
Dbcppcompiler.py37 executables = {} variable in BCPPCompiler
D_msvccompiler.py200 executables = {} variable in MSVCCompiler
Dmsvccompiler.py211 executables = {} variable in MSVCCompiler
Dmsvc9compiler.py310 executables = {} variable in MSVCCompiler
/external/tensorflow/tensorflow/compiler/xla/tools/
Dreplay_computation.cc363 std::vector<StatusOr<std::unique_ptr<LocalExecutable>>> executables; in RealMain() local
/external/tensorflow/tensorflow/compiler/xla/tests/
Dhlo_test_base.cc398 std::vector<std::unique_ptr<Executable>> executables(n); in RunMultipleTimes() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dservice.cc395 absl::Span<Executable* const> executables, in ExecuteParallelAndRegisterResult()