/external/chromium-trace/catapult/third_party/coverage/ci/ |
install.ps1 | 56 function ParsePythonVersion ($python_version) { 57 if ($python_version -match $PYTHON_PRERELEASE_REGEX) { 61 $version_obj = [version]$python_version 66 function DownloadPython ($python_version, $platform_suffix) { 67 $major, $minor, $micro, $prerelease = ParsePythonVersion $python_version 73 $python_version = "$major.$minor$prerelease" 100 $filename = "python-$python_version$platform_suffix.$ext" 107 function InstallPython ($python_version, $architecture, $python_home) { 108 Write-Host "Installing Python" $python_version "for" $architecture "bit architecture to" $python_home 118 $installer_path = DownloadPython $python_version $platform_suffi [all...] |
run_with_env.cmd | 43 SET MAJOR_PYTHON_VERSION=%PYTHON_VERSION:~0,1% 44 IF "%PYTHON_VERSION:~3,1%" == "." ( 45 SET MINOR_PYTHON_VERSION=%PYTHON_VERSION:~2,1% 47 SET MINOR_PYTHON_VERSION=%PYTHON_VERSION:~2,2%
|
/external/chromium-trace/catapult/third_party/coverage/ |
appveyor.yml | 16 PYTHON_VERSION: "2.6.6" 22 PYTHON_VERSION: "2.6.6" 28 PYTHON_VERSION: "2.7.10" 34 PYTHON_VERSION: "2.7.10" 40 PYTHON_VERSION: "3.3" 46 PYTHON_VERSION: "3.3" 52 PYTHON_VERSION: "3.4" 58 PYTHON_VERSION: "3.4" 64 PYTHON_VERSION: "3.5.0" 70 PYTHON_VERSION: "3.5.0 [all...] |
igor.py | 326 version = platform.python_version()
|
/external/chromium-trace/catapult/third_party/html5lib-python/ |
debug-info.py | 9 "version": platform.python_version(),
|
/external/avahi/common/ |
python.m4 | 48 PYTHON_INCLUDES="-I${py_prefix}/include/python${PYTHON_VERSION}" 50 PYTHON_INCLUDES="$PYTHON_INCLUDES -I${py_exec_prefix}/include/python${PYTHON_VERSION}"
|
/external/libxml2/ |
configure.ac | 817 PYTHON_VERSION= 850 PYTHON_VERSION=`$PYTHON -c "from distutils import sysconfig; print(sysconfig.get_python_version())"` 855 echo Found Python version $PYTHON_VERSION 857 if test "$PYTHON_VERSION" != "" -a "$PYTHON_INCLUDES" = "" 859 if test -r $with_python/include/python$PYTHON_VERSION/Python.h 861 PYTHON_INCLUDES=$with_python/include/python$PYTHON_VERSION 863 if test -r $prefix/include/python$PYTHON_VERSION/Python.h 865 PYTHON_INCLUDES=$prefix/include/python$PYTHON_VERSION 867 if test -r /usr/include/python$PYTHON_VERSION/Python.h 869 PYTHON_INCLUDES=/usr/include/python$PYTHON_VERSION [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/ |
setup.py | 53 py_version = platform.python_version()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/ |
setup.py | 32 py_version = platform.python_version()
|
/external/libcap-ng/libcap-ng-0.7/bindings/python/ |
Makefile.am | 26 PYLIBVER ?= python$(PYTHON_VERSION)
|
Makefile.in | 205 PYTHON_VERSION = @PYTHON_VERSION@ 775 PYLIBVER ?= python$(PYTHON_VERSION)
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/ |
version.py | 106 'python version: {python_version}\n' 121 python_version=sys.version.replace('\n', ''),
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_platform.py | 78 # Tests for python_implementation(), python_version(), python_branch(), 113 self.assertEqual(platform.python_version(), info[1])
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_platform.py | 78 # Tests for python_implementation(), python_version(), python_branch(), 113 self.assertEqual(platform.python_version(), info[1])
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_platform.py | 78 # Tests for python_implementation(), python_version(), python_branch(), 113 self.assertEqual(platform.python_version(), info[1])
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_platform.py | 78 # Tests for python_implementation(), python_version(), python_branch(), 113 self.assertEqual(platform.python_version(), info[1])
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/ |
test_Doption.py | 95 platform.python_version()))
|
/external/libcap-ng/libcap-ng-0.7/bindings/ |
Makefile.in | 176 PYTHON_VERSION = @PYTHON_VERSION@
|
/external/libcap-ng/libcap-ng-0.7/bindings/python/test/ |
Makefile.in | 139 PYTHON_VERSION = @PYTHON_VERSION@
|
/external/libcap-ng/libcap-ng-0.7/docs/ |
Makefile.in | 166 PYTHON_VERSION = @PYTHON_VERSION@
|
/external/libcap-ng/libcap-ng-0.7/m4/ |
Makefile.in | 166 PYTHON_VERSION = @PYTHON_VERSION@
|
/external/libcap-ng/libcap-ng-0.7/src/test/ |
Makefile.in | 160 PYTHON_VERSION = @PYTHON_VERSION@
|
/external/libcap-ng/libcap-ng-0.7/ |
Makefile.in | 174 PYTHON_VERSION = @PYTHON_VERSION@
|
/external/libcap-ng/libcap-ng-0.7/src/ |
Makefile.in | 230 PYTHON_VERSION = @PYTHON_VERSION@
|
/external/libcap-ng/libcap-ng-0.7/utils/ |
Makefile.in | 198 PYTHON_VERSION = @PYTHON_VERSION@
|