/third_party/libinput/src/ |
H A 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 in wheel_handle_event() [all...] |
H A D | evdev-fallback.h | 121 } wheel; member
|
H A D | evdev-tablet.c | 252 wheel but we shouldn't get here on kernel >= 3.17. in tablet_process_absolute() 670 tablet->axes.wheel = normalize_wheel(tablet, in tablet_update_wheel() 673 tablet->axes.wheel = 0; in tablet_update_wheel() 734 axes.wheel = tablet->axes.wheel; in tablet_check_notify_axes()
|
H A D | evdev-fallback.c | 1122 libinput_timer_cancel(&dispatch->wheel.scroll_timer); in fallback_interface_remove() 1242 libinput_timer_destroy(&dispatch->wheel.scroll_timer); in fallback_interface_destroy()
|
H A D | libinput-private.h | 80 /* A pair of wheel click data for the 120-normalized range */ 440 double wheel; member
|
H A D | libinput.c | 1481 return event->axes.wheel; in libinput_event_tablet_tool_get_wheel_delta() 2638 /* legacy wheel events are sent separately */ in pointer_notify_axis_wheel()
|
/third_party/protobuf/python/release/wheel/ |
H A 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 $PYPI_PASSWORD 27 docker rmi protobuf-python-wheel
|
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/ |
H A D | NestedBuildersTest.java | 70 Wheel wheel = vehicle.getWheel(i); in testMessagesAndBuilders() 71 assertEquals(4, wheel.getRadius()); in testMessagesAndBuilders() 72 assertEquals(i + 1, wheel.getWidth()); in testMessagesAndBuilders() 85 Wheel wheel = vehicle.getWheel(i); in testMessagesAndBuilders() 86 assertEquals(5, wheel.getRadius()); in testMessagesAndBuilders() 87 assertEquals(i + 10, wheel.getWidth()); in testMessagesAndBuilders()
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | NestedBuildersTest.java | 59 Wheel wheel = vehicle.getWheel(i); in testMessagesAndBuilders() 60 assertEquals(4, wheel.getRadius()); in testMessagesAndBuilders() 61 assertEquals(i + 1, wheel.getWidth()); in testMessagesAndBuilders() 72 Wheel wheel = vehicle.getWheel(i); in testMessagesAndBuilders() 73 assertEquals(5, wheel.getRadius()); in testMessagesAndBuilders() 74 assertEquals(i + 10, wheel.getWidth()); in testMessagesAndBuilders()
|
/third_party/protobuf/python/ |
H A D | release.sh | 88 twine upload --skip-existing -r testpypi -u protobuf-wheel-test dist/* 94 # Deploy egg/wheel packages to testing PyPI and test again. 96 twine upload --skip-existing -r testpypi -u protobuf-wheel-test dist/*
|
/third_party/skia/third_party/externals/imgui/backends/ |
H A D | imgui_impl_sdl.cpp | 122 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/ |
H A D | bytedesign.py | 37 self.wheel(self.position(), scale) 50 def wheel(self, initpos, scale): member in Designer
|
/third_party/libinput/tools/ |
H A D | libinput-debug-events.c | 393 double rotation, slider, wheel; in print_tablet_axes() local 439 wheel = libinput_event_tablet_tool_get_wheel_delta(t); in print_tablet_axes() 442 wheel, changed_sym(t, wheel), in print_tablet_axes() 505 source = "wheel"; in print_pointer_axis_event()
|
H A D | libinput-record.c | 605 case LIBINPUT_POINTER_AXIS_SOURCE_WHEEL: source = "wheel"; break; in print_pointer_axis_event() 608 case LIBINPUT_POINTER_AXIS_SOURCE_WHEEL_TILT: source = "wheel-tilt"; break; in print_pointer_axis_event() 845 double wheel; in buffer_tablet_axes() local 848 wheel = libinput_event_tablet_tool_get_wheel_delta(t); in buffer_tablet_axes() 849 len = xasprintf(&strv[idx++], "wheel: %.2f", wheel); in buffer_tablet_axes() 854 len = xasprintf(&strv[idx++], "wheel-discrete: %d", delta); in buffer_tablet_axes()
|
/third_party/protobuf/kokoro/release/python/windows/ |
H A D | build_artifacts.bat | 33 REM Build wheel
|
H A D | build_single_artifact.bat | 32 pip install wheel
|
/third_party/PyYAML/ |
H A D | setup.py | 91 from wheel.bdist_wheel import bdist_wheel 96 # on Windows, disable wheel generation warning noise
|
/third_party/python/ |
H A D | configure | 1867 --with-wheel-pkg-dir=PATH 1868 Directory of wheel packages used by ensurepip 23431 # Check for --with-wheel-pkg-dir=PATH 23434 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for --with-wheel-pkg-dir" >&5 23435 printf %s "checking for --with-wheel-pkg-dir... " >&6; } 23437 # Check whether --with-wheel-pkg-dir was given.
|