| /third_party/libinput/src/ |
| D | evdev-wheel.c | 70 "invalid wheel event %s in state %s\n", in log_wheel_bug() 72 wheel_state_to_str(dispatch->wheel.state)); in log_wheel_bug() 78 libinput_timer_set(&dispatch->wheel.scroll_timer, in wheel_set_scroll_timer() 85 libinput_timer_cancel(&dispatch->wheel.scroll_timer); in wheel_cancel_scroll_timer() 95 dispatch->wheel.state = WHEEL_STATE_ACCUMULATING_SCROLL; in wheel_handle_event_on_state_none() 113 dispatch->wheel.state = WHEEL_STATE_SCROLLING; in wheel_handle_event_on_state_accumulating_scroll() 120 dispatch->wheel.state = WHEEL_STATE_NONE; in wheel_handle_event_on_state_accumulating_scroll() 139 dispatch->wheel.state = WHEEL_STATE_NONE; in wheel_handle_event_on_state_scrolling() 143 dispatch->wheel.state = WHEEL_STATE_NONE; in wheel_handle_event_on_state_scrolling() 156 enum wheel_state oldstate = dispatch->wheel.state; in wheel_handle_event() [all …]
|
| /third_party/skia/third_party/externals/angle2/ |
| D | .vpython | 3 # 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 …]
|
| /third_party/libinput/doc/user/ |
| D | wheel-api.rst | 4 Wheel scrolling 7 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. [all …]
|
| /third_party/python/Doc/library/ |
| D | importlib.metadata.rst | 78 (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 …]
|
| /third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/ |
| D | NestedBuildersTest.java | 35 import protobuf_unittest.Wheel; 70 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() 109 List<Wheel> wheels = new ArrayList<Wheel>(vehicleBuilder.getWheelList()); in testMessagesAreCached() 152 vehicleBuilder.addWheel(Wheel.newBuilder() in testRemove_WithNestedMessages() 155 vehicleBuilder.addWheel(Wheel.newBuilder() in testRemove_WithNestedMessages() [all …]
|
| /third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
| D | NestedBuildersTest.java | 35 import protobuf_unittest.Wheel; 59 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() 91 List<Wheel> wheels = new ArrayList<Wheel>(vehicleBuilder.getWheelList()); in testMessagesAreCached() 129 vehicleBuilder.addWheel(Wheel.newBuilder().setRadius(1).setWidth(1)); in testRemove_WithNestedMessages() 130 vehicleBuilder.addWheel(Wheel.newBuilder().setRadius(2).setWidth(2)); in testRemove_WithNestedMessages() [all …]
|
| /third_party/node/deps/v8/ |
| D | .vpython | 3 # 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 | .vpython3 | 3 # 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/node/test/fixtures/wpt/dom/events/ |
| D | document-level-wheel-event-listener-passive-by-default.tentative.html | 2 <title>Default passive document level wheel event listener manual test</title> 10 <div>This is a manual test since there is no way to synthesize wheel events. 11 Scroll by wheel in the middle of the page to run the test.</div> 16 document.addEventListener("wheel", function (event) { 49 }, "Wheel events are non-cancelable since the event listener is treated as passive.");
|
| /third_party/protobuf/python/release/wheel/ |
| D | build_wheel_manylinux.sh | 24 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
|
| /third_party/node/test/fixtures/wpt/resources/ |
| D | testdriver-actions.js | 41 ["wheel", WheelSource], 117 * @param {String} type - Source type ('none', 'key', 'pointer', or 'wheel') 199 * Add a new wheel input source with the given name 201 * @param {String} type - Name of the wheel source 202 * @param {Bool} set - Set source as the default wheel source 206 this.createSource("wheel", name); 214 * Set the current default wheel source 216 * @param {String} name - Name of the wheel source 220 this.setSource("wheel", name); 266 * @param {String?} sourceName - Named key, pointer or wheel source to use [all …]
|
| /third_party/skia/third_party/externals/libpng/scripts/ |
| D | makefile.openbsd | 54 ${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/typescript/tests/baselines/reference/ |
| D | objectLiteralContextualTyping.types | 34 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/ |
| D | python_bindings.md | 19 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/ |
| D | wpa_supplicant.conf.sgml | 48 # 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/ |
| D | wpa_supplicant.conf.sgml | 52 # 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/python/Tools/scripts/ |
| D | verify_ensurepip_wheels.py | 40 print_error("", f"Could not find a {package_name} wheel on disk.") 74 # Compute the SHA 256 digest of the wheel on disk 82 package_path, f"Failed to verify the checksum of the {package_name} wheel." 88 f"Successfully verified the checksum of the {package_name} wheel.",
|
| /third_party/node/test/fixtures/wpt/dom/events/non-cancelable-when-passive/ |
| D | passive-wheel-event-listener-on-document.html | 2 <title>passive wheel event listener on document</title> 3 <link rel="help" href="https://w3c.github.io/uievents/#cancelability-of-wheel-events"> 14 eventName: 'wheel',
|
| D | passive-wheel-event-listener-on-window.html | 2 <title>passive wheel event listener on window</title> 3 <link rel="help" href="https://w3c.github.io/uievents/#cancelability-of-wheel-events"> 14 eventName: 'wheel',
|
| D | passive-wheel-event-listener-on-root.html | 2 <title>passive wheel event listener on root</title> 3 <link rel="help" href="https://w3c.github.io/uievents/#cancelability-of-wheel-events"> 14 eventName: 'wheel',
|
| D | non-passive-wheel-event-listener-on-window.html | 2 <title>non-passive wheel event listener on window</title> 3 <link rel="help" href="https://w3c.github.io/uievents/#cancelability-of-wheel-events"> 14 eventName: 'wheel',
|
| D | passive-wheel-event-listener-on-body.html | 2 <title>passive wheel event listener on body</title> 3 <link rel="help" href="https://w3c.github.io/uievents/#cancelability-of-wheel-events"> 14 eventName: 'wheel',
|
| D | non-passive-wheel-event-listener-on-document.html | 2 <title>non-passive wheel event listener on document</title> 3 <link rel="help" href="https://w3c.github.io/uievents/#cancelability-of-wheel-events"> 14 eventName: 'wheel',
|
| D | non-passive-wheel-event-listener-on-body.html | 2 <title>non-passive wheel event listener on body</title> 3 <link rel="help" href="https://w3c.github.io/uievents/#cancelability-of-wheel-events"> 14 eventName: 'wheel',
|
| D | non-passive-wheel-event-listener-on-root.html | 2 <title>non-passive wheel event listener on root</title> 3 <link rel="help" href="https://w3c.github.io/uievents/#cancelability-of-wheel-events"> 14 eventName: 'wheel',
|