/aosp_15_r20/external/python/cpython3/PCbuild/ |
D | find_python.bat | 23 @if exist "%*" (set PYTHON="%*") & (set _Py_Python_Source=from environment) & goto :found variable 27 @if exist "%~1" (set PYTHON="%~1") & (set _Py_Python_Source=from environment) & goto :found variable 30 @set PYTHON= variable 33 @if NOT "%VIRTUAL_ENV%"=="" (set PYTHON="%VIRTUAL_ENV%\Scripts\python.exe") & (set _Py_Python_Sourc… variable 39 … "import sys; assert sys.version_info[:2] >= (3, 8)" >nul 2>nul) && (set PYTHON="%_Py_EXTERNALS_DI… variable 42 …c "import sys; assert sys.version_info[:2] >= (3, 9)" >nul 2>nul && (set PYTHON="%HOST_PYTHON%") &… variable 45 @for %%p in (3.10 3.9) do @py -%%p -EV >nul 2>&1 && (set PYTHON=py -%%p) && (set _Py_Python_Source=… variable 68 @if not errorlevel 1 (set PYTHON="%_Py_EXTERNALS_DIR%\pythonx86\tools\python.exe") & (set _Py_Pytho… variable
|
/aosp_15_r20/external/python/cpython2/PCbuild/ |
D | find_python.bat | 18 @if exist "%*" (set PYTHON="%*") & (set _Py_Python_Source=from environment) & goto :found variable 22 @if exist "%~1" (set PYTHON="%~1") & (set _Py_Python_Source=from environment) & goto :found variable 25 @set PYTHON= variable 31 @if exist "%_Py_EXTERNALS_DIR%\pythonx86\tools\python.exe" (set PYTHON="%_Py_EXTERNALS_DIR%\pythonx… variable 34 …c "import sys; assert sys.version_info[:2] >= (3, 6)" >nul 2>nul && (set PYTHON="%HOST_PYTHON%") &… variable 37 @py -3.6 -V >nul 2>&1 && (set PYTHON=py -3.6) && (set _Py_Python_Source=found with py.exe) && goto … variable 59 @if not errorlevel 1 (set PYTHON="%_Py_EXTERNALS_DIR%\pythonx86\tools\python.exe") & (set _Py_Pytho… variable
|
/aosp_15_r20/external/python/cpython2/Tools/nuget/ |
D | build.bat | 26 if not defined PYTHON set PYTHON=py -3 variable 31 set PYTHON="%D%obj\python\tools\python.exe" variable
|
/aosp_15_r20/external/python/cpython3/Tools/peg_generator/ |
D | Makefile | 3 PYTHON ?= ../../python macro 6 PYTHON ?= ../../python.exe macro
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | Makefile | 51 PYTHON ?= python macro 53 PYTHON ?= $(shell if type python3 >/dev/null 2>/dev/null; then echo python3; else echo python; fi) macro
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | Makefile | 28 PYTHON ?= python macro 30 PYTHON ?= $(shell if type python3 >/dev/null 2>/dev/null; then echo python3; else echo python; fi) macro
|
/aosp_15_r20/external/mbedtls/tests/ |
H A D | Makefile | 63 PYTHON ?= python macro 65 PYTHON ?= $(shell if type python3 >/dev/null 2>/dev/null; then echo python3; else echo python; fi) macro
|
/aosp_15_r20/external/mbedtls/programs/ |
H A D | Makefile | 59 PYTHON ?= python macro 61 PYTHON ?= $(shell if type python3 >/dev/null 2>/dev/null; then echo python3; else echo python; fi) macro
|
/aosp_15_r20/tools/netsim/testing/netsim-grpc/ |
H A D | configure.cmd | 1 set PYTHON=./../../../../../prebuilts/python/windows/x86/python3 variable
|
/aosp_15_r20/external/python/parse_type/bin/ |
D | invoke.cmd | 7 if not defined PYTHON set PYTHON=python variable
|
/aosp_15_r20/external/python/cpython3/Tools/freeze/test/ |
D | Makefile | 3 PYTHON=python macro
|
/aosp_15_r20/external/selinux/python/sepolgen/tests/ |
H A D | Makefile | 1 PYTHON ?= python3 macro
|
/aosp_15_r20/external/selinux/python/sepolgen/src/sepolgen/ |
H A D | Makefile | 2 PYTHON ?= python3 macro
|
/aosp_15_r20/external/pigweed/pw_cli/py/ |
H A D | process_integration_test.py | 28 PYTHON = sys.executable variable
|
/aosp_15_r20/external/brotli/python/ |
H A D | Makefile | 23 PYTHON ?= python macro
|
/aosp_15_r20/external/python/cpython2/Tools/unicode/ |
D | Makefile | 9 PYTHON = python macro
|
/aosp_15_r20/external/python/cpython3/Tools/unicode/ |
D | Makefile | 9 PYTHON = python macro
|
/aosp_15_r20/external/python/cpython2/Doc/ |
D | make.bat | 10 if not defined PYTHON set PYTHON=py variable
|
/aosp_15_r20/external/python/pyyaml/ |
D | Makefile | 4 PYTHON=/usr/bin/python3 macro
|
/aosp_15_r20/external/selinux/python/sepolicy/ |
H A D | Makefile | 1 PYTHON ?= python3 macro
|
/aosp_15_r20/external/selinux/python/semanage/ |
H A D | Makefile | 1 PYTHON ?= python3 macro
|
/aosp_15_r20/external/selinux/python/audit2allow/ |
H A D | Makefile | 1 PYTHON ?= python3 macro
|
/aosp_15_r20/external/selinux/sandbox/ |
H A D | Makefile | 1 PYTHON ?= python3 macro
|
/aosp_15_r20/external/python/cpython3/Doc/ |
D | make.bat | 10 if not defined PYTHON set PYTHON=py variable
|
/aosp_15_r20/external/python/typing/docs/ |
D | Makefile | 9 PYTHON = python3 macro
|