Home
last modified time | relevance | path

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

12

/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
/external/python/cpython3/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 @for %%p in (3.7 3.6) do @py -%%p -EV >nul 2>&1 && (set PYTHON=py -%%p) && (set _Py_Python_Source=f… variable
59 @if not errorlevel 1 (set PYTHON="%_Py_EXTERNALS_DIR%\pythonx86\tools\python.exe") & (set _Py_Pytho… variable
Dget_externals.bat18 if "%~1"=="--python" (set PYTHON=%2) & shift & shift & goto CheckOpts variable
/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
/external/selinux/python/sepolgen/tests/
DMakefile1 PYTHON ?= python3 macro
/external/python/cpython3/Tools/freeze/test/
DMakefile3 PYTHON=python macro
/external/selinux/python/sepolgen/src/sepolgen/
DMakefile2 PYTHON ?= python3 macro
/external/brotli/python/
DMakefile23 PYTHON ?= python macro
/external/selinux/python/sepolicy/
DMakefile1 PYTHON ?= python3 macro
/external/selinux/sandbox/
DMakefile1 PYTHON ?= python3 macro
/external/python/cpython2/Tools/unicode/
DMakefile9 PYTHON = python macro
/external/python/cpython2/Doc/
Dmake.bat10 if not defined PYTHON set PYTHON=py variable
DMakefile7 PYTHON = python macro
/external/python/cpython3/Tools/unicode/
DMakefile9 PYTHON = python macro
/external/selinux/python/semanage/
DMakefile1 PYTHON ?= python3 macro
/external/python/cpython3/Doc/
Dmake.bat10 if not defined PYTHON set PYTHON=py variable
DMakefile7 PYTHON = python3 macro
/external/selinux/python/audit2allow/
DMakefile1 PYTHON ?= python3 macro
/external/python/cpython3/Tools/msi/
Dget_externals.bat15 if "%~1"=="--python" (set PYTHON=%2) & shift & shift & goto CheckOpts variable
/external/sl4a/Common/src/com/googlecode/android_scripting/language/
DSupportedLanguages.java30 PerlLanguage.class), PYTHON(".py", PythonLanguage.class), RUBY(".rb", RubyLanguage.class), enumConstant
/external/selinux/libsemanage/src/
DMakefile4 PYTHON ?= python3 macro
/external/lz4/tests/
DMakefile34 PYTHON ?= python3 macro
/external/selinux/libselinux/src/
DMakefile4 PYTHON ?= python3 macro
/external/libxml2/
Dconfigure.ac1681 AC_SUBST(PYTHON) subst
/external/python/cpython2/PC/os2vacpp/
Dmakefile98 PYTHON = \ macro

12