Home
last modified time | relevance | path

Searched defs:PYTHON (Results 1 – 25 of 62) sorted by relevance

123

/aosp_15_r20/external/python/cpython3/PCbuild/
Dfind_python.bat23 @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/
Dfind_python.bat18 @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/
Dbuild.bat26 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/
DMakefile3 PYTHON ?= ../../python macro
6 PYTHON ?= ../../python.exe macro
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A DMakefile51 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 DMakefile28 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 DMakefile63 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 DMakefile59 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 Dconfigure.cmd1 set PYTHON=./../../../../../prebuilts/python/windows/x86/python3 variable
/aosp_15_r20/external/python/parse_type/bin/
Dinvoke.cmd7 if not defined PYTHON set PYTHON=python variable
/aosp_15_r20/external/python/cpython3/Tools/freeze/test/
DMakefile3 PYTHON=python macro
/aosp_15_r20/external/selinux/python/sepolgen/tests/
H A DMakefile1 PYTHON ?= python3 macro
/aosp_15_r20/external/selinux/python/sepolgen/src/sepolgen/
H A DMakefile2 PYTHON ?= python3 macro
/aosp_15_r20/external/pigweed/pw_cli/py/
H A Dprocess_integration_test.py28 PYTHON = sys.executable variable
/aosp_15_r20/external/brotli/python/
H A DMakefile23 PYTHON ?= python macro
/aosp_15_r20/external/python/cpython2/Tools/unicode/
DMakefile9 PYTHON = python macro
/aosp_15_r20/external/python/cpython3/Tools/unicode/
DMakefile9 PYTHON = python macro
/aosp_15_r20/external/python/cpython2/Doc/
Dmake.bat10 if not defined PYTHON set PYTHON=py variable
/aosp_15_r20/external/python/pyyaml/
DMakefile4 PYTHON=/usr/bin/python3 macro
/aosp_15_r20/external/selinux/python/sepolicy/
H A DMakefile1 PYTHON ?= python3 macro
/aosp_15_r20/external/selinux/python/semanage/
H A DMakefile1 PYTHON ?= python3 macro
/aosp_15_r20/external/selinux/python/audit2allow/
H A DMakefile1 PYTHON ?= python3 macro
/aosp_15_r20/external/selinux/sandbox/
H A DMakefile1 PYTHON ?= python3 macro
/aosp_15_r20/external/python/cpython3/Doc/
Dmake.bat10 if not defined PYTHON set PYTHON=py variable
/aosp_15_r20/external/python/typing/docs/
DMakefile9 PYTHON = python3 macro

123