Searched refs:python_version (Results 1 – 10 of 10) sorted by relevance
| /external/chromium-trace/catapult/third_party/coverage/ci/ |
| D | install.ps1 | 56 function ParsePythonVersion ($python_version) { in ParsePythonVersion() argument 57 if ($python_version -match $PYTHON_PRERELEASE_REGEX) { in ParsePythonVersion() variable 61 $version_obj = [version]$python_version in ParsePythonVersion() 66 function DownloadPython ($python_version, $platform_suffix) { in DownloadPython() argument 67 $major, $minor, $micro, $prerelease = ParsePythonVersion $python_version in DownloadPython() 73 $python_version = "$major.$minor$prerelease" in DownloadPython() variable 100 $filename = "python-$python_version$platform_suffix.$ext" in DownloadPython() 107 function InstallPython ($python_version, $architecture, $python_home) { in InstallPython() argument 108 …Write-Host "Installing Python" $python_version "for" $architecture "bit architecture to" $python_h… in InstallPython() variable 118 $installer_path = DownloadPython $python_version $platform_suffix in InstallPython() [all …]
|
| /external/chromium-trace/catapult/third_party/html5lib-python/ |
| D | debug-info.py | 9 "version": platform.python_version(),
|
| /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/ |
| D | setup.py | 32 py_version = platform.python_version()
|
| /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/ |
| D | setup.py | 53 py_version = platform.python_version()
|
| /external/chromium-trace/catapult/third_party/gsutil/gslib/commands/ |
| D | version.py | 121 python_version=sys.version.replace('\n', ''),
|
| /external/chromium-trace/catapult/third_party/gsutil/gslib/tests/ |
| D | test_Doption.py | 95 platform.python_version()))
|
| /external/lldb/scripts/Python/ |
| D | build-swig-Python.sh | 297 python_version=`/usr/bin/env python --version 2>&1 | sed -e 's,Python ,,' -e 's,[.][0-9],,2' -e 's,…
|
| /external/chromium-trace/catapult/third_party/coverage/ |
| D | igor.py | 326 version = platform.python_version()
|
| /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ |
| D | __init__.py | 49 platform.python_version(),
|
| /external/chromium-trace/catapult/third_party/gsutil/gslib/third_party/storage_apitools/ |
| D | storage_v1_client.py | 37 gslib.VERSION, platform.python_version(), sys.platform)
|