Home
last modified time | relevance | path

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

12345

/third_party/skia/third_party/externals/angle2/
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 …]
D.vpython33 # It describes patterns for python wheel dependencies of the python scripts in
29 wheel: <
34 wheel: <
/third_party/libinput/doc/user/
Dwheel-api.rst7 libinput provides two events to handle wheel scrolling:
9 - ``LIBINPUT_EVENT_POINTER_AXIS`` events are sent for regular wheel clicks,
10 usually those representing one detent on the device. These wheel clicks
15 high resolution wheel movements. High-resolution events are often 4 or 8
16 times more frequent than wheel clicks and require the device to be switched
19 these events for regular wheel clicks.
41 event: wheel, finger or continuous.
43 logical wheel clicks.
49 be treated as one full wheel click.
60 The ``v120`` value matches the Windows API for wheel scrolling. Wheel
[all …]
/third_party/python/Doc/library/
Dimportlib.metadata.rst46 (example) $ pip install wheel
48 You can get the version string for ``wheel`` by running the following:
54 >>> version('wheel') # doctest: +SKIP
63 >>> list(metadata('wheel')) # doctest: +SKIP
111 Pick out a specific script named "wheel" (found in the wheel project)::
113 >>> 'wheel' in scripts.names # doctest: +SKIP
115 >>> wheel = scripts['wheel'] # doctest: +SKIP
119 >>> (wheel,) = entry_points(group='console_scripts', name='wheel') # doctest: +SKIP
120 >>> (wheel,) = entry_points().select(group='console_scripts', name='wheel') # doctest: +SKIP
124 >>> wheel # doctest: +SKIP
[all …]
/third_party/libinput/src/
Devdev-fallback.c72 dispatch->wheel.is_inhibited = (state == LIBINPUT_BUTTON_STATE_PRESSED); in fallback_notify_physical_button()
81 dispatch->wheel.is_inhibited = false; in fallback_notify_physical_button()
238 if (!dispatch->wheel.emulate_hi_res_wheel && in fallback_flush_wheels()
239 !dispatch->wheel.hi_res_event_received && in fallback_flush_wheels()
240 (dispatch->wheel.lo_res.x != 0 || dispatch->wheel.lo_res.y != 0)) { in fallback_flush_wheels()
245 dispatch->wheel.emulate_hi_res_wheel = true; in fallback_flush_wheels()
246 dispatch->wheel.hi_res.x = dispatch->wheel.lo_res.x * 120; in fallback_flush_wheels()
247 dispatch->wheel.hi_res.y = dispatch->wheel.lo_res.y * 120; in fallback_flush_wheels()
250 if (dispatch->wheel.is_inhibited) { in fallback_flush_wheels()
251 dispatch->wheel.hi_res.x = 0; in fallback_flush_wheels()
[all …]
/third_party/node/deps/v8/
D.vpython3 # It describes patterns for python wheel dependencies of the python scripts in
44 wheel: <
51 wheel: <
64 wheel: <
68 wheel: <
72 wheel: <
76 wheel: <
80 wheel: <
88 wheel: <
D.vpython33 # It describes patterns for python wheel dependencies of the python scripts in
43 wheel: <
48 wheel: <
53 wheel: <
58 wheel: <
63 wheel: <
68 wheel: <
/third_party/protobuf/python/release/wheel/
Dbuild_wheel_manylinux.sh24 docker rmi protobuf-python-wheel
25 docker build . -t protobuf-python-wheel
26 docker run --rm protobuf-python-wheel ./protobuf_optimized_pip.sh $PROTOBUF_VERSION $PYPI_USERNAME …
27 docker rmi protobuf-python-wheel
DREADME.md17 | build_wheel_manylinux.sh | Build wheel packages in the docker container. |
/third_party/skia/third_party/externals/libpng/scripts/
Dmakefile.openbsd54 ${INSTALL} -d -o root -g wheel ${DESTDIR}${PREFIX}/include; \
57 ${INSTALL} -d -o root -g wheel ${DESTDIR}${LIBDIR}; \
60 ${INSTALL} -d -o root -g wheel ${DESTDIR}${LIBDIR}/debug; \
63 ${INSTALL} -d -o root -g wheel ${DESTDIR}${MANDIR}3; \
66 ${INSTALL} -d -o root -g wheel ${DESTDIR}${MANDIR}5; \
69 ${INSTALL} -d -o root -g wheel ${DESTDIR}${PREFIX}/share/doc/png; \
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DNestedBuildersTest.java59 Wheel wheel = vehicle.getWheel(i); in testMessagesAndBuilders() local
60 assertEquals(4, wheel.getRadius()); in testMessagesAndBuilders()
61 assertEquals(i + 1, wheel.getWidth()); in testMessagesAndBuilders()
72 Wheel wheel = vehicle.getWheel(i); in testMessagesAndBuilders() local
73 assertEquals(5, wheel.getRadius()); in testMessagesAndBuilders()
74 assertEquals(i + 10, wheel.getWidth()); in testMessagesAndBuilders()
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DNestedBuildersTest.java70 Wheel wheel = vehicle.getWheel(i); in testMessagesAndBuilders() local
71 assertEquals(4, wheel.getRadius()); in testMessagesAndBuilders()
72 assertEquals(i + 1, wheel.getWidth()); in testMessagesAndBuilders()
85 Wheel wheel = vehicle.getWheel(i); in testMessagesAndBuilders() local
86 assertEquals(5, wheel.getRadius()); in testMessagesAndBuilders()
87 assertEquals(i + 10, wheel.getWidth()); in testMessagesAndBuilders()
/third_party/typescript/tests/baselines/reference/
DobjectLiteralContextualTyping.types34 var y = foo({ name: "Sprocket", description: "Bumpy wheel" });
36 >foo({ name: "Sprocket", description: "Bumpy wheel" }) : string
38 >{ name: "Sprocket", description: "Bumpy wheel" } : { name: string; description: string; }
42 >"Bumpy wheel" : "Bumpy wheel"
/third_party/benchmark/docs/
Dpython_bindings.md19 To build a wheel directly from source, you can follow these steps:
28 python -m pip install --upgrade pip setuptools wheel
29 # builds the wheel and stores it in the directory "wheelhouse".
30 python -m pip wheel . -w wheelhouse
/third_party/wpa_supplicant/wpa_supplicant-2.9/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
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/doc/docbook/
Dwpa_supplicant.conf.sgml52 # allow frontend (e.g., wpa_cli) to be used by all users in 'wheel' group
53 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel
86 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel
108 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel
130 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel
155 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel
185 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel
/third_party/node/deps/v8/tools/
Dcallstats.py.vpython3 # It describes patterns for python wheel dependencies of the python scripts in
27 wheel: <
32 wheel: <
/third_party/libinput/quirks/
D30-vendor-ibm.quirks3 # IBM/Lenovo Scrollpoint mouse. Instead of a scroll wheel these mice
5 # events that need to be handled differently than scroll wheel events
/third_party/protobuf/python/
Drelease.sh88 twine upload --skip-existing -r testpypi -u protobuf-wheel-test dist/*
96 twine upload --skip-existing -r testpypi -u protobuf-wheel-test dist/*
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_sdl.cpp122 if (event->wheel.x > 0) io.MouseWheelH += 1; in ImGui_ImplSDL2_ProcessEvent()
123 if (event->wheel.x < 0) io.MouseWheelH -= 1; in ImGui_ImplSDL2_ProcessEvent()
124 if (event->wheel.y > 0) io.MouseWheel += 1; in ImGui_ImplSDL2_ProcessEvent()
125 if (event->wheel.y < 0) io.MouseWheel -= 1; in ImGui_ImplSDL2_ProcessEvent()
/third_party/python/Lib/turtledemo/
Dbytedesign.py37 self.wheel(self.position(), scale)
50 def wheel(self, initpos, scale): member in Designer
/third_party/python/Doc/distributing/
Dindex.rst57 * `wheel`_ (in this context) is a project that adds the ``bdist_wheel``
59 binary packaging format (called "wheels" or "wheel files" and defined in
65 .. _wheel: https://wheel.readthedocs.io/ target in Key terms
100 python -m pip install setuptools wheel twine
/third_party/PyYAML/
Dpyproject.toml2 requires = ["setuptools", "wheel", "Cython"]
/third_party/python/Misc/NEWS.d/
D3.10.0a5.rst571 Add ``--with-wheel-pkg-dir=PATH`` option to the ``./configure`` script. If
573 wheel packages in this directory: if both are present, these wheel packages
574 are used instead of ensurepip bundled wheel packages.
577 dependencies. For example, Fedora installs wheel packages in the
/third_party/libinput/tools/
Dlibinput-debug-events.c385 double rotation, slider, wheel; in print_tablet_axes() local
431 wheel = libinput_event_tablet_tool_get_wheel_delta(t); in print_tablet_axes()
434 wheel, changed_sym(t, wheel), in print_tablet_axes()

12345