/aosp_15_r20/external/python/asn1crypto/ |
D | appveyor.yml | 5 - PYTHON_EXE: "C:\\Python26\\python.exe" 6 - PYTHON_EXE: "C:\\Python26-x64\\python.exe" 7 - PYTHON_EXE: "C:\\Python26-x64\\python.exe" 9 - PYTHON_EXE: "C:\\Python33\\python.exe" 10 - PYTHON_EXE: "C:\\Python33\\python.exe" 12 - PYTHON_EXE: "C:\\Python33-x64\\python.exe" 13 - PYTHON_EXE: "C:\\pypy2-v5.10.0-win32\\pypy.exe" 14 - PYTHON_EXE: "C:\\pypy2-v5.10.0-win32\\pypy.exe" 22 if ("${env:PYTHON_EXE}" -eq "C:\pypy2-v5.10.0-win32\pypy.exe") { 27 & ${env:PYTHON_EXE} -m ensurepip --upgrade; [all …]
|
/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/external/python/cpython3/Tools/nuget/ |
D | build.bat | 13 set PYTHON_EXE= variable 24 if "%~1" EQU "--python-exe" (set PYTHON_EXE="/p:PythonExe=%~2") && shift && shift && goto CheckOpts variable 39 …BUILD% "%D%make_pkg.proj" /p:Configuration=Release /p:Platform=x86 %OUTPUT% %PACKAGES% %PYTHON_EXE% 48 …BUILD% "%D%make_pkg.proj" /p:Configuration=Release /p:Platform=x64 %OUTPUT% %PACKAGES% %PYTHON_EXE% 57 …BUILD% "%D%make_pkg.proj" /p:Configuration=Release /p:Platform=ARM %OUTPUT% %PACKAGES% %PYTHON_EXE%
|
/aosp_15_r20/external/openthread/tools/harness-sniffer/ |
H A D | OT_Sniffer.py | 79 # python_exe: e.g. C:\Python37\python.exe 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/python/cpython3/Tools/msi/pip/ |
D | pip.wxs | 9 <Property Id="PYTHON_EXE" Secure="yes"> 15 <Condition Message="!(loc.NoPython)">PYTHON_EXE</Condition> 28 …<CustomAction Id="SetUpdatePipCommandLine" Property="UpdatePip" Value='"[PYTHON_EXE]" -E -s -m ens… 29 …<CustomAction Id="SetRemovePipCommandLine" Property="UpdatePip" Value='"[PYTHON_EXE]" -E -s -B -m …
|
/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)
|
/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/python/cpython2/PC/VS9.0/ |
D | kill_python.c | 15 #define PYTHON_EXE (L"python_d.exe") macro 20 #define PYTHON_EXE (L"python.exe") macro 115 if (_wcsnicmp(pe.szExeFile, PYTHON_EXE, PYTHON_EXE_LEN)) in main() 139 if (_wcsnicmp(me.szModule, PYTHON_EXE, PYTHON_EXE_LEN)) in main()
|
/aosp_15_r20/external/python/cpython2/PC/VS8.0/ |
D | kill_python.c | 15 #define PYTHON_EXE (L"python_d.exe") macro 20 #define PYTHON_EXE (L"python.exe") macro 115 if (_wcsnicmp(pe.szExeFile, PYTHON_EXE, PYTHON_EXE_LEN)) in main() 139 if (_wcsnicmp(me.szModule, PYTHON_EXE, PYTHON_EXE_LEN)) in main()
|
/aosp_15_r20/external/python/setuptools/setuptools/tests/ |
D | test_windows_wrappers.py | 31 python_exe = nt_quote_arg(sys.executable) 70 #!%(python_exe)s 134 #!%(python_exe)s -Oi 173 #!%(python_exe)s
|
/aosp_15_r20/hardware/google/gfxstream/guest/mesa-gn/src/util/format/ |
D | gn_script_wrapper.sh | 13 USAGE="Usage: $0 PYTHON_EXE PYTHONPATH OUT_FILE [PYTHON_ARGS...]" 20 PYTHON_EXE=${1} 28 env PYTHONPATH="${PYTHONPATH}" "${PYTHON_EXE}" -S "$@" > ${OUT}
|
/aosp_15_r20/external/python/cpython3/Tools/msi/tcltk/ |
D | tcltk.wxs | 11 <Property Id="PYTHON_EXE" Secure="yes"> 23 <Condition Message="!(loc.NoPython)">PYTHON_EXE and PYTHONW_EXE</Condition> 58 Target="[PYTHON_EXE]"
|
/aosp_15_r20/external/cronet/third_party/protobuf/kokoro/release/python/macos/ |
H A D | config.sh | 12 PIP_CMD="sudo $PYTHON_EXE -m pip${pip_args:+ $pip_args}" 20 VIRTUALENV_CMD="$PYTHON_EXE -m virtualenv"
|
/aosp_15_r20/external/python/cpython3/Tools/buildbot/ |
D | remotePythonInfo.bat | 23 set PYTHON_EXE=%prefix%\python%suffix%.exe variable 25 ssh %SSH_SERVER% %PYTHON_EXE% -m test.pythoninfo
|
/aosp_15_r20/external/protobuf/kokoro/release/python/macos/ |
H A D | config.sh | 12 PIP_CMD="sudo $PYTHON_EXE -m pip${pip_args:+ $pip_args}" 20 VIRTUALENV_CMD="$PYTHON_EXE -m virtualenv"
|
/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@"
|
/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/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/tools/netsim/scripts/ |
H A D | utils.py | 40 PYTHON_EXE = sys.executable or "python3" variable 210 PYTHON_EXE,
|