Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/multiprocessing/
Dpopen_spawn_win32.py56 python_exe = spawn.get_executable()
60 if WINENV and _path_eq(python_exe, sys.executable):
61 python_exe = sys._base_executable
71 python_exe, cmd,
/external/clang/utils/perf-training/
Dorder-files.lit.cfg30 dtrace_wrapper = '%s %s/perf-helper.py dtrace' % (config.python_exe, config.test_source_root)
31 dtrace_wrapper_cc1 = '%s %s/perf-helper.py dtrace --cc1' % (config.python_exe, config.test_source_r…
Dorder-files.lit.site.cfg.in9 config.python_exe = "@PYTHON_EXECUTABLE@"
Dlit.site.cfg.in9 config.python_exe = "@PYTHON_EXECUTABLE@"
Dlit.cfg29 cc1_wrapper = '%s %s/perf-helper.py cc1' % (config.python_exe, config.test_source_root)
/external/brotli/python/tests/
D_test_utils.py16 python_exe = sys.executable or 'python' variable
18 BRO_ARGS = [python_exe, bro_path]
/external/python/setuptools/setuptools/tests/
Dtest_windows_wrappers.py32 python_exe = nt_quote_arg(sys.executable)
/external/python/cpython2/PC/VC6/
Dpython.dsp97 SOURCE=..\python_exe.rc
Dpythonw.dsp94 SOURCE=..\python_exe.rc
/external/python/cpython3/Lib/venv/
D__init__.py113 context.python_exe = exename