Home
last modified time | relevance | path

Searched refs:python_version (Results 1 – 10 of 10) sorted by relevance

/external/chromium-trace/catapult/third_party/coverage/ci/
Dinstall.ps156 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/
Ddebug-info.py9 "version": platform.python_version(),
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/
Dsetup.py32 py_version = platform.python_version()
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/
Dsetup.py53 py_version = platform.python_version()
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
Dversion.py121 python_version=sys.version.replace('\n', ''),
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
Dtest_Doption.py95 platform.python_version()))
/external/lldb/scripts/Python/
Dbuild-swig-Python.sh297 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/
Digor.py326 version = platform.python_version()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
D__init__.py49 platform.python_version(),
/external/chromium-trace/catapult/third_party/gsutil/gslib/third_party/storage_apitools/
Dstorage_v1_client.py37 gslib.VERSION, platform.python_version(), sys.platform)