Home
last modified time | relevance | path

Searched full:wheel (Results 1 – 25 of 1571) sorted by relevance

12345678910>>...63

/aosp_15_r20/external/angle/
H A D.vpython33 # It describes patterns for python wheel dependencies of the python scripts in
29 wheel: <
36 wheel: <
46 wheel: <
53 wheel: <
60 wheel: <
67 wheel: <
74 wheel: <
81 wheel: <
88 wheel: <
[all …]
H A D.vpython3 # It describes patterns for python wheel dependencies of the python scripts in
32 wheel: <
36 wheel: <
56 wheel: <
63 wheel: <
77 wheel: <
104 wheel: <
111 wheel: <
124 wheel: <
131 wheel: <
[all …]
/aosp_15_r20/external/libyuv/
H A D.vpython33 # It describes patterns for python wheel dependencies of the python scripts in
44 wheel: <
51 wheel: <
59 wheel: <
67 wheel: <
74 wheel: <
78 wheel: <
84 wheel: <
88 wheel: <
92 wheel: <
[all …]
/aosp_15_r20/external/bazelbuild-rules_python/examples/wheel/
H A Dwheel_test.py34 runfiles_path = os.path.join("rules_python/examples/wheel", filename)
78 "examples/wheel/lib/module_with_data.py",
79 "examples/wheel/lib/simple_module.py",
80 "example_minimal_library-0.0.1.dist-info/WHEEL",
98 "examples/wheel/lib/data.txt",
99 "examples/wheel/lib/module_with_data.py",
100 "examples/wheel/lib/simple_module.py",
101 "examples/wheel/main.py",
102 "example_minimal_package-0.0.1.dist-info/WHEEL",
120 "examples/wheel/lib/data.txt",
[all …]
H A DBUILD.bazel17 load("//examples/wheel/private:wheel_utils.bzl", "directory_writer", "make_variable_tags")
33 "//examples/wheel/lib:simple_module",
34 "//examples/wheel/lib:module_with_data",
35 # Example dependency which is not packaged in the wheel
68 "//examples/wheel/lib:module_with_data",
69 "//examples/wheel/lib:simple_module",
88 toolchains = ["//examples/wheel:make_variable_tags"],
91 "//examples/wheel/lib:module_with_data",
92 "//examples/wheel/lib:simple_module",
110 "//examples/wheel/lib:module_with_data",
[all …]
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/
H A DImplicitTagsTest.java33 Wheel wheel = new Wheel(); in testDefaultRepresenter() local
34 wheel.setId(2); in testDefaultRepresenter()
35 car1.setWheel(wheel); in testDefaultRepresenter()
39 car1.setPart(new Wheel(4)); in testDefaultRepresenter()
51 Wheel wheel = new Wheel(); in testNoRootTag() local
52 wheel.setId(2); in testNoRootTag()
53 car1.setWheel(wheel); in testNoRootTag()
70 Wheel wheel = new Wheel(); in testRootMap() local
71 wheel.setId(2); in testRootMap()
75 car1.put("wheel", wheel); in testRootMap()
[all …]
H A DArrayTagsTest.java29 Wheel[] wheels = new Wheel[5]; in testDefaultRepresenter()
31 Wheel wheel = new Wheel(); in testDefaultRepresenter() local
32 wheel.setId(i); in testDefaultRepresenter()
33 wheels[i - 1] = wheel; in testDefaultRepresenter()
43 Wheel[] wheels = new Wheel[5]; in testFlowBlock()
45 Wheel wheel = new Wheel(); in testFlowBlock() local
46 wheel.setId(i); in testFlowBlock()
47 wheels[i - 1] = wheel; in testFlowBlock()
62 List<Wheel> wheels = car.getWheels(); in testLoadClassTag()
82 Wheel[] wheels = car.getWheels(); in testLoadClassNoRoot()
[all …]
H A DTypeSafeCollectionsTest.java32 carDescription.putListPropertyType("wheels", Wheel.class); in testTypeSafeList()
37 List<Wheel> wheels = car.getWheels(); in testTypeSafeList()
40 for (Wheel wheel : wheels) { in testTypeSafeList()
41 assertTrue(wheel.getId() > 0); in testTypeSafeList()
56 for (MyWheel wheel : wheels.keySet()) { in testTypeSafeMap()
57 assertTrue(wheel.getId() > 0); in testTypeSafeMap()
58 Date date = wheels.get(wheel); in testTypeSafeMap()
67 carDescription.addPropertyParameters("wheels", Wheel.class); in testTypeSafeList2()
72 List<Wheel> wheels = car.getWheels(); in testTypeSafeList2()
75 for (Wheel wheel : wheels) { in testTypeSafeList2()
[all …]
H A DClassTagsTest.java31 List<Wheel> wheels = new ArrayList<Wheel>(); in testDefaultRepresenter()
33 Wheel wheel = new Wheel(); in testDefaultRepresenter() local
34 wheel.setId(i); in testDefaultRepresenter()
35 wheels.add(wheel); in testDefaultRepresenter()
44 List<Wheel> wheels = new ArrayList<Wheel>(); in testDumpClassTag()
46 Wheel wheel = new Wheel(); in testDumpClassTag() local
47 wheel.setId(i); in testDumpClassTag()
48 wheels.add(wheel); in testDumpClassTag()
53 representer.addClassTag(Wheel.class, Tag.MAP); in testDumpClassTag()
77 List<Wheel> wheels = car.getWheels(); in testLoadClassTag()
[all …]
/aosp_15_r20/external/pytorch/.github/workflows/
H A Dgenerated-windows-binary-wheel-nightly.yml5 name: windows-binary-wheel
25 BUILD_ENVIRONMENT: windows-binary-wheel
31 …group: windows-binary-wheel-${{ github.event.pull_request.number || github.ref_name }}-${{ github.…
35 wheel-py3_8-cpu-build:
42 PACKAGE_TYPE: wheel
129 name: wheel-py3_8-cpu
146 wheel-py3_8-cpu-test: # Testing
148 needs: wheel-py3_8-cpu-build
154 PACKAGE_TYPE: wheel
208 name: wheel-py3_8-cpu
[all …]
H A Dgenerated-macos-arm64-binary-wheel-nightly.yml5 name: macos-arm64-binary-wheel
26 BUILD_ENVIRONMENT: macos-arm64-binary-wheel
31 …group: macos-arm64-binary-wheel-${{ github.event.pull_request.number || github.ref_name }}-${{ git…
35 wheel-py3_8-cpu-build:
42 PACKAGE_TYPE: wheel
126 name: wheel-py3_8-cpu
130 wheel-py3_8-cpu-upload: # Uploading
135 needs: wheel-py3_8-cpu-build
139 PACKAGE_TYPE: wheel
146 build_name: wheel-py3_8-cpu
[all …]
/aosp_15_r20/external/grpc-grpc/tools/run_tests/artifacts/
H A Dbuild_artifact_python.sh29 "${PYTHON}" -m pip install --upgrade pip wheel setuptools
33 # Install Cython to avoid source wheel build failure.
55 # to end up with correctly named wheel file
60 …# override the value of EXT_SUFFIX to make sure the crosscompiled .so files in the wheel have the …
72 # to end up with correctly named wheel file
76 …# override the value of EXT_SUFFIX to make sure the crosscompiled .so files in the wheel have the …
105 # Wheel has a bug where directories don't get excluded.
106 # https://bitbucket.org/pypa/wheel/issues/99/cannot-exclude-directory
196 # This is necessary due to https://github.com/pypa/wheel/issues/406.
197 # wheel incorrectly generates a universal2 artifact that only contains
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/distlib/
Dwheel.py167 class Wheel(object): class
169 Class to build and install from Wheel files (PEP 427).
253 wv = wheel_metadata['Wheel-Version'].split('.', 1)
273 raise ValueError('Invalid wheel, because metadata is '
280 metadata_filename = posixpath.join(info_dir, 'WHEEL')
360 logger.debug('Wrote %s to %s in wheel', p, ap)
365 Build a wheel from files in specified paths, and use any specified tags
366 when determining the name of the wheel.
441 if fn not in ('RECORD', 'INSTALLER', 'SHARED', 'WHEEL'):
447 'Wheel-Version: %d.%d' % (wheel_version or self.wheel_version),
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/distlib/
Dwheel.py167 class Wheel(object): class
169 Class to build and install from Wheel files (PEP 427).
253 wv = wheel_metadata['Wheel-Version'].split('.', 1)
273 raise ValueError('Invalid wheel, because metadata is '
280 metadata_filename = posixpath.join(info_dir, 'WHEEL')
360 logger.debug('Wrote %s to %s in wheel', p, ap)
365 Build a wheel from files in specified paths, and use any specified tags
366 when determining the name of the wheel.
441 if fn not in ('RECORD', 'INSTALLER', 'SHARED', 'WHEEL'):
447 'Wheel-Version: %d.%d' % (wheel_version or self.wheel_version),
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/distlib/
Dwheel.py167 class Wheel(object): class
169 Class to build and install from Wheel files (PEP 427).
253 wv = wheel_metadata['Wheel-Version'].split('.', 1)
273 raise ValueError('Invalid wheel, because metadata is '
280 metadata_filename = posixpath.join(info_dir, 'WHEEL')
360 logger.debug('Wrote %s to %s in wheel', p, ap)
365 Build a wheel from files in specified paths, and use any specified tags
366 when determining the name of the wheel.
441 if fn not in ('RECORD', 'INSTALLER', 'SHARED', 'WHEEL'):
447 'Wheel-Version: %d.%d' % (wheel_version or self.wheel_version),
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/distlib/
Dwheel.py167 class Wheel(object): class
169 Class to build and install from Wheel files (PEP 427).
253 wv = wheel_metadata['Wheel-Version'].split('.', 1)
273 raise ValueError('Invalid wheel, because metadata is '
280 metadata_filename = posixpath.join(info_dir, 'WHEEL')
360 logger.debug('Wrote %s to %s in wheel', p, ap)
365 Build a wheel from files in specified paths, and use any specified tags
366 when determining the name of the wheel.
441 if fn not in ('RECORD', 'INSTALLER', 'SHARED', 'WHEEL'):
447 'Wheel-Version: %d.%d' % (wheel_version or self.wheel_version),
[all …]
/aosp_15_r20/external/perfetto/test/stress_test/
H A DREADME.md89 drwxr-xr-x 16 primiano wheel 512B 5 Aug 09:16 bursts
90 drwxr-xr-x 9 primiano wheel 288B 5 Aug 09:16 simple
91 drwxr-xr-x 38 primiano wheel 1.2K 5 Aug 09:16 the_storm
95 -rw-r--r-- 1 primiano wheel 0B 5 Aug 09:16 errors.log
96 -rw-r--r-- 1 primiano wheel 180B 5 Aug 09:16 perfetto.log
97 -rw-r--r-- 1 primiano wheel 441B 5 Aug 09:16 producer.0.log
99 -rw-r--r-- 1 primiano wheel 441B 5 Aug 09:16 producer.9.log
100 -rw------- 1 primiano wheel 11M 5 Aug 09:16 trace
101 -rw-r--r-- 1 primiano wheel 407B 5 Aug 09:16 traced.log
105 srwxr-xr-x 1 primiano wheel 0B 5 Aug 09:16 consumer.sock
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_internal/utils/
Dwheel.py1 """Support functions for working with wheel files.
21 """Extract information from the provided wheel, ensuring it meets basic
24 Returns the name of the .dist-info directory and the parsed WHEEL metadata.
31 raise UnsupportedWheel("{} has an invalid wheel, {}".format(name, str(e)))
81 """Return the WHEEL metadata of an extracted wheel, if possible.
84 path = f"{dist_info_dir}/WHEEL"
100 """Given WHEEL metadata, return the parsed Wheel-Version.
103 version_text = wheel_data["Wheel-Version"]
105 raise UnsupportedWheel("WHEEL is missing Wheel-Version")
112 raise UnsupportedWheel(f"invalid Wheel-Version: {version!r}")
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_internal/utils/
Dwheel.py1 """Support functions for working with wheel files.
21 """Extract information from the provided wheel, ensuring it meets basic
24 Returns the name of the .dist-info directory and the parsed WHEEL metadata.
31 raise UnsupportedWheel("{} has an invalid wheel, {}".format(name, str(e)))
81 """Return the WHEEL metadata of an extracted wheel, if possible.
84 path = f"{dist_info_dir}/WHEEL"
100 """Given WHEEL metadata, return the parsed Wheel-Version.
103 version_text = wheel_data["Wheel-Version"]
105 raise UnsupportedWheel("WHEEL is missing Wheel-Version")
112 raise UnsupportedWheel(f"invalid Wheel-Version: {version!r}")
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_internal/utils/
Dwheel.py1 """Support functions for working with wheel files.
21 """Extract information from the provided wheel, ensuring it meets basic
24 Returns the name of the .dist-info directory and the parsed WHEEL metadata.
31 raise UnsupportedWheel("{} has an invalid wheel, {}".format(name, str(e)))
81 """Return the WHEEL metadata of an extracted wheel, if possible.
84 path = f"{dist_info_dir}/WHEEL"
100 """Given WHEEL metadata, return the parsed Wheel-Version.
103 version_text = wheel_data["Wheel-Version"]
105 raise UnsupportedWheel("WHEEL is missing Wheel-Version")
112 raise UnsupportedWheel(f"invalid Wheel-Version: {version!r}")
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_internal/utils/
Dwheel.py1 """Support functions for working with wheel files.
21 """Extract information from the provided wheel, ensuring it meets basic
24 Returns the name of the .dist-info directory and the parsed WHEEL metadata.
31 raise UnsupportedWheel("{} has an invalid wheel, {}".format(name, str(e)))
81 """Return the WHEEL metadata of an extracted wheel, if possible.
84 path = f"{dist_info_dir}/WHEEL"
100 """Given WHEEL metadata, return the parsed Wheel-Version.
103 version_text = wheel_data["Wheel-Version"]
105 raise UnsupportedWheel("WHEEL is missing Wheel-Version")
112 raise UnsupportedWheel(f"invalid Wheel-Version: {version!r}")
[all …]
/aosp_15_r20/external/python/cpython3/Doc/library/
Dimportlib.metadata.rst78 (example) $ python -m pip install wheel
80 You can get the version string for ``wheel`` by running the following:
86 >>> version('wheel') # doctest: +SKIP
95 >>> list(metadata('wheel')) # doctest: +SKIP
143 Pick out a specific script named "wheel" (found in the wheel project)::
145 >>> 'wheel' in scripts.names # doctest: +SKIP
147 >>> wheel = scripts['wheel'] # doctest: +SKIP
151 >>> (wheel,) = entry_points(group='console_scripts', name='wheel') # doctest: +SKIP
152 >>> (wheel,) = entry_points().select(group='console_scripts', name='wheel') # doctest: +SKIP
156 >>> wheel # doctest: +SKIP
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/artifacts/
Dbuild_artifact_python.sh29 "${PYTHON}" -m pip install --upgrade wheel
33 # Install Cython to avoid source wheel build failure.
55 # to end up with correctly named wheel file
60 …# override the value of EXT_SUFFIX to make sure the crosscompiled .so files in the wheel have the …
72 # to end up with correctly named wheel file
76 …# override the value of EXT_SUFFIX to make sure the crosscompiled .so files in the wheel have the …
89 # Wheel has a bug where directories don't get excluded.
90 # https://bitbucket.org/pypa/wheel/issues/99/cannot-exclude-directory
169 # This is necessary due to https://github.com/pypa/wheel/issues/406.
173 for WHEEL in dist/*.whl tools/distrib/python/grpcio_tools/dist/*.whl; do
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_internal/
Dwheel_builder.py17 from pip._internal.models.wheel import Wheel
18 from pip._internal.operations.build.wheel import build_wheel_pep517
49 """Return whether an InstallRequirement should be built into a wheel."""
56 "Skipping %s, due to already being wheel.",
62 # i.e. pip wheel, not pip install
95 wheel cache, assuming the wheel cache is available, and _should_build()
96 has determined a wheel needs to be built.
127 wheel need to be stored.
140 w = Wheel(os.path.basename(wheel_path))
143 "Wheel has unexpected file name: expected {!r}, "
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_internal/
Dwheel_builder.py17 from pip._internal.models.wheel import Wheel
18 from pip._internal.operations.build.wheel import build_wheel_pep517
49 """Return whether an InstallRequirement should be built into a wheel."""
56 "Skipping %s, due to already being wheel.",
62 # i.e. pip wheel, not pip install
95 wheel cache, assuming the wheel cache is available, and _should_build()
96 has determined a wheel needs to be built.
127 wheel need to be stored.
140 w = Wheel(os.path.basename(wheel_path))
143 "Wheel has unexpected file name: expected {!r}, "
[all …]

12345678910>>...63