/external/python/cpython3/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 28 @if NOT "%VIRTUAL_ENV%"=="" (set PYTHON="%VIRTUAL_ENV%\Scripts\python.exe") & (set _Py_Python_Sourc… variable 34 @if exist "%_Py_EXTERNALS_DIR%\pythonx86\tools\python.exe" (set PYTHON="%_Py_EXTERNALS_DIR%\pythonx… variable 37 …c "import sys; assert sys.version_info[:2] >= (3, 6)" >nul 2>nul && (set PYTHON="%HOST_PYTHON%") &… variable 40 @for %%p in (3.8 3.7 3.6) do @py -%%p -EV >nul 2>&1 && (set PYTHON=py -%%p) && (set _Py_Python_Sour… variable 62 @if not errorlevel 1 (set PYTHON="%_Py_EXTERNALS_DIR%\pythonx86\tools\python.exe") & (set _Py_Pytho… variable
|
D | get_externals.bat | 21 if "%~1"=="--python" (set PYTHON=%2) & shift & shift & goto CheckOpts variable
|
/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
|
/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
|
/external/python/cpython3/Tools/freeze/test/ |
D | Makefile | 3 PYTHON=python macro
|
/external/selinux/python/sepolgen/tests/ |
D | Makefile | 1 PYTHON ?= python3 macro
|
/external/python/parse_type/bin/ |
D | invoke.cmd | 7 if not defined PYTHON set PYTHON=python variable
|
/external/python/cpython3/Tools/peg_generator/ |
D | Makefile | 3 PYTHON ?= ../../python macro 6 PYTHON ?= ../../python.exe macro
|
/external/python/cpython3/Tools/c-analyzer/cpython/ |
D | __init__.py | 24 PYTHON = sys.executable variable
|
/external/selinux/python/sepolgen/src/sepolgen/ |
D | Makefile | 2 PYTHON ?= python3 macro
|
/external/brotli/python/ |
D | Makefile | 23 PYTHON ?= python macro
|
/external/tensorflow/tensorflow/lite/tools/pip_package/ |
D | Makefile | 4 PYTHON ?= python3 macro
|
/external/selinux/python/sepolicy/ |
D | Makefile | 1 PYTHON ?= python3 macro
|
/external/python/cpython2/Doc/ |
D | make.bat | 10 if not defined PYTHON set PYTHON=py variable
|
D | Makefile | 7 PYTHON = python macro
|
/external/python/cpython3/Tools/unicode/ |
D | Makefile | 9 PYTHON = python macro
|
/external/selinux/sandbox/ |
D | Makefile | 1 PYTHON ?= python3 macro
|
/external/python/cpython2/Tools/unicode/ |
D | Makefile | 9 PYTHON = python macro
|
/external/selinux/python/semanage/ |
D | Makefile | 1 PYTHON ?= python3 macro
|
/external/python/cpython3/Doc/ |
D | make.bat | 10 if not defined PYTHON set PYTHON=py variable
|
D | Makefile | 7 PYTHON = python3 macro
|
/external/selinux/python/audit2allow/ |
D | Makefile | 1 PYTHON ?= python3 macro
|
/external/python/cpython3/Tools/msi/ |
D | get_externals.bat | 15 if "%~1"=="--python" (set PYTHON=%2) & shift & shift & goto CheckOpts variable
|
/external/sl4a/Common/src/com/googlecode/android_scripting/language/ |
D | SupportedLanguages.java | 30 PerlLanguage.class), PYTHON(".py", PythonLanguage.class), RUBY(".rb", RubyLanguage.class), enumConstant
|
/external/libabigail/ |
D | configure.ac | 536 AC_SUBST(PYTHON) subst
|