Home
last modified time | relevance | path

Searched refs:wheel (Results 1 – 25 of 117) sorted by relevance

12345

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/
DImplicitTagsTest.java37 Wheel wheel = new Wheel(); in testDefaultRepresenter() local
38 wheel.setId(2); in testDefaultRepresenter()
39 car1.setWheel(wheel); in testDefaultRepresenter()
55 Wheel wheel = new Wheel(); in testNoRootTag() local
56 wheel.setId(2); in testNoRootTag()
57 car1.setWheel(wheel); in testNoRootTag()
74 Wheel wheel = new Wheel(); in testRootMap() local
75 wheel.setId(2); in testRootMap()
79 car1.put("wheel", wheel); in testRootMap()
115 private Wheel wheel; field in ImplicitTagsTest.CarWithWheel
[all …]
DTypeSafeCollectionsTest.java44 for (Wheel wheel : wheels) { in testTypeSafeList()
45 assertTrue(wheel.getId() > 0); in testTypeSafeList()
61 for (MyWheel wheel : wheels.keySet()) { in testTypeSafeMap()
62 assertTrue(wheel.getId() > 0); in testTypeSafeMap()
63 Date date = wheels.get(wheel); in testTypeSafeMap()
97 Object wheel = car.getWheels().keySet().iterator().next(); in testWithGlobalTag() local
98 assertTrue(wheel instanceof MyWheel); in testWithGlobalTag()
99 MyWheel w = (MyWheel) wheel; in testWithGlobalTag()
DArrayTagsTest.java35 Wheel wheel = new Wheel(); in testDefaultRepresenter() local
36 wheel.setId(i); in testDefaultRepresenter()
37 wheels[i - 1] = wheel; in testDefaultRepresenter()
49 Wheel wheel = new Wheel(); in testFlowBlock() local
50 wheel.setId(i); in testFlowBlock()
51 wheels[i - 1] = wheel; in testFlowBlock()
DClassTagsTest.java37 Wheel wheel = new Wheel(); in testDefaultRepresenter() local
38 wheel.setId(i); in testDefaultRepresenter()
39 wheels.add(wheel); in testDefaultRepresenter()
50 Wheel wheel = new Wheel(); in testDumpClassTag() local
51 wheel.setId(i); in testDumpClassTag()
52 wheels.add(wheel); in testDumpClassTag()
DWheel.java45 Wheel wheel = (Wheel) obj; in equals() local
46 return id == wheel.getId(); in equals()
DMyWheel.java42 MyWheel wheel = (MyWheel) obj; in equals() local
43 return id == wheel.getId(); in equals()
/external/grpc-grpc/tools/internal_ci/macos/
Dgrpc_build_artifacts.sh24 python2.7 -m pip install cython setuptools wheel
25 python3.4 -m pip install cython setuptools wheel
26 python3.5 -m pip install cython setuptools wheel
27 python3.6 -m pip install cython setuptools wheel
28 python3.7 -m pip install cython setuptools wheel
/external/fonttools/
Dtox.ini46 commands = pip wheel -w {envtmpdir}/build --no-deps .
52 wheel
55 # make sure we use the latest setuptools and wheel
65 # build wheel from sdist
66 …pip wheel -v --no-deps --no-index --wheel-dir {toxinidir}/dist --find-links {toxinidir}/dist fontt…
/external/grpc-grpc/tools/run_tests/artifacts/
Dbuild_artifact_python.sh76 for wheel in dist/*.whl; do
77 "${AUDITWHEEL}" repair "$wheel" -w "$ARTIFACT_DIR"
78 rm "$wheel"
80 for wheel in tools/distrib/python/grpcio_tools/dist/*.whl; do
81 "${AUDITWHEEL}" repair "$wheel" -w "$ARTIFACT_DIR"
82 rm "$wheel"
/external/libpng/scripts/
Dmakefile.openbsd56 ${INSTALL} -d -o root -g wheel ${DESTDIR}${PREFIX}/include; \
59 ${INSTALL} -d -o root -g wheel ${DESTDIR}${LIBDIR}; \
62 ${INSTALL} -d -o root -g wheel ${DESTDIR}${LIBDIR}/debug; \
65 ${INSTALL} -d -o root -g wheel ${DESTDIR}${MANDIR}3; \
68 ${INSTALL} -d -o root -g wheel ${DESTDIR}${MANDIR}5; \
71 ${INSTALL} -d -o root -g wheel ${DESTDIR}${PREFIX}/share/doc/png; \
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DNestedBuildersTest.java69 Wheel wheel = vehicle.getWheel(i); in testMessagesAndBuilders() local
70 assertEquals(4, wheel.getRadius()); in testMessagesAndBuilders()
71 assertEquals(i + 1, wheel.getWidth()); in testMessagesAndBuilders()
84 Wheel wheel = vehicle.getWheel(i); in testMessagesAndBuilders() local
85 assertEquals(5, wheel.getRadius()); in testMessagesAndBuilders()
86 assertEquals(i + 10, wheel.getWidth()); in testMessagesAndBuilders()
/external/autotest/client/site_tests/touch_MouseScroll/
DREADME6 up_slow - Scroll the mouse wheel up slowly to record multiple scrolls.
7 up_fast - Scroll the mouse wheel up fast to record multiple scrolls.
8 up_1 - Scroll the mouse wheel up (one gear up) to record single scroll.
9 down_slow - Scroll the mouse wheel down slowly to record scrolls.
10 down_fast - Scroll the mouse wheel down fast to record multiple scrolls.
11 down_1 - Scroll the mouse wheel down (one gear down) to record single scroll.
/external/python/dateutil/
DRELEASING12 [ ] Build the binary distribution as a wheel
60 It should always be possible to generate a universal wheel binary distribution
62 a wheel, you need the wheel package (https://wheel.readthedocs.io/en/latest/)
65 pip install wheel
67 Once this is done, generate the wheel with:
/external/v8/tools/
Dcallstats.py.vpython3 # It describes patterns for python wheel dependencies of the python scripts in
27 wheel: <
32 wheel: <
Drun-tests.py.vpython3 # It describes patterns for python wheel dependencies of the python scripts in
29 wheel: <
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
Dwpa_supplicant.conf.sgml48 # allow frontend (e.g., wpa_cli) to be used by all users in 'wheel' group
49 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel
82 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel
104 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel
126 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel
151 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel
181 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel
/external/selinux/python/sepolicy/sepolicy/help/
Dlogin_default.txt8 You could use %%wheel to indicate the wheel group.
/external/tensorflow/tensorflow/lite/tools/pip_package/
DREADME.md8 To build a binary wheel run this script:
15 pip install --upgrade <wheel>
/external/python/setuptools/setuptools/tests/
Dtest_virtualenv.py70 wheel = glob.glob(os.path.join(dist_dir, '*.whl'))[0]
72 virtualenv.run('pip install ' + wheel)
/external/python/setuptools/
Dsetup.py76 wheel = ['wheel'] if needs_wheel else [] variable
188 ] + wheel,
/external/tensorflow/tensorflow/tools/ci_build/install/
Dinstall_pip_packages.sh31 pip2 install wheel==0.31.1
32 pip3 install wheel==0.31.1
/external/tensorflow/tensorflow/contrib/cmake/
DREADME.md67 - wheel
201 `build`. It will generate the wheel file in
206 ***The wheel name varies depends on you config. Change to your own wheel
228 Directly build python wheel package by following command:
236 Install the wheel file generated as instructed by step 1.
264 **Important Note** CMake generated python wheel for Linux/MacOs is currently
468 enables python kernel tests. After building the python wheel, you need
469 to install the new wheel before running the tests. To execute the tests,
475 After building the python wheel, you need to install the new wheel
/external/python/funcsigs/
Dsetup.cfg1 [wheel]
/external/python/funcsigs/requirements/
Ddevelopment.txt6 wheel
/external/grpc-grpc/
Drequirements.txt7 wheel>=0.29

12345