/aosp_15_r20/external/angle/ |
H A D | .vpython3 | 30 name: "infra/python/wheels/protobuf-py3" 34 # TODO(https://crbug.com/898348): Add in necessary wheels as Python3 versions 37 name: "infra/python/wheels/six-py2_py3" 41 # These wheels are necessary to run pytype, i.e. enforce Python 3 type hinting. 44 # module. 2021.11.2 only has Linux wheels available, so restrict to that 47 name: "infra/python/wheels/pytype/${vpython_platform}" 54 name: "infra/python/wheels/importlab-py3" 61 name: "infra/python/wheels/networkx-py3" 68 name: "infra/python/wheels/decorator-py3" 75 name: "infra/python/wheels/libcst-py3" [all …]
|
H A D | .vpython | 33 name: "infra/python/wheels/jsonlines-py2_py3" 37 name: "infra/python/wheels/subprocess32/${vpython_platform}" 57 name: "infra/python/wheels/psutil/${vpython_platform}" 64 name: "infra/python/wheels/parameterized-py2_py3" 78 name: "infra/python/wheels/opencv_python/${vpython_platform}" 105 name: "infra/python/wheels/numpy/${vpython_platform}" 112 name: "infra/python/wheels/pypiwin32/${vpython_platform}" 125 name: "infra/python/wheels/pyfakefs-py2_py3" 132 name: "infra/python/wheels/google_compute_engine-py2_py3" 136 name: "infra/python/wheels/boto-py2_py3" [all …]
|
/aosp_15_r20/external/libyuv/ |
H A D | .vpython3 | 45 name: "infra/python/wheels/protobuf-py2_py3" 49 # TODO(https://crbug.com/898348): Add in necessary wheels as Python3 versions 52 name: "infra/python/wheels/six-py2_py3" 60 name: "infra/python/wheels/numpy/${vpython_platform}" 68 name: "infra/python/wheels/numpy/mac-arm64_cp38_cp38" 75 name: "infra/python/wheels/psutil/${vpython_platform}" 79 name: "infra/python/wheels/requests-py3" 85 name: "infra/python/wheels/mock-py2_py3" 89 name: "infra/python/wheels/parameterized-py2_py3" 93 name: "infra/python/wheels/pbr-py2_py3" [all …]
|
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/ |
H A D | TypeSafeCollectionsTest.java | 32 carDescription.putListPropertyType("wheels", Wheel.class); in testTypeSafeList() 37 List<Wheel> wheels = car.getWheels(); in testTypeSafeList() local 38 assertNotNull(wheels); in testTypeSafeList() 39 assertEquals(5, wheels.size()); in testTypeSafeList() 40 for (Wheel wheel : wheels) { in testTypeSafeList() 48 carDescription.putMapPropertyType("wheels", MyWheel.class, Object.class); in testTypeSafeMap() 53 Map<MyWheel, Date> wheels = car.getWheels(); in testTypeSafeMap() local 54 assertNotNull(wheels); in testTypeSafeMap() 55 assertEquals(5, wheels.size()); in testTypeSafeMap() 56 for (MyWheel wheel : wheels.keySet()) { in testTypeSafeMap() [all …]
|
H A D | ArrayTagsTest.java | 29 Wheel[] wheels = new Wheel[5]; in testDefaultRepresenter() local 33 wheels[i - 1] = wheel; in testDefaultRepresenter() 35 car.setWheels(wheels); in testDefaultRepresenter() 43 Wheel[] wheels = new Wheel[5]; in testFlowBlock() local 47 wheels[i - 1] = wheel; in testFlowBlock() 49 car.setWheels(wheels); in testFlowBlock() 62 List<Wheel> wheels = car.getWheels(); in testLoadClassTag() local 63 assertNotNull(wheels); in testLoadClassTag() 64 assertEquals(5, wheels.size()); in testLoadClassTag() 82 Wheel[] wheels = car.getWheels(); in testLoadClassNoRoot() local [all …]
|
H A D | ClassTagsTest.java | 31 List<Wheel> wheels = new ArrayList<Wheel>(); in testDefaultRepresenter() local 35 wheels.add(wheel); in testDefaultRepresenter() 37 car.setWheels(wheels); in testDefaultRepresenter() 44 List<Wheel> wheels = new ArrayList<Wheel>(); in testDumpClassTag() local 48 wheels.add(wheel); in testDumpClassTag() 50 car.setWheels(wheels); in testDumpClassTag() 77 List<Wheel> wheels = car.getWheels(); in testLoadClassTag() local 78 assertNotNull(wheels); in testLoadClassTag() 79 assertEquals(5, wheels.size()); in testLoadClassTag() 97 List<Wheel> wheels = car.getWheels(); in testLoadClassNoRoot() local [all …]
|
/aosp_15_r20/external/webrtc/ |
H A D | .vpython3 | 30 name: "infra/python/wheels/psutil/${vpython_platform}" 36 name: "infra/python/wheels/httplib2-py3" 41 name: "infra/python/wheels/pyparsing-py2_py3" 49 name: "infra/python/wheels/pywin32/${vpython_platform}" 61 name: "infra/python/wheels/grpcio/${vpython_platform}" 66 name: "infra/python/wheels/six-py2_py3" 70 name: "infra/python/wheels/pbr-py2_py3" 74 name: "infra/python/wheels/funcsigs-py2_py3" 78 name: "infra/python/wheels/mock-py2_py3" 82 name: "infra/python/wheels/protobuf-py3" [all …]
|
H A D | .vpython | 30 name: "infra/python/wheels/psutil/${platform}_${py_python}_${py_abi}" 36 name: "infra/python/wheels/httplib2-py2_py3" 43 name: "infra/python/wheels/pypiwin32/${vpython_platform}" 54 name: "infra/python/wheels/six-py2_py3" 58 name: "infra/python/wheels/pbr-py2_py3" 62 name: "infra/python/wheels/funcsigs-py2_py3" 66 name: "infra/python/wheels/mock-py2_py3" 70 name: "infra/python/wheels/protobuf-py2_py3" 74 name: "infra/python/wheels/requests-py2_py3"
|
/aosp_15_r20/external/pigweed/pw_build/ |
H A D | python_dist.gni | 23 # Builds a directory containing a collection of Python wheels. 31 # packages: A list of pw_python_package targets whose wheels should be 32 # included; their dependencies will be pulled in as wheels also. 33 # directory: output directory for the wheels; defaults to 67 # Build a list of relative paths containing all the wheels we depend on. 94 # Builds a .zip containing Python wheels and setup scripts. 96 # The resulting .zip archive will contain a directory with Python wheels for 97 # all pw_python_package targets listed in 'packages', plus wheels for any 101 # In addition to Python wheels, the resulting .zip will also contain simple 103 # Python venv and installing all the included wheels into it, and a README.md [all …]
|
H A D | python.rst | 366 Collects Python wheels for one or more ``pw_python_package`` targets, plus any 374 - ``packages`` - List of ``pw_python_package`` targets whose wheels should be 375 included; their dependencies will be pulled in as wheels also. 376 - ``directory`` - Output directory for the collected wheels. Defaults to 383 out which wheels to collect by traversing the ``pw_python_package_wheels`` 393 developer environment. The generated ``.zip`` contains Python wheels 394 (``.whl`` files) for one or more ``pw_python_package`` targets, plus wheels for 401 environment and install the whole collection of wheels into it using ``pip``. 410 - ``packages`` - A list of `pw_python_package` targets whose wheels should be 411 included; their dependencies will be pulled in as wheels also. [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_internal/utils/ |
D | compatibility_tags.py | 50 # manylinux1/manylinux2010 wheels run on most manylinux2014 systems 51 # with the exception of wheels depending on ncurses. PEP 599 states 52 # manylinux1/manylinux2010 wheels should be considered 53 # manylinux2014 wheels: 54 … # https://www.python.org/dev/peps/pep-0599/#backwards-compatibility-with-manylinux2010-wheels 59 # manylinux1 wheels run on most manylinux2010 systems with the 60 # exception of wheels depending on ncurses. PEP 571 states 61 # manylinux1 wheels should be considered manylinux2010 wheels: 62 # https://www.python.org/dev/peps/pep-0571/#backwards-compatibility-with-manylinux1-wheels
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_internal/utils/ |
D | compatibility_tags.py | 50 # manylinux1/manylinux2010 wheels run on most manylinux2014 systems 51 # with the exception of wheels depending on ncurses. PEP 599 states 52 # manylinux1/manylinux2010 wheels should be considered 53 # manylinux2014 wheels: 54 … # https://www.python.org/dev/peps/pep-0599/#backwards-compatibility-with-manylinux2010-wheels 59 # manylinux1 wheels run on most manylinux2010 systems with the 60 # exception of wheels depending on ncurses. PEP 571 states 61 # manylinux1 wheels should be considered manylinux2010 wheels: 62 # https://www.python.org/dev/peps/pep-0571/#backwards-compatibility-with-manylinux1-wheels
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_internal/utils/ |
D | compatibility_tags.py | 50 # manylinux1/manylinux2010 wheels run on most manylinux2014 systems 51 # with the exception of wheels depending on ncurses. PEP 599 states 52 # manylinux1/manylinux2010 wheels should be considered 53 # manylinux2014 wheels: 54 … # https://www.python.org/dev/peps/pep-0599/#backwards-compatibility-with-manylinux2010-wheels 59 # manylinux1 wheels run on most manylinux2010 systems with the 60 # exception of wheels depending on ncurses. PEP 571 states 61 # manylinux1 wheels should be considered manylinux2010 wheels: 62 # https://www.python.org/dev/peps/pep-0571/#backwards-compatibility-with-manylinux1-wheels
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_internal/utils/ |
D | compatibility_tags.py | 50 # manylinux1/manylinux2010 wheels run on most manylinux2014 systems 51 # with the exception of wheels depending on ncurses. PEP 599 states 52 # manylinux1/manylinux2010 wheels should be considered 53 # manylinux2014 wheels: 54 … # https://www.python.org/dev/peps/pep-0599/#backwards-compatibility-with-manylinux2010-wheels 59 # manylinux1 wheels run on most manylinux2010 systems with the 60 # exception of wheels depending on ncurses. PEP 571 states 61 # manylinux1 wheels should be considered manylinux2010 wheels: 62 # https://www.python.org/dev/peps/pep-0571/#backwards-compatibility-with-manylinux1-wheels
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/time/ |
D | mod.rs | 80 /// The implementation maintains six wheels arranged in a set of levels. As the 86 /// The wheels are: 102 /// [paper]: http://www.cs.columbia.edu/~nahum/w6998/papers/ton97-timing-wheels.pdf 117 /// Sharded Timer wheels. 118 wheels: RwLock<ShardedWheel>, field 120 /// Number of entries in the sharded timer wheels. 136 /// Wrapper around the sharded timer wheels. 150 let wheels: Vec<_> = (0..shards) in new() localVariable 158 wheels: RwLock::new(ShardedWheel(wheels.into_boxed_slice())), in new() 201 let mut wheels_lock = rt_handle.time().inner.wheels.write(); in park_internal() [all …]
|
/aosp_15_r20/external/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | NestedBuildersTest.java | 118 List<Wheel> wheels = new ArrayList<Wheel>(vehicleBuilder.getWheelList()); in testMessagesAreCached() local 119 for (int i = 0; i < wheels.size(); i++) { in testMessagesAreCached() 120 assertThat(wheels.get(i)).isSameInstanceAs(vehicleBuilder.getWheel(i)); in testMessagesAreCached() 124 for (int i = 0; i < wheels.size(); i++) { in testMessagesAreCached() 127 for (int i = 0; i < wheels.size(); i++) { in testMessagesAreCached() 128 assertThat(wheels.get(i)).isSameInstanceAs(vehicleBuilder.getWheel(i)); in testMessagesAreCached() 134 // Now get wheels and check that only that one changed in testMessagesAreCached() 135 for (int i = 0; i < wheels.size(); i++) { in testMessagesAreCached() 137 assertThat(wheels.get(i)).isSameInstanceAs(vehicleBuilder.getWheel(i)); in testMessagesAreCached() 139 assertThat(wheels.get(i)).isNotSameInstanceAs(vehicleBuilder.getWheel(i)); in testMessagesAreCached()
|
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | NestedBuildersTest.java | 118 List<Wheel> wheels = new ArrayList<Wheel>(vehicleBuilder.getWheelList()); in testMessagesAreCached() local 119 for (int i = 0; i < wheels.size(); i++) { in testMessagesAreCached() 120 assertThat(wheels.get(i)).isSameInstanceAs(vehicleBuilder.getWheel(i)); in testMessagesAreCached() 124 for (int i = 0; i < wheels.size(); i++) { in testMessagesAreCached() 127 for (int i = 0; i < wheels.size(); i++) { in testMessagesAreCached() 128 assertThat(wheels.get(i)).isSameInstanceAs(vehicleBuilder.getWheel(i)); in testMessagesAreCached() 134 // Now get wheels and check that only that one changed in testMessagesAreCached() 135 for (int i = 0; i < wheels.size(); i++) { in testMessagesAreCached() 137 assertThat(wheels.get(i)).isSameInstanceAs(vehicleBuilder.getWheel(i)); in testMessagesAreCached() 139 assertThat(wheels.get(i)).isNotSameInstanceAs(vehicleBuilder.getWheel(i)); in testMessagesAreCached()
|
/aosp_15_r20/external/autotest/utils/ |
H A D | run_pylint.py | 8 # name: "infra/python/wheels/configparser-py2_py3" 12 # name: "infra/python/wheels/futures-py2_py3" 16 # name: "infra/python/wheels/isort-py2_py3" 20 # name: "infra/python/wheels/wrapt/${vpython_platform}" 24 # name: "infra/python/wheels/backports_functools_lru_cache-py2_py3" 28 # name: "infra/python/wheels/lazy-object-proxy/${vpython_platform}" 32 # name: "infra/python/wheels/singledispatch-py2_py3" 36 # name: "infra/python/wheels/enum34-py2" 40 # name: "infra/python/wheels/mccabe-py2_py3" 44 # name: "infra/python/wheels/six-py2_py3" [all …]
|
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue150/ |
H A D | YamlLoadAsIssueTest.java | 45 line("wheels:"); in setUp() 78 ArrayList<Wheel> wheels = new ArrayList<Wheel>(car.getWheels()); in ignoreImplicitTag() local 79 assertEquals(4, wheels.size()); in ignoreImplicitTag() 80 for (int i = 0; i < wheels.size(); i++) { in ignoreImplicitTag() 81 assertEquals(wheels.get(i).getId(), Integer.valueOf(i + 1)); in ignoreImplicitTag() 112 if ("wheels".equals(field)) { in construct() 114 List<Wheel> wheels = (List<Wheel>) constructSequence(snode); in construct() local 115 car.setWheels(wheels); in construct()
|
/aosp_15_r20/external/bazelbuild-rules_python/python/private/pypi/ |
H A D | flags.bzl | 37 # Determines whether universal wheels should be preferred over arch platform specific ones. 41 # Prefer platform-specific wheels over universal wheels. 43 # Prefer universal wheels over platform-specific wheels. 51 # Prefer glibc wheels (e.g. manylinux_2_17_x86_64 or linux_x86_64) 53 # Prefer musl wheels (e.g. musllinux_2_17_x86_64)
|
/aosp_15_r20/external/google-benchmark/.github/workflows/ |
H A D | wheels.yml | 1 name: Build and upload Python wheels 31 name: Build Google Benchmark wheels on ${{ matrix.os }} 49 - name: Build wheels on ${{ matrix.os }} using cibuildwheel 62 - name: Upload Google Benchmark ${{ matrix.os }} wheels 69 name: Merge all built wheels into one artifact 73 - name: Merge wheels 81 name: Publish google-benchmark wheels to PyPI
|
/aosp_15_r20/external/angle/scripts/ |
H A D | generate_stats.py | 5 # name: "infra/python/wheels/google-auth-py2_py3" 10 # name: "infra/python/wheels/pyasn1-py2_py3" 15 # name: "infra/python/wheels/pyasn1_modules-py2_py3" 20 # name: "infra/python/wheels/six" 25 # name: "infra/python/wheels/cachetools-py2_py3" 29 # name: "infra/python/wheels/rsa-py2_py3" 34 # name: "infra/python/wheels/requests" 39 # name: "infra/python/wheels/google-api-python-client-py2_py3" 44 # name: "infra/python/wheels/httplib2-py2_py3" 49 # name: "infra/python/wheels/oauth2client-py2_py3" [all …]
|
/aosp_15_r20/external/json-schema-validator/src/test/resources/schema/unevaluatedTests/ |
H A D | unevaluated-tests.json | 174 "wheels", 178 "wheels": { object 235 "wheels": "wheels" string 240 …"$.vehicle: property 'wheels' is not evaluated and the schema does not allow unevaluated propertie… 257 "$.vehicle: required property 'wheels' not found", 277 "$.vehicle: required property 'wheels' not found", 323 "wheels", 327 "wheels": { object 450 "wheels" 453 "wheels": { object [all …]
|
/aosp_15_r20/external/crosvm/tools/ |
H A D | .vpython3 | 10 name: "infra/python/wheels/argh-py2_py3" 14 name: "infra/python/wheels/mdurl-py3" 18 name: "infra/python/wheels/markdown-it-py-py3" 22 name: "infra/python/wheels/typing-extensions-py3" 26 name: "infra/python/wheels/pygments-py3" 30 name: "infra/python/wheels/rich-py3"
|
/aosp_15_r20/external/tink/python/tools/distribution/ |
H A D | README.md | 3 This folder contains scripts to build binary and source wheels of the Tink 12 [PEP 599](https://www.python.org/dev/peps/pep-0599/) conformant wheels. 16 * Create binary wheels in a Docker container for Linux. 21 can be distributed. The binary wheels can be installed on Linux without 22 Bazel/protoc being available. Currently this supports building binary wheels 27 The binary wheels are tested inside a Docker container with the corresponding
|