/external/python/cpython3/Lib/test/ziptestdata/ |
D | README.md | 18 ### Standard old format (2.0) zip file 26 ### Modern format (4.5) zip64 file
|
/external/python/cpython2/Lib/distutils/tests/ |
D | test_ccompiler.py | 29 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/ |
D | AutoBuilderProcessor.java | 183 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/ |
D | x86_64-soft_float.json | 12 "executables": true, boolean
|
/external/tensorflow/tensorflow/compiler/xla/tools/ |
D | dumped_computation_to_text.cc | 65 auto executables = in RealMain() local
|
D | dumped_computation_to_operation_list.cc | 88 auto executables = in RealMain() local
|
D | replay_computation.cc | 455 std::vector<StatusOr<std::unique_ptr<LocalExecutable>>> executables; in RealMain() local
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | local_service.cc | 170 std::vector<std::unique_ptr<Executable>> executables; in CompileExecutables() local
|
D | service.cc | 311 std::vector<std::unique_ptr<Executable>> executables; in BuildExecutables() local 331 absl::Span<Executable* const> executables, in ExecuteParallelAndRegisterResult()
|
/external/python/setuptools/setuptools/_distutils/tests/ |
D | test_sysconfig.py | 94 executables = UnixCCompiler.executables variable in SysconfigTestCase.customize_compiler.compiler
|
/external/tensorflow/tensorflow/core/tpu/ |
D | tpu_on_demand_compiler.cc | 159 std::vector<std::unique_ptr<Executable>> executables; in Compile() local
|
/external/python/cpython2/Lib/distutils/ |
D | bcppcompiler.py | 37 executables = {} variable in BCPPCompiler
|
D | unixccompiler.py | 58 executables = {'preprocessor' : None, variable in UnixCCompiler
|
D | msvccompiler.py | 215 executables = {} variable in MSVCCompiler
|
/external/python/setuptools/setuptools/_distutils/ |
D | bcppcompiler.py | 37 executables = {} variable in BCPPCompiler
|
D | unixccompiler.py | 113 executables = {'preprocessor' : None, variable in UnixCCompiler
|
D | _msvccompiler.py | 185 executables = {} variable in MSVCCompiler
|
D | msvccompiler.py | 211 executables = {} variable in MSVCCompiler
|
D | msvc9compiler.py | 307 executables = {} variable in MSVCCompiler
|
/external/python/cpython3/Lib/distutils/ |
D | unixccompiler.py | 55 executables = {'preprocessor' : None, variable in UnixCCompiler
|
D | bcppcompiler.py | 37 executables = {} variable in BCPPCompiler
|
D | _msvccompiler.py | 181 executables = {} variable in MSVCCompiler
|
D | msvccompiler.py | 211 executables = {} variable in MSVCCompiler
|
D | msvc9compiler.py | 309 executables = {} variable in MSVCCompiler
|
/external/jazzer-api/agent/src/main/java/com/code_intelligence/jazzer/autofuzz/ |
D | Meta.java | 512 private static <T extends Executable> List<T> sortExecutables(T[] executables) { in sortExecutables() 518 private static void sortExecutables(List<? extends Executable> executables) { in sortExecutables()
|