/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_cppext.py | 53 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)
|
D | test_venv.py | 211 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 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,
|
/aosp_15_r20/external/freetype/ |
H A 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,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/multiprocessing/ |
D | popen_spawn_win32.py | 58 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/ |
D | popen_spawn_win32.py | 58 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/ |
D | popen_spawn_win32.py | 58 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/ |
D | popen_spawn_win32.py | 58 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 D | popen_spawn_win32.py | 58 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/ |
D | popen_spawn_win32.py | 58 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 D | stage1_bootstrap_template.sh | 98 python_exe=$(find_python_interpreter $RUNFILES_DIR $PYTHON_BINARY) 127 "$python_exe"
|
/aosp_15_r20/external/clang/utils/perf-training/ |
H A 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…
|
H A D | order-files.lit.site.cfg.in | 9 config.python_exe = "@PYTHON_EXECUTABLE@"
|
H A D | lit.site.cfg.in | 9 config.python_exe = "@PYTHON_EXECUTABLE@"
|
H A D | lit.cfg | 29 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.py | 16 python_exe = sys.executable or 'python' variable 18 BRO_ARGS = [python_exe, bro_path]
|
/aosp_15_r20/external/libopus/dnn/torch/lpcnet/ |
H A D | make_test_config.py | 64 PYTHON=os.path.abspath(args.python_exe),
|
/aosp_15_r20/external/python/setuptools/setuptools/tests/ |
D | test_windows_wrappers.py | 31 python_exe = nt_quote_arg(sys.executable)
|
/aosp_15_r20/external/python/cpython2/PC/VC6/ |
D | pythonw.dsp | 94 SOURCE=..\python_exe.rc
|
D | python.dsp | 97 SOURCE=..\python_exe.rc
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/venv/ |
D | __init__.py | 139 context.python_exe = exename
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/venv/ |
D | __init__.py | 139 context.python_exe = exename
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/venv/ |
D | __init__.py | 139 context.python_exe = exename
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/venv/ |
D | __init__.py | 139 context.python_exe = exename
|
/aosp_15_r20/external/python/cpython3/Lib/venv/ |
D | __init__.py | 139 context.python_exe = exename
|