Home
last modified time | relevance | path

Searched full:python_version (Results 1 – 25 of 679) sorted by relevance

12345678910>>...28

/aosp_15_r20/external/python/rsa/
DPipfile.lock8 "python_version": "3.7"
59 "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'",
67 "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'",
118 …"markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python…
146 … "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'",
169 "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'",
177 "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'",
185 "markers": "python_version < '3.8'",
193 … "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'",
232 "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'",
[all …]
/aosp_15_r20/external/bazelbuild-rules_python/tests/python/
H A Dpython_tests.bzl54 def _toolchain(python_version, *, is_default = False, **kwargs):
57 python_version = python_version,
80 python_version = "",
88 if not python_version:
89 fail("missing mandatory args: python_version ({})".format(python_version))
92 python_version = python_version,
107 python_version = "",
111 if not platform or not python_version:
112 …fail("missing mandatory args: platform ({}) and python_version ({})".format(platform, python_versi…
120 python_version = python_version,
[all …]
/aosp_15_r20/external/bazelbuild-rules_python/python/
H A Dversions.bzl32 # "url": "20210506/cpython-{python_version}-{platform}-pgo+lto-20210506T0943.tar.zst",
49 "url": "20210506/cpython-{python_version}-{platform}-pgo+lto-20210506T0943.tar.zst",
57 "url": "20220227/cpython-{python_version}+20220227-{platform}-{build}.tar.gz",
68 "url": "20220802/cpython-{python_version}+20220802-{platform}-{build}.tar.gz",
79 "url": "20221106/cpython-{python_version}+20221106-{platform}-{build}.tar.gz",
90 "url": "20230116/cpython-{python_version}+20230116-{platform}-{build}.tar.gz",
101 "url": "20230826/cpython-{python_version}+20230826-{platform}-{build}.tar.gz",
112 "url": "20240224/cpython-{python_version}+20240224-{platform}-{build}.tar.gz",
123 "url": "20240726/cpython-{python_version}+20240726-{platform}-{build}.tar.gz",
134 "url": "20220227/cpython-{python_version}+20220227-{platform}-{build}.tar.gz",
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/
H A DBUILD80 python_version = "PY3",
94 python_version = "PY3",
112 python_version = "PY3",
131 python_version = "PY3",
150 python_version = "PY3",
172 python_version = "PY3",
191 python_version = "PY3",
210 python_version = "PY3",
239 python_version = "PY3",
261 python_version = "PY3",
[all …]
/aosp_15_r20/external/python/asn1crypto/requires/
Dlint1 setuptools >= 39.0.1 ; python_version == '2.7' or python_version >= '3.3'
2 enum34 == 1.1.6 ; python_version == '2.7' or python_version == '3.3'
3 configparser == 3.5.0 ; python_version == '2.7'
4 mccabe == 0.6.1 ; python_version == '3.3'
5 pycodestyle == 2.3.1 ; python_version == '3.3'
6 pyflakes == 1.6.0 ; python_version == '3.3'
7 flake8 == 3.5.0 ; python_version == '3.3'
8 mccabe == 0.6.1 ; python_version == '2.7' or python_version >= '3.4'
9 pycodestyle == 2.5.0 ; python_version == '2.7' or python_version >= '3.4'
10 pyflakes == 2.1.1 ; python_version == '2.7' or python_version >= '3.4'
[all …]
/aosp_15_r20/external/bazelbuild-rules_python/python/private/
H A Dpython.bzl91 toolchain_version = toolchain_attr.python_version
152 python_version = toolchain_attr.python_version,
185 elif default_toolchain.python_version not in global_toolchain_versions:
186 fail('Default version "{python_version}" selected by module ' +
188 python_version = default_toolchain.python_version,
202 default_python_version = toolchains[-1].python_version,
205 python_version = t.python_version,
219 version = toolchain_info.python_version,
223 "python_version": full_python_version,
228 kwargs.update(py.config.kwargs.get(toolchain_info.python_version, {}))
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ragged/
H A DBUILD560 python_version = "PY3",
595 python_version = "PY3",
610 python_version = "PY3",
642 python_version = "PY3",
669 python_version = "PY3",
683 python_version = "PY3",
696 python_version = "PY3",
709 python_version = "PY3",
724 python_version = "PY3",
747 python_version = "PY3",
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/python/tpu/tests/
H A DBUILD39 python_version = "PY3",
53 python_version = "PY3",
67 python_version = "PY3",
81 python_version = "PY3",
95 python_version = "PY3",
109 python_version = "PY3",
123 python_version = "PY3",
137 python_version = "PY3",
160 python_version = "PY3",
174 python_version = "PY3",
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/python/compiler/tensorrt/test/
H A DBUILD74 python_version = "PY3",
94 python_version = "PY3",
114 python_version = "PY3",
134 python_version = "PY3",
154 python_version = "PY3",
175 python_version = "PY3",
195 python_version = "PY3",
215 python_version = "PY3",
235 python_version = "PY3",
255 python_version = "PY3",
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A DBUILD105 python_version = "PY3",
185 python_version = "PY3",
247 python_version = "PY3",
268 python_version = "PY3",
293 python_version = "PY3",
315 python_version = "PY3",
346 python_version = "PY3",
368 python_version = "PY3",
380 python_version = "PY3",
411 python_version = "PY3",
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A DBUILD70 python_version = "PY3",
408 python_version = "PY3",
572 python_version = "PY3",
615 python_version = "PY3",
698 python_version = "PY3",
781 python_version = "PY3",
825 python_version = "PY3",
903 python_version = "PY3",
951 python_version = "PY3",
1054 python_version = "PY3",
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/python_tests/
H A DBUILD9 python_version = "PY3",
24 python_version = "PY3",
36 python_version = "PY3",
52 python_version = "PY3",
68 python_version = "PY3",
83 python_version = "PY3",
98 python_version = "PY3",
113 python_version = "PY3",
125 python_version = "PY3",
140 python_version = "PY3",
[all …]
/aosp_15_r20/external/bazelbuild-rules_python/tests/pypi/whl_installer/
H A Dwheel_test.py188 "baz; python_version < '3.8'",
189 "posix_dep; os_name=='posix' and python_version >= '3.8'",
216 "baz; python_version >= '3.8'",
218 "posix_dep_with_version; os_name=='posix' and python_version >= '3.8'",
219 "arch_dep; platform_machine=='x86_64' and python_version >= '3.8'",
250 "baz; python_version < '3.8'",
251 "baz_new; python_version >= '3.8'",
253 "posix_dep_with_version; os_name=='posix' and python_version >= '3.8'",
254 "arch_dep; platform_machine=='x86_64' and python_version < '3.8'",
304 "baz (<2,>=1.11) ; python_version < '3.8'",
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/python/training/
H A DBUILD592 python_version = "PY3",
616 python_version = "PY3",
636 python_version = "PY3",
656 python_version = "PY3",
676 python_version = "PY3",
696 python_version = "PY3",
718 python_version = "PY3",
743 python_version = "PY3",
760 python_version = "PY3",
873 python_version = "PY3",
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/
Dtags.py125 def _abi3_applies(python_version: PythonVersion) -> bool:
131 return len(python_version) > 1 and tuple(python_version) >= (3, 2)
171 python_version: Optional[PythonVersion] = None,
181 - cp<python_version>-<abi>-<platform>
182 - cp<python_version>-abi3-<platform>
183 - cp<python_version>-none-<platform>
184 - cp<less than python_version>-abi3-<platform> # Older Python versions down to 3.2.
186 If python_version only specifies a major version then user-provided ABIs and
192 if not python_version:
193 python_version = sys.version_info[:2]
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/packaging/
Dtags.py125 def _abi3_applies(python_version: PythonVersion) -> bool:
131 return len(python_version) > 1 and tuple(python_version) >= (3, 2)
171 python_version: Optional[PythonVersion] = None,
181 - cp<python_version>-<abi>-<platform>
182 - cp<python_version>-abi3-<platform>
183 - cp<python_version>-none-<platform>
184 - cp<less than python_version>-abi3-<platform> # Older Python versions down to 3.2.
186 If python_version only specifies a major version then user-provided ABIs and
192 if not python_version:
193 python_version = sys.version_info[:2]
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/_vendor/packaging/
Dtags.py125 def _abi3_applies(python_version: PythonVersion) -> bool:
131 return len(python_version) > 1 and tuple(python_version) >= (3, 2)
171 python_version: Optional[PythonVersion] = None,
181 - cp<python_version>-<abi>-<platform>
182 - cp<python_version>-abi3-<platform>
183 - cp<python_version>-none-<platform>
184 - cp<less than python_version>-abi3-<platform> # Older Python versions down to 3.2.
186 If python_version only specifies a major version then user-provided ABIs and
192 if not python_version:
193 python_version = sys.version_info[:2]
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/packaging/
Dtags.py125 def _abi3_applies(python_version: PythonVersion) -> bool:
131 return len(python_version) > 1 and tuple(python_version) >= (3, 2)
171 python_version: Optional[PythonVersion] = None,
181 - cp<python_version>-<abi>-<platform>
182 - cp<python_version>-abi3-<platform>
183 - cp<python_version>-none-<platform>
184 - cp<less than python_version>-abi3-<platform> # Older Python versions down to 3.2.
186 If python_version only specifies a major version then user-provided ABIs and
192 if not python_version:
193 python_version = sys.version_info[:2]
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/
Dtags.py125 def _abi3_applies(python_version: PythonVersion) -> bool:
131 return len(python_version) > 1 and tuple(python_version) >= (3, 2)
171 python_version: Optional[PythonVersion] = None,
181 - cp<python_version>-<abi>-<platform>
182 - cp<python_version>-abi3-<platform>
183 - cp<python_version>-none-<platform>
184 - cp<less than python_version>-abi3-<platform> # Older Python versions down to 3.2.
186 If python_version only specifies a major version then user-provided ABIs and
192 if not python_version:
193 python_version = sys.version_info[:2]
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/_vendor/packaging/
Dtags.py125 def _abi3_applies(python_version: PythonVersion) -> bool:
131 return len(python_version) > 1 and tuple(python_version) >= (3, 2)
171 python_version: Optional[PythonVersion] = None,
181 - cp<python_version>-<abi>-<platform>
182 - cp<python_version>-abi3-<platform>
183 - cp<python_version>-none-<platform>
184 - cp<less than python_version>-abi3-<platform> # Older Python versions down to 3.2.
186 If python_version only specifies a major version then user-provided ABIs and
192 if not python_version:
193 python_version = sys.version_info[:2]
[all …]
/aosp_15_r20/external/python/setuptools/setuptools/_vendor/packaging/
Dtags.py125 def _abi3_applies(python_version: PythonVersion) -> bool:
131 return len(python_version) > 1 and tuple(python_version) >= (3, 2)
171 python_version: Optional[PythonVersion] = None,
181 - cp<python_version>-<abi>-<platform>
182 - cp<python_version>-abi3-<platform>
183 - cp<python_version>-none-<platform>
184 - cp<less than python_version>-abi3-<platform> # Older Python versions down to 3.2.
186 If python_version only specifies a major version then user-provided ABIs and
192 if not python_version:
193 python_version = sys.version_info[:2]
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/
Dtags.py125 def _abi3_applies(python_version: PythonVersion) -> bool:
131 return len(python_version) > 1 and tuple(python_version) >= (3, 2)
171 python_version: Optional[PythonVersion] = None,
181 - cp<python_version>-<abi>-<platform>
182 - cp<python_version>-abi3-<platform>
183 - cp<python_version>-none-<platform>
184 - cp<less than python_version>-abi3-<platform> # Older Python versions down to 3.2.
186 If python_version only specifies a major version then user-provided ABIs and
192 if not python_version:
193 python_version = sys.version_info[:2]
[all …]
/aosp_15_r20/external/python/setuptools/pkg_resources/_vendor/packaging/
Dtags.py125 def _abi3_applies(python_version: PythonVersion) -> bool:
131 return len(python_version) > 1 and tuple(python_version) >= (3, 2)
171 python_version: Optional[PythonVersion] = None,
181 - cp<python_version>-<abi>-<platform>
182 - cp<python_version>-abi3-<platform>
183 - cp<python_version>-none-<platform>
184 - cp<less than python_version>-abi3-<platform> # Older Python versions down to 3.2.
186 If python_version only specifies a major version then user-provided ABIs and
192 if not python_version:
193 python_version = sys.version_info[:2]
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/packaging/
Dtags.py125 def _abi3_applies(python_version: PythonVersion) -> bool:
131 return len(python_version) > 1 and tuple(python_version) >= (3, 2)
171 python_version: Optional[PythonVersion] = None,
181 - cp<python_version>-<abi>-<platform>
182 - cp<python_version>-abi3-<platform>
183 - cp<python_version>-none-<platform>
184 - cp<less than python_version>-abi3-<platform> # Older Python versions down to 3.2.
186 If python_version only specifies a major version then user-provided ABIs and
192 if not python_version:
193 python_version = sys.version_info[:2]
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/
Dtags.py125 def _abi3_applies(python_version: PythonVersion) -> bool:
131 return len(python_version) > 1 and tuple(python_version) >= (3, 2)
171 python_version: Optional[PythonVersion] = None,
181 - cp<python_version>-<abi>-<platform>
182 - cp<python_version>-abi3-<platform>
183 - cp<python_version>-none-<platform>
184 - cp<less than python_version>-abi3-<platform> # Older Python versions down to 3.2.
186 If python_version only specifies a major version then user-provided ABIs and
192 if not python_version:
193 python_version = sys.version_info[:2]
[all …]

12345678910>>...28