/external/brotli/appveyor/ |
D | install.ps1 | 53 function ParsePythonVersion ($python_version) { in ParsePythonVersion() variable 54 if ($python_version -match $PYTHON_PRERELEASE_REGEX) { in ParsePythonVersion() variable 58 $version_obj = [version]$python_version in ParsePythonVersion() 63 function DownloadPython ($python_version, $platform_suffix) { in DownloadPython() variable 64 $major, $minor, $micro, $prerelease = ParsePythonVersion $python_version in DownloadPython() 70 $python_version = "$major.$minor$prerelease" in DownloadPython() variable 97 $filename = "python-$python_version$platform_suffix.$ext" in DownloadPython() 104 function InstallPython ($python_version, $architecture, $python_home) { in InstallPython() argument 105 …Write-Host "Installing Python" $python_version "for" $architecture "bit architecture to" $python_h… in InstallPython() variable 115 $installer_path = DownloadPython $python_version $platform_suffix in InstallPython() [all …]
|
D | run_with_compiler.cmd | 32 SET MAJOR_PYTHON_VERSION=%PYTHON_VERSION:~0,1% 33 IF "%PYTHON_VERSION:~3,1%" == "." ( 34 SET MINOR_PYTHON_VERSION=%PYTHON_VERSION:~2,1% 36 SET MINOR_PYTHON_VERSION=%PYTHON_VERSION:~2,2%
|
/external/brotli/ |
D | appveyor.yml | 24 PYTHON_VERSION: "2.7.x" 29 PYTHON_VERSION: "3.4.x" 34 PYTHON_VERSION: "3.5.0" 39 PYTHON_VERSION: "2.7.x" 44 PYTHON_VERSION: "3.4.x" 49 PYTHON_VERSION: "3.5.0" 53 # - "ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%"
|
D | .travis.yml | 169 …env: BUILD_SYSTEM=python INSTALL_TYPE=macpython PYTHON_VERSION=2.7.12 C_COMPILER=gcc CXX_COMPILER=… 171 …env: BUILD_SYSTEM=python INSTALL_TYPE=macpython PYTHON_VERSION=3.4.4 C_COMPILER=gcc CXX_COMPILER=g… 173 …env: BUILD_SYSTEM=python INSTALL_TYPE=macpython PYTHON_VERSION=3.5.2 C_COMPILER=gcc CXX_COMPILER=g…
|
D | .travis.sh | 32 get_python_environment $INSTALL_TYPE $PYTHON_VERSION venv
|
/external/libnl/m4/ |
D | ax_python_devel.m4 | 11 # Note: Defines as a precious variable "PYTHON_VERSION". Don't override it 23 # version number. Don't use "PYTHON_VERSION" for this: that environment 76 AC_ARG_VAR([PYTHON_VERSION],[The installed Python 81 AC_PATH_PROG([PYTHON],[python[$PYTHON_VERSION]]) 83 AC_MSG_ERROR([Cannot find python$PYTHON_VERSION in your system path]) 84 PYTHON_VERSION="" 127 interpreter in your system path, please pass the PYTHON_VERSION 130 PYTHON_VERSION="" 146 PYTHON_VERSION="" 184 if test -n "$PYTHON_VERSION"; then [all …]
|
/external/conscrypt/ |
D | Dockerfile | 74 ENV PYTHON_VERSION 2.7.10 75 RUN wget https://www.python.org/ftp/python/${PYTHON_VERSION}/Python-${PYTHON_VERSION}.tgz && \ 76 tar xvzf Python-${PYTHON_VERSION}.tgz && \ 77 cd Python-${PYTHON_VERSION} && \ 81 cd .. && rm -rf Python-${PYTHON_VERSION}*
|
/external/python/cpython2/PC/ |
D | python_nt.rc | 18 #define PYTHON_VERSION PY_VERSION "\0" 62 VALUE "FileVersion", PYTHON_VERSION 67 VALUE "ProductVersion", PYTHON_VERSION
|
/external/libxml2/ |
D | configure.ac | 809 PYTHON_VERSION= 842 …PYTHON_VERSION=`$PYTHON -c "from distutils import sysconfig; print(sysconfig.get_python_version())… 847 echo Found Python version $PYTHON_VERSION 849 if test "$PYTHON_VERSION" != "" -a "$PYTHON_INCLUDES" = "" 851 if test -r $with_python/include/python$PYTHON_VERSION/Python.h 853 PYTHON_INCLUDES=$with_python/include/python$PYTHON_VERSION 855 if test -r $prefix/include/python$PYTHON_VERSION/Python.h 857 PYTHON_INCLUDES=$prefix/include/python$PYTHON_VERSION 859 if test -r /usr/include/python$PYTHON_VERSION/Python.h 861 PYTHON_INCLUDES=/usr/include/python$PYTHON_VERSION [all …]
|
/external/libcap-ng/libcap-ng-0.7/bindings/python/ |
D | Makefile.am | 26 PYLIBVER ?= python$(PYTHON_VERSION)
|
D | Makefile.in | 205 PYTHON_VERSION = @PYTHON_VERSION@ 775 PYLIBVER ?= python$(PYTHON_VERSION)
|
/external/python/cpython2/Lib/test/ |
D | test_platform.py | 94 # Tests for python_implementation(), python_version(), python_branch(), 142 self.assertEqual(platform.python_version(), info[1])
|
/external/python/cpython2/Lib/idlelib/ |
D | help.py | 29 from platform import python_version 273 HelpWindow(parent, filename, 'IDLE Help (%s)' % python_version())
|
/external/python/cpython2/Mac/PythonLauncher/ |
D | Makefile.in | 80 …sed 's/%VERSION%/'"`$(RUNSHARED) $(BUILDPYTHON) -c 'import platform; print platform.python_version…
|
/external/python/cpython2/Mac/IDLE/ |
D | Makefile.in | 80 …sed 's/%VERSION%/'"`$(RUNSHARED) $(BUILDPYTHON) -c 'import platform; print platform.python_version…
|
/external/libcap-ng/libcap-ng-0.7/m4/ |
D | Makefile.in | 166 PYTHON_VERSION = @PYTHON_VERSION@
|
/external/libcap-ng/libcap-ng-0.7/bindings/python/test/ |
D | Makefile.in | 139 PYTHON_VERSION = @PYTHON_VERSION@
|
/external/libcap-ng/libcap-ng-0.7/docs/ |
D | Makefile.in | 166 PYTHON_VERSION = @PYTHON_VERSION@
|
/external/libcap-ng/libcap-ng-0.7/bindings/ |
D | Makefile.in | 176 PYTHON_VERSION = @PYTHON_VERSION@
|
/external/libcap-ng/libcap-ng-0.7/src/test/ |
D | Makefile.in | 160 PYTHON_VERSION = @PYTHON_VERSION@
|
/external/python/cpython2/Doc/library/ |
D | platform.rst | 127 .. function:: python_version()
|
/external/python/cpython2/Tools/pybench/ |
D | pybench.py | 108 python = platform.python_version() 126 'python': platform.python_version(),
|
/external/libcap-ng/libcap-ng-0.7/utils/ |
D | Makefile.in | 198 PYTHON_VERSION = @PYTHON_VERSION@
|
/external/libcap-ng/libcap-ng-0.7/ |
D | Makefile.in | 174 PYTHON_VERSION = @PYTHON_VERSION@
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/ |
D | aclocal.m4 | 848 AC_SUBST([PYTHON_VERSION], [$am_cv_python_version]) subst 891 am_cv_python_pythondir=$PYTHON_PREFIX/lib/python$PYTHON_VERSION/site-packages 926 am_cv_python_pyexecdir=$PYTHON_EXEC_PREFIX/lib/python$PYTHON_VERSION/site-packages
|