Home
last modified time | relevance | path

Searched refs:Event (Results 1 – 25 of 10546) sorted by relevance

12345678910>>...422

/dports/emulators/stella/stella-6.6/src/common/
H A DjsonDefinitions.hxx67 {Event::NoType, "NoType"},
263 {Event::UIUp, "UIUp"},
268 {Event::UIEnd, "UIEnd"},
274 {Event::UIOK, "UIOK"},
286 {Event::Quit, "Quit"},
288 {Event::Fry, "Fry"},
413 {Event::Cut, "Cut"},
414 {Event::Copy, "Copy"},
415 {Event::Paste, "Paste"},
416 {Event::Undo, "Undo"},
[all …]
H A DPKeyboardHandler.cxx51 if (version == Event::VERSION)
363 for (int i = Event::NoType + 1; i < Event::LastType; i++) in enableCommonMappings()
365 Event::Type event = static_cast<Event::Type>(i); in enableCommonMappings()
468 if(Event::isAnalog(event)) in addMapping()
1053 {Event::CompuMate0, KBDK_0},
1054 {Event::CompuMate1, KBDK_1},
1055 {Event::CompuMate2, KBDK_2},
1056 {Event::CompuMate3, KBDK_3},
1057 {Event::CompuMate4, KBDK_4},
1058 {Event::CompuMate5, KBDK_5},
[all …]
/dports/sysutils/barrier/barrier-2.3.3/src/lib/base/
H A DEventTypes.h58 Event::Type connected();
382 Event::Type ready();
394 Event::Type m_ready;
449 Event::Type error();
515 Event::Type m_error;
562 Event::Type keyUp();
571 Event::Type m_keyUp;
613 Event::Type wheel();
640 Event::Type m_wheel;
665 Event::Type error();
[all …]
/dports/sysutils/synergy/synergy-core-1.14.0.4-stable/src/lib/base/
H A DEventTypes.h53 Event::Type connected();
80 Event::Type m_connected = Event::kUnknown;
81 Event::Type m_connectionFailed = Event::kUnknown;
82 Event::Type m_connectionRefused = Event::kUnknown;
83 Event::Type m_disconnected = Event::kUnknown;
385 Event::Type ready();
397 Event::Type m_ready;
451 Event::Type error();
510 Event::Type m_error;
556 Event::Type keyUp();
[all …]
/dports/emulators/stella/stella-6.6/src/emucore/
H A DEventHandler.cxx3040 Event::Quit, Event::ReloadConsole, Event::Fry, Event::StartPauseMode,
3066Event::VidmodeStd, Event::VidmodeRGB, Event::VidmodeSVideo, Event::VidModeComposite, Event::VidMod…
3077 Event::NextState, Event::PreviousState, Event::LoadState, Event::SaveState,
3078 Event::TimeMachineMode, Event::RewindPause, Event::UnwindPause, Event::ToggleTimeMachine,
3113 Event::QTPaddle3AFire, Event::QTPaddle3BFire,Event::QTPaddle4AFire,Event::QTPaddle4BFire,
3155 Event::Combo1, Event::Combo2, Event::Combo3, Event::Combo4,
3156 Event::Combo5, Event::Combo6, Event::Combo7, Event::Combo8,
3157 Event::Combo9, Event::Combo10, Event::Combo11, Event::Combo12,
3158 Event::Combo13, Event::Combo14, Event::Combo15, Event::Combo16,
3165 Event::ToggleP0Collision, Event::ToggleP0Bit, Event::ToggleP1Collision, Event::ToggleP1Bit,
[all …]
H A DEvent.hxx254 Event(const Event&) = delete;
255 Event(Event&&) = delete;
263 Event::LeftJoystickUp, Event::LeftJoystickDown, Event::LeftJoystickLeft, Event::LeftJoystickRight,
274Event::RightJoystickUp, Event::RightJoystickDown, Event::RightJoystickLeft, Event::RightJoystickRi…
285Event::LeftPaddleADecrease, Event::LeftPaddleAIncrease, Event::LeftPaddleAAnalog, Event::LeftPaddl…
307 Event::LeftKeyboard1, Event::LeftKeyboard2, Event::LeftKeyboard3,
308 Event::LeftKeyboard4, Event::LeftKeyboard5, Event::LeftKeyboard6,
309 Event::LeftKeyboard7, Event::LeftKeyboard8, Event::LeftKeyboard9,
315 Event::RightKeyboard1, Event::RightKeyboard2, Event::RightKeyboard3,
316 Event::RightKeyboard4, Event::RightKeyboard5, Event::RightKeyboard6,
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/renderer/api/automation/
H A Dautomation_api_util.cc35 case ax::mojom::Event::kLoadStart: in ShouldIgnoreAXEvent()
43 case ax::mojom::Event::kNone: in ShouldIgnoreAXEvent()
44 case ax::mojom::Event::kAlert: in ShouldIgnoreAXEvent()
46 case ax::mojom::Event::kBlur: in ShouldIgnoreAXEvent()
47 case ax::mojom::Event::kClicked: in ShouldIgnoreAXEvent()
49 case ax::mojom::Event::kEndOfTest: in ShouldIgnoreAXEvent()
50 case ax::mojom::Event::kFocus: in ShouldIgnoreAXEvent()
53 case ax::mojom::Event::kHide: in ShouldIgnoreAXEvent()
55 case ax::mojom::Event::kHover: in ShouldIgnoreAXEvent()
63 case ax::mojom::Event::kMenuEnd: in ShouldIgnoreAXEvent()
[all …]
/dports/devel/git-delta/delta-0.9.2/cargo-crates/plist-1.0.1/src/
H A Dserde_tests.rs10 events: Vec<Event>,
81 fn new_deserializer(events: Vec<Event>) -> Deserializer<Vec<Result<Event, Error>>> { in new_deserializer() argument
140 Event::EndCollection, in cow()
172 Event::EndCollection, in dog()
175 Event::EndCollection, in dog()
176 Event::EndCollection, in dog()
177 Event::EndCollection, in dog()
178 Event::EndCollection, in dog()
202 Event::Real(1.0), in frog()
203 Event::Real(2.0), in frog()
[all …]
/dports/www/proxygen/proxygen-2021.12.27.00/proxygen/lib/http/session/test/
H A DHTTPTransactionSMTest.cpp21 void follow(HTTPTransactionEgressSM::Event e) { in follow()
25 void fail(HTTPTransactionEgressSM::Event e) { in fail()
39 void follow(HTTPTransactionIngressSM::Event e) { in follow()
43 void fail(HTTPTransactionIngressSM::Event e) { in fail()
56 follow(HTTPTransactionEgressSM::Event::sendBody); in TEST_F()
57 fail(HTTPTransactionEgressSM::Event::sendEOM); in TEST_F()
61 fail(HTTPTransactionEgressSM::Event::sendBody); in TEST_F()
68 follow(HTTPTransactionEgressSM::Event::sendEOM); in TEST_F()
69 fail(HTTPTransactionEgressSM::Event::sendEOM); in TEST_F()
178 fail(HTTPTransactionIngressSM::Event::onEOM); in TEST_F()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/plist/src/
H A Dserde_tests.rs10 events: Vec<Event>,
81 fn new_deserializer(events: Vec<Event>) -> Deserializer<Vec<Result<Event, Error>>> { in new_deserializer() argument
140 Event::EndCollection, in cow()
172 Event::EndCollection, in dog()
175 Event::EndCollection, in dog()
176 Event::EndCollection, in dog()
177 Event::EndCollection, in dog()
178 Event::EndCollection, in dog()
202 Event::Real(1.0), in frog()
203 Event::Real(2.0), in frog()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/plist/src/
H A Dserde_tests.rs10 events: Vec<Event>,
81 fn new_deserializer(events: Vec<Event>) -> Deserializer<Vec<Result<Event, Error>>> { in new_deserializer() argument
140 Event::EndCollection, in cow()
172 Event::EndCollection, in dog()
175 Event::EndCollection, in dog()
176 Event::EndCollection, in dog()
177 Event::EndCollection, in dog()
178 Event::EndCollection, in dog()
202 Event::Real(1.0), in frog()
203 Event::Real(2.0), in frog()
[all …]
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/plist-0.5.1/src/
H A Dserde_tests.rs10 events: Vec<Event>,
81 fn new_deserializer(events: Vec<Event>) -> Deserializer<Vec<Result<Event, Error>>> { in new_deserializer() argument
140 Event::EndCollection, in cow()
172 Event::EndCollection, in dog()
175 Event::EndCollection, in dog()
176 Event::EndCollection, in dog()
177 Event::EndCollection, in dog()
178 Event::EndCollection, in dog()
202 Event::Real(1.0), in frog()
203 Event::Real(2.0), in frog()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/plist/src/
H A Dserde_tests.rs10 events: Vec<Event>,
81 fn new_deserializer(events: Vec<Event>) -> Deserializer<Vec<Result<Event, Error>>> { in new_deserializer() argument
140 Event::EndCollection, in cow()
172 Event::EndCollection, in dog()
175 Event::EndCollection, in dog()
176 Event::EndCollection, in dog()
177 Event::EndCollection, in dog()
178 Event::EndCollection, in dog()
202 Event::Real(1.0), in frog()
203 Event::Real(2.0), in frog()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/plist/src/
H A Dserde_tests.rs10 events: Vec<Event>,
81 fn new_deserializer(events: Vec<Event>) -> Deserializer<Vec<Result<Event, Error>>> { in new_deserializer() argument
140 Event::EndCollection, in cow()
172 Event::EndCollection, in dog()
175 Event::EndCollection, in dog()
176 Event::EndCollection, in dog()
177 Event::EndCollection, in dog()
178 Event::EndCollection, in dog()
202 Event::Real(1.0), in frog()
203 Event::Real(2.0), in frog()
[all …]
/dports/textproc/bat/bat-0.18.3/cargo-crates/plist-1.1.0/src/
H A Dserde_tests.rs13 events: Vec<Event>,
84 fn new_deserializer(events: Vec<Event>) -> Deserializer<Vec<Result<Event, Error>>> { in new_deserializer() argument
170 Event::EndCollection, in dog()
173 Event::EndCollection, in dog()
174 Event::EndCollection, in dog()
175 Event::EndCollection, in dog()
176 Event::EndCollection, in dog()
196 Event::EndCollection, in frog()
200 Event::Real(1.0), in frog()
201 Event::Real(2.0), in frog()
[all …]
/dports/misc/broot/broot-1.7.0/cargo-crates/plist-1.2.0/src/
H A Dserde_tests.rs170 Event::EndCollection, in dog()
173 Event::EndCollection, in dog()
174 Event::EndCollection, in dog()
175 Event::EndCollection, in dog()
176 Event::EndCollection, in dog()
196 Event::EndCollection, in frog()
200 Event::Real(1.0), in frog()
201 Event::Real(2.0), in frog()
202 Event::Real(3.14159), in frog()
204 Event::Real(1.27e31), in frog()
[all …]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/plist-1.2.1/src/
H A Dserde_tests.rs170 Event::EndCollection, in dog()
173 Event::EndCollection, in dog()
174 Event::EndCollection, in dog()
175 Event::EndCollection, in dog()
176 Event::EndCollection, in dog()
196 Event::EndCollection, in frog()
200 Event::Real(1.0), in frog()
201 Event::Real(2.0), in frog()
202 Event::Real(3.14159), in frog()
204 Event::Real(1.27e31), in frog()
[all …]
/dports/www/xh/xh-0.14.1/cargo-crates/plist-1.2.1/src/
H A Dserde_tests.rs170 Event::EndCollection, in dog()
173 Event::EndCollection, in dog()
174 Event::EndCollection, in dog()
175 Event::EndCollection, in dog()
176 Event::EndCollection, in dog()
196 Event::EndCollection, in frog()
200 Event::Real(1.0), in frog()
201 Event::Real(2.0), in frog()
202 Event::Real(3.14159), in frog()
204 Event::Real(1.27e31), in frog()
[all …]
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/plist-1.2.1/src/
H A Dserde_tests.rs170 Event::EndCollection, in dog()
173 Event::EndCollection, in dog()
174 Event::EndCollection, in dog()
175 Event::EndCollection, in dog()
176 Event::EndCollection, in dog()
196 Event::EndCollection, in frog()
200 Event::Real(1.0), in frog()
201 Event::Real(2.0), in frog()
202 Event::Real(3.14159), in frog()
204 Event::Real(1.27e31), in frog()
[all …]
/dports/www/zola/zola-0.15.2/cargo-crates/plist-1.3.1/src/
H A Dserde_tests.rs170 Event::EndCollection, in dog()
173 Event::EndCollection, in dog()
174 Event::EndCollection, in dog()
175 Event::EndCollection, in dog()
176 Event::EndCollection, in dog()
196 Event::EndCollection, in frog()
200 Event::Real(1.0), in frog()
201 Event::Real(2.0), in frog()
202 Event::Real(3.14159), in frog()
204 Event::Real(1.27e31), in frog()
[all …]
/dports/x11-toolkits/gtkada/gtkada-2.24.4.0/src/
H A Dgdk-event.adb38 package body Gdk.Event is
476 return Internal (Event);
494 return Internal (Event);
756 Event := Internal (Window);
791 Event := Internal;
803 Event := Internal;
834 (Event : Gdk_Event;
849 (Event : out Gdk_Event;
871 Internal (Event);
872 Event := null;
[all …]
/dports/games/libretro-stella2014/stella2014-libretro-64f9364/stella/src/emucore/
H A DPaddles.cxx53 myP0AxisValue = Event::SALeftAxis0Value; in Paddles()
54 myP1AxisValue = Event::SALeftAxis1Value; in Paddles()
55 myP0FireEvent1 = Event::PaddleZeroFire; in Paddles()
56 myP0FireEvent2 = Event::JoystickZeroFire; in Paddles()
57 myP1FireEvent1 = Event::PaddleOneFire; in Paddles()
72 myP1IncEvent2 = Event::JoystickZeroUp; in Paddles()
81 myP1DecEvent2 = Event::JoystickZeroUp; in Paddles()
91 myP0FireEvent1 = Event::PaddleOneFire; in Paddles()
93 myP1FireEvent1 = Event::PaddleZeroFire; in Paddles()
130 myP0FireEvent1 = Event::PaddleTwoFire; in Paddles()
[all …]
/dports/textproc/libkolabxml/libkolabxml-1.1.6/src/containers/
H A Dkolabevent.cpp23 Event::Event() in Event() function in Kolab::Event
24 : d(new Event::Private()) in Event()
29 Event::Event(const Event &other) in Event() function in Kolab::Event
30 : d(new Event::Private()) in Event()
36 Event::~Event() in ~Event()
41 void Event::operator=(const Kolab::Event &other) in operator =()
46 bool Event::isValid() const in isValid()
86 int Event::sequence() const in sequence()
198 int Event::priority() const in priority()
323 void Event::setExceptions(const std::vector< Event > &exceptions) in setExceptions()
[all …]
/dports/net-mgmt/observium/observium/mibs/intel/
H A DINTEL-COMMON-BMC-MIB59 -- Event Sensor Type, Event Type, Event Offset (010107h == 65799)
66 -- Event Sensor Type, Event Type, Event Offset (010109h == 65801)
78 -- Event Sensor Type, Event Type, Event Offset (020100h == 131328)
86 -- Event Sensor Type, Event Type, Event Offset (020102h == 131330)
93 -- Event Sensor Type, Event Type, Event Offset (020107h == 131335)
100 -- Event Sensor Type, Event Type, Event Offset (020109h == 131337)
112 -- Event Sensor Type, Event Type, Event Offset (040100h == 262400)
119 -- Event Sensor Type, Event Type, Event Offset (040102h == 262402)
151 -- Event Sensor Type, Event Type, Event Offset (086F00h == 552704)
158 -- Event Sensor Type, Event Type, Event Offset (086F01h == 552705)
[all …]
/dports/devel/hs-threadscope/threadscope-0.2.14/Events/
H A DTestEvents.hs16 eventLog :: [Event] -> EventLog
131 test :: String -> [Event]
136 Event 0 (Startup 1) (Just 0)
144 Event 0 (Startup 1) (Just 0)
151 Event 0 (Startup 1) (Just 0),
158 Event 0 (Startup 1) (Just 0),
169 Event 0 (Startup 3) (Just 0),
190 Event 0 (Startup 1) (Just 0),
199 Event 0 (Startup 1) (Just 0),
210 Event 0 (Startup 1) (Just 0),
[all …]

12345678910>>...422