Home
last modified time | relevance | path

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

/external/openthread/tools/harness-sniffer/
DOT_Sniffer.py80 python_exe = p_where.stdout.readline().strip()
82 if python_exe.endswith(".exe"):
84 sniffer_py = str(os.path.dirname(python_exe)) + '\\Scripts\\sniffer.py'
87 python_exe,
/external/python/cpython3/Lib/multiprocessing/
Dpopen_spawn_win32.py59 python_exe = spawn.get_executable()
63 if WINENV and _path_eq(python_exe, sys.executable):
64 python_exe = sys._base_executable
74 python_exe, cmd,
/external/freetype/
Dmeson.build38 python_exe = find_program('python3') variable
40 ft2_so_version = run_command(python_exe,
46 ft2_pkgconfig_version = run_command(python_exe,
63 command: [python_exe, files('builds/meson/parse_modules_cfg.py'),
74 ft_main_modules = run_command(python_exe,
96 ft_aux_modules = run_command(python_exe,
123 base_extensions = run_command(python_exe,
266 process_header_command = [python_exe,
451 command: [python_exe,
/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.py31 python_exe = nt_quote_arg(sys.executable)
/external/python/cpython3/Lib/test/
Dtest_venv.py153 python_exe = os.path.split(sys.executable)[1]
156 os.path.join(fake_env_dir, bin_path, python_exe)
/external/python/cpython2/PC/VC6/
Dpython.dsp97 SOURCE=..\python_exe.rc
Dpythonw.dsp94 SOURCE=..\python_exe.rc
/external/python/cpython3/Lib/venv/
D__init__.py121 context.python_exe = exename