Searched refs:event4 (Results 1 – 9 of 9) sorted by relevance
/third_party/boost/libs/msm/doc/PDF/examples/ |
D | DirectEntryTutorial.cpp | 27 struct event4 {}; struct 122 void entry_action(event4 const&) in entry_action() 135 … a_row < PseudoEntry1 , event4 , SubState3 ,&SubFsm2_::entry_action >, 164 _row < State1 , event4 , SubFsm2::entry_pt 208 p.process_event(event4()); pstate(p); in test() 211 p.process_event(event4()); pstate(p); in test()
|
D | DirectEntryEuml.cpp | 29 BOOST_MSM_EUML_EVENT(event4) 249 SubState3 == PseudoEntry1 + event4 / entry_action , 318 entry_pt_(SubFsm2,PseudoEntry1) == State1 + event4 , 373 p.process_event(event4); pstate(p); in test() 376 p.process_event(event4); pstate(p); in test()
|
/third_party/boost/libs/msm/doc/HTML/examples/ |
D | DirectEntryTutorial.cpp | 27 struct event4 {}; struct 122 void entry_action(event4 const&) in entry_action() 135 … a_row < PseudoEntry1 , event4 , SubState3 ,&SubFsm2_::entry_action >, 164 _row < State1 , event4 , SubFsm2::entry_pt 208 p.process_event(event4()); pstate(p); in test() 211 p.process_event(event4()); pstate(p); in test()
|
D | DirectEntryEuml.cpp | 29 BOOST_MSM_EUML_EVENT(event4) 249 SubState3 == PseudoEntry1 + event4 / entry_action , 318 entry_pt_(SubFsm2,PseudoEntry1) == State1 + event4 , 373 p.process_event(event4); pstate(p); in test() 376 p.process_event(event4); pstate(p); in test()
|
/third_party/boost/libs/msm/test/ |
D | Entries.cpp | 30 struct event4 {}; struct 138 void entry_action(event4 const&) in entry_action() 151 … a_row < PseudoEntry1 , event4 , SubState3 ,&SubFsm2_::entry_action >, 179 _row < State1 , event4 , SubFsm2::entry_pt 274 p.process_event(event4()); in BOOST_AUTO_TEST_CASE()
|
/third_party/libinput/doc/user/ |
D | reporting-bugs.rst | 202 $ udevadm info /sys/class/input/event4 203 P: /devices/platform/i8042/serio1/input/input5/event4 204 N: input/event4 205 E: DEVNAME=/dev/input/event4 206 E: DEVPATH=/devices/platform/i8042/serio1/input/input5/event4 244 /dev/input/event4: SynPS/2 Synaptics TouchPad 275 $ sudo evemu-play /dev/input/event4 < scroll.evemu
|
D | absolute-coordinate-ranges.rst | 56 Using "Touchpad SynPS/2 Synaptics TouchPad": /dev/input/event4 151 udevadm info /sys/class/input/event4
|
D | tools.rst | 51 Kernel: /dev/input/event4 105 -event4 DEVICE_ADDED HDA Intel HDMI HDMI/DP,pcm=3 seat0 default group5 cap: 183 /dev/input/event4: ThinkPad Extra Buttons
|
/third_party/python/Lib/test/ |
D | test_sched.py | 107 event4 = scheduler.enterabs(now + 0.04, 1, fun, (0.04,)) 122 event4 = scheduler.enterabs(now + 4, 1, fun, (4,))
|