Searched refs:python_exe (Results 1 – 13 of 13) sorted by relevance
/external/openthread/tools/harness-sniffer/ |
D | OT_Sniffer.py | 80 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/ |
D | popen_spawn_win32.py | 59 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/ |
D | meson.build | 38 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/ |
D | order-files.lit.cfg | 30 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…
|
D | order-files.lit.site.cfg.in | 9 config.python_exe = "@PYTHON_EXECUTABLE@"
|
D | lit.site.cfg.in | 9 config.python_exe = "@PYTHON_EXECUTABLE@"
|
D | lit.cfg | 29 cc1_wrapper = '%s %s/perf-helper.py cc1' % (config.python_exe, config.test_source_root)
|
/external/brotli/python/tests/ |
D | _test_utils.py | 16 python_exe = sys.executable or 'python' variable 18 BRO_ARGS = [python_exe, bro_path]
|
/external/python/setuptools/setuptools/tests/ |
D | test_windows_wrappers.py | 31 python_exe = nt_quote_arg(sys.executable)
|
/external/python/cpython3/Lib/test/ |
D | test_venv.py | 153 python_exe = os.path.split(sys.executable)[1] 156 os.path.join(fake_env_dir, bin_path, python_exe)
|
/external/python/cpython2/PC/VC6/ |
D | python.dsp | 97 SOURCE=..\python_exe.rc
|
D | pythonw.dsp | 94 SOURCE=..\python_exe.rc
|
/external/python/cpython3/Lib/venv/ |
D | __init__.py | 121 context.python_exe = exename
|