Home
last modified time | relevance | path

Searched defs:PYTHON (Results 1 - 21 of 21) sorted by relevance

/third_party/python/Tools/freeze/test/
H A DMakefile3 PYTHON=python macro
/third_party/python/Tools/unicode/
H A DMakefile9 PYTHON = python macro
/third_party/skia/third_party/externals/opengl-registry/extensions/
H A DMakefile20 PYTHON = python3 macro
/third_party/PyYAML/
H A DMakefile4 PYTHON=/usr/bin/python3 macro
[all...]
/third_party/openGLES/extensions/
H A DMakefile9 PYTHON = python3 macro
/third_party/skia/third_party/externals/brotli/python/
H A DMakefile23 PYTHON ?= python macro
/third_party/EGL/api/
H A DMakefile8 PYTHON = python3 macro
/third_party/skia/third_party/externals/egl-registry/api/
H A DMakefile19 PYTHON = python macro
/third_party/python/Tools/msi/
H A Dget_externals.bat15 if "%~1"=="--python" (set PYTHON=%2) & shift & shift & goto CheckOpts variable
/third_party/python/Tools/peg_generator/
H A DMakefile3 PYTHON ?= ../../python macro
6 PYTHON ?= ../../python.exe macro
[all...]
/third_party/python/PCbuild/
H A 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_Source=found in virtual env) & goto :found variable
39 @if exist "%_Py_EXTERNALS_DIR%\pythonx86\tools\python.exe" ("%_Py_EXTERNALS_DIR%\pythonx86\tools\python.exe" -Ec "import sys; assert sys.version_info[:2] >= (3, 8)" >nul 2>nul) && (set PYTHON="%_Py_EXTERNALS_DIR%\pythonx86\tools\python.exe") && (set _Py_Python_Source=found in externals directory) && goto :found || rmdir /Q /S "%_Py_EXTERNALS_DIR%\pythonx86" variable
42 @if NOT "%HOST_PYTHON%"=="" @%HOST_PYTHON% -Ec "import sys; assert sys.version_info[:2] >= (3, 9)" >nul 2>nul && (set PYTHON="%HOST_PYTHON%") && (set _Py_Python_Source=found as HOST_PYTHON) && goto :found variable
45 @for %%p in (3.10 3.9) do @py -%%p -EV >nul 2>&1 && (set PYTHON=py -%%p) && (set _Py_Python_Source=found %%p with py.exe) && goto :found variable
68 @if not errorlevel 1 (set PYTHON="%_Py_EXTERNALS_DIR%\pythonx86\tools\python.exe") & (set _Py_Python_Source=found on nuget.org) & goto :found variable
[all...]
H A Dget_externals.bat21 if "%~1"=="--python" (set PYTHON=%2) & shift & shift & goto CheckOpts variable
/third_party/python/Doc/
H A DMakefile7 PYTHON = python3 macro
H A Dmake.bat10 if not defined PYTHON set PYTHON=py variable
[all...]
/third_party/mbedtls/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
/third_party/lz4/tests/
H A DMakefile34 PYTHON ?= python3 macro
/third_party/skia/third_party/externals/freetype/builds/
H A Dfreetype.mk289 PYTHON ?= python macro
/third_party/vk-gl-cts/external/vulkan-docs/src/xml/
H A DMakefile19 PYTHON ?= python3 macro
/third_party/selinux/libselinux/src/
H A DMakefile4 PYTHON ?= python3 macro
/third_party/node/
H A DMakefile4 PYTHON ?= python3 macro
[all...]
/third_party/vk-gl-cts/external/vulkan-docs/src/
H A DMakefile89 PYTHON ?= python3 macro
[all...]

Completed in 8 milliseconds