Home
last modified time | relevance | path

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

12

/external/python/cpython3/Lib/test/ziptestdata/
DREADME.md18 ### Standard old format (2.0) zip file
26 ### Modern format (4.5) zip64 file
/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/auto/value/src/main/java/com/google/auto/value/processor/
DAutoBuilderProcessor.java183 List<ExecutableElement> executables = in findExecutable() local
218 List<ExecutableElement> executables, in matchingExecutable()
260 private String executableListString(List<ExecutableElement> executables) { in executableListString()
/external/rust/crates/memchr/src/tests/
Dx86_64-soft_float.json12 "executables": true, boolean
/external/tensorflow/tensorflow/compiler/xla/tools/
Ddumped_computation_to_text.cc65 auto executables = in RealMain() local
Ddumped_computation_to_operation_list.cc88 auto executables = in RealMain() local
Dreplay_computation.cc455 std::vector<StatusOr<std::unique_ptr<LocalExecutable>>> executables; in RealMain() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dlocal_service.cc170 std::vector<std::unique_ptr<Executable>> executables; in CompileExecutables() local
Dservice.cc311 std::vector<std::unique_ptr<Executable>> executables; in BuildExecutables() local
331 absl::Span<Executable* const> executables, in ExecuteParallelAndRegisterResult()
/external/python/setuptools/setuptools/_distutils/tests/
Dtest_sysconfig.py94 executables = UnixCCompiler.executables variable in SysconfigTestCase.customize_compiler.compiler
/external/tensorflow/tensorflow/core/tpu/
Dtpu_on_demand_compiler.cc159 std::vector<std::unique_ptr<Executable>> executables; in Compile() local
/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
/external/python/setuptools/setuptools/_distutils/
Dbcppcompiler.py37 executables = {} variable in BCPPCompiler
Dunixccompiler.py113 executables = {'preprocessor' : None, variable in UnixCCompiler
D_msvccompiler.py185 executables = {} variable in MSVCCompiler
Dmsvccompiler.py211 executables = {} variable in MSVCCompiler
Dmsvc9compiler.py307 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.py181 executables = {} variable in MSVCCompiler
Dmsvccompiler.py211 executables = {} variable in MSVCCompiler
Dmsvc9compiler.py309 executables = {} variable in MSVCCompiler
/external/jazzer-api/agent/src/main/java/com/code_intelligence/jazzer/autofuzz/
DMeta.java512 private static <T extends Executable> List<T> sortExecutables(T[] executables) { in sortExecutables()
518 private static void sortExecutables(List<? extends Executable> executables) { in sortExecutables()

12