Home
last modified time | relevance | path

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

12345678910>>...33

/external/python/cpython3/Lib/test/wheeldata/
Dwheel-0.43.0-py3-none-any.whl ... wheel/metadata.py wheel/util.py wheel/wheelfile.py wheel/cli/__init__. ...
/external/chromiumos-config/
D.vpython3 wheel: <
8 wheel: <
13 wheel: <
18 wheel: <
23 wheel: <
28 wheel: <
33 wheel: <
38 wheel: <
43 wheel: <
48 wheel: <
[all …]
D.vpython33 wheel: <
8 wheel: <
13 wheel: <
18 wheel: <
23 wheel: <
28 wheel: <
33 wheel: <
38 wheel: <
43 wheel: <
48 wheel: <
[all …]
/external/chromium-crossbench/
D.vpython36 wheel: <
14 wheel: <
20 wheel: <
28 wheel: <
33 wheel: <
38 wheel: <
43 wheel: <
48 wheel: <
53 wheel: <
58 wheel: <
[all …]
/external/angle/
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 …]
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 …]
/external/libyuv/
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 …]
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/
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 …]
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 …]
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 …]
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 …]
DWheel.java16 public class Wheel { class
20 public Wheel(int id) { in Wheel() method in Wheel
24 public Wheel() { in Wheel() method in Wheel
38 return "Wheel id=" + id; in toString()
43 if (obj instanceof Wheel) { in equals()
44 Wheel wheel = (Wheel) obj; in equals() local
45 return id == wheel.getId(); in equals()
/external/bazelbuild-rules_python/examples/wheel/
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,with,commas.txt",
99 "examples/wheel/lib/data.txt",
100 "examples/wheel/lib/module_with_data.py",
101 "examples/wheel/lib/simple_module.py",
102 "examples/wheel/main.py",
103 "example_minimal_package-0.0.1.dist-info/WHEEL",
[all …]
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 …]
/external/bazelbuild-rules_python/tests/whl_filegroup/
Dextract_wheel_files_test.py7 _WHEEL = Path("examples/wheel/example_minimal_package-0.0.1-py3-none-any.whl")
14 "examples/wheel/lib/data,with,commas.txt",
15 "examples/wheel/lib/data.txt",
16 "examples/wheel/lib/module_with_data.py",
17 "examples/wheel/lib/simple_module.py",
18 "examples/wheel/main.py",
19 "example_minimal_package-0.0.1.dist-info/WHEEL",
27 pattern = "(examples/wheel/lib/.*\.txt$|.*main)"
31 "examples/wheel/lib/data,with,commas.txt",
32 "examples/wheel/lib/data.txt",
[all …]
/external/perfetto/test/stress_test/
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 …]
/external/pigweed/pw_build/py/pw_build/
Dcollect_wheels.py53 FileExistsError: If any separate wheel files are copied to the same
68 for wheel in path.iterdir():
69 if wheel.suffix not in ('.gz', '.whl'):
72 if wheel.name in copied_files:
75 copied_files[wheel.name],
76 wheel,
79 f'{wheel.name} conflict: '
80 f'{copied_files[wheel.name]} and {wheel}'
82 copied_files[wheel.name] = wheel
83 _LOG.debug('Copying %s to %s', wheel, out_dir)
[all …]
/external/grpc-grpc/tools/run_tests/artifacts/
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 …]
/external/webrtc/
D.vpython33 # It describes patterns for python wheel dependencies of the python scripts in
29 wheel: <
35 wheel: <
40 wheel: <
48 wheel: <
60 wheel: <
65 wheel: <
69 wheel: <
73 wheel: <
77 wheel: <
[all …]
D.vpython3 # It describes patterns for python wheel dependencies of the python scripts in
29 wheel: <
35 wheel: <
42 wheel: <
53 wheel: <
57 wheel: <
61 wheel: <
65 wheel: <
69 wheel: <
73 wheel: <
/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 …]
/external/bazelbuild-rules_python/python/
Dpackaging.bzl40 name_file = ctx.attr.wheel[PyWheelInfo].name_file
41 wheel = ctx.attr.wheel[PyWheelInfo].wheel
44 args.add("--wheel", wheel)
51 inputs = [wheel, name_file],
67 which recommends a dist/ folder containing the wheel file(s), source distributions, etc.
69 This also has the advantage that stamping information is included in the wheel's filename.
77 "wheel": attr.label(
95 """Builds a Python Wheel.
99 This macro packages a set of targets into a single wheel.
115 "//examples/wheel/lib:module_with_data",
[all …]
/external/bazelbuild-rules_python/tests/pypi/whl_installer/
Dwheel_test.py4 from python.private.pypi.whl_installer import wheel
8 "python.private.pypi.whl_installer.wheel.host_interpreter_minor_version"
14 deps = wheel.Deps("foo", requires_dist=["bar"])
18 self.assertIsInstance(got, wheel.FrozenDeps)
23 deps = wheel.Deps(
52 deps = wheel.Deps(
81 got = wheel.Deps(
94 wheel.FrozenDeps(
105 got = wheel.Deps(
127 got = wheel.Deps(
[all …]
/external/bazelbuild-rules_python/python/private/pypi/whl_installer/
Dwheel_installer.py15 """Build and/or fetch a single wheel based on the requirement passed in"""
30 from python.private.pypi.whl_installer import arguments, namespace_pkgs, wheel
34 """Modifies the environment to make wheel building reproducible.
39 …# wheel, by default, enables debug symbols in GCC. This incidentally captures the build path in th…
52 # Python wheel metadata files can be unstable.
53 # See https://bitbucket.org/pypa/wheel/pull-requests/74/make-the-output-of-metadata-files/diff
92 wheel_dir: the directory of the wheel to convert
108 platforms: List[wheel.Platform],
111 """Extracts wheel into given directory and creates py_library and filegroup targets.
115 installation_dir: the destination directory for installation of the wheel.
[all …]
/external/cronet/stable/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DNestedBuildersTest.java38 import protobuf_unittest.Wheel;
85 Wheel wheel = vehicle.getWheel(i); in testMessagesAndBuilders() local
86 assertThat(wheel.getRadius()).isEqualTo(4); in testMessagesAndBuilders()
87 assertThat(wheel.getWidth()).isEqualTo(i + 1); in testMessagesAndBuilders()
98 Wheel wheel = vehicle.getWheel(i); in testMessagesAndBuilders() local
99 assertThat(wheel.getRadius()).isEqualTo(5); in testMessagesAndBuilders()
100 assertThat(wheel.getWidth()).isEqualTo(i + 10); in testMessagesAndBuilders()
118 List<Wheel> wheels = new ArrayList<Wheel>(vehicleBuilder.getWheelList()); in testMessagesAreCached()
158 vehicleBuilder.addWheel(Wheel.newBuilder().setRadius(1).setWidth(1)); in testRemove_WithNestedMessages()
159 vehicleBuilder.addWheel(Wheel.newBuilder().setRadius(2).setWidth(2)); in testRemove_WithNestedMessages()
[all …]

12345678910>>...33