Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_cppext.py53 python_exe = 'python'
55 python_exe += '.exe'
57 python = os.path.join(venv_dir, 'Scripts', python_exe)
59 python = os.path.join(venv_dir, 'bin', python_exe)
Dtest_venv.py211 python_exe = os.path.split(sys.executable)[1]
214 os.path.join(fake_env_dir, bin_path, python_exe)
/aosp_15_r20/external/openthread/tools/harness-sniffer/
H A 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,
/aosp_15_r20/external/freetype/
H A 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,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/multiprocessing/
Dpopen_spawn_win32.py58 python_exe = spawn.get_executable()
62 if WINENV and _path_eq(python_exe, sys.executable):
63 cmd[0] = python_exe = sys._base_executable
75 python_exe, cmd,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/multiprocessing/
Dpopen_spawn_win32.py58 python_exe = spawn.get_executable()
62 if WINENV and _path_eq(python_exe, sys.executable):
63 cmd[0] = python_exe = sys._base_executable
75 python_exe, cmd,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/multiprocessing/
Dpopen_spawn_win32.py58 python_exe = spawn.get_executable()
62 if WINENV and _path_eq(python_exe, sys.executable):
63 cmd[0] = python_exe = sys._base_executable
75 python_exe, cmd,
/aosp_15_r20/external/python/cpython3/Lib/multiprocessing/
Dpopen_spawn_win32.py58 python_exe = spawn.get_executable()
62 if WINENV and _path_eq(python_exe, sys.executable):
63 cmd[0] = python_exe = sys._base_executable
75 python_exe, cmd,
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/multiprocessing/
H A Dpopen_spawn_win32.py58 python_exe = spawn.get_executable()
62 if WINENV and _path_eq(python_exe, sys.executable):
63 cmd[0] = python_exe = sys._base_executable
75 python_exe, cmd,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/multiprocessing/
Dpopen_spawn_win32.py58 python_exe = spawn.get_executable()
62 if WINENV and _path_eq(python_exe, sys.executable):
63 cmd[0] = python_exe = sys._base_executable
75 python_exe, cmd,
/aosp_15_r20/external/bazelbuild-rules_python/python/private/
H A Dstage1_bootstrap_template.sh98 python_exe=$(find_python_interpreter $RUNFILES_DIR $PYTHON_BINARY)
127 "$python_exe"
/aosp_15_r20/external/clang/utils/perf-training/
H A 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…
H A Dorder-files.lit.site.cfg.in9 config.python_exe = "@PYTHON_EXECUTABLE@"
H A Dlit.site.cfg.in9 config.python_exe = "@PYTHON_EXECUTABLE@"
H A Dlit.cfg29 cc1_wrapper = '%s %s/perf-helper.py cc1' % (config.python_exe, config.test_source_root)
/aosp_15_r20/external/brotli/python/tests/
H A D_test_utils.py16 python_exe = sys.executable or 'python' variable
18 BRO_ARGS = [python_exe, bro_path]
/aosp_15_r20/external/libopus/dnn/torch/lpcnet/
H A Dmake_test_config.py64 PYTHON=os.path.abspath(args.python_exe),
/aosp_15_r20/external/python/setuptools/setuptools/tests/
Dtest_windows_wrappers.py31 python_exe = nt_quote_arg(sys.executable)
/aosp_15_r20/external/python/cpython2/PC/VC6/
Dpythonw.dsp94 SOURCE=..\python_exe.rc
Dpython.dsp97 SOURCE=..\python_exe.rc
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/venv/
D__init__.py139 context.python_exe = exename
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/venv/
D__init__.py139 context.python_exe = exename
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/venv/
D__init__.py139 context.python_exe = exename
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/venv/
D__init__.py139 context.python_exe = exename
/aosp_15_r20/external/python/cpython3/Lib/venv/
D__init__.py139 context.python_exe = exename