Home
last modified time | relevance | path

Searched refs:CheckEvent (Results 1 – 25 of 553) sorted by relevance

12345678910>>...23

/dports/games/openlierox/OpenLieroX/include/DeprecatedGUI/
H A DCBox.h68 int MouseOver(mouse_t *tMouse) { return CheckEvent(); } in MouseOver()
69 int MouseUp(mouse_t *tMouse, int nDown) { return CheckEvent(); } in MouseUp()
70 int MouseDown(mouse_t *tMouse, int nDown) { return CheckEvent(); } in MouseDown()
71 int MouseWheelDown(mouse_t *tMouse) { return CheckEvent(); } in MouseWheelDown()
72 int MouseWheelUp(mouse_t *tMouse) { return CheckEvent(); } in MouseWheelUp()
80 int CheckEvent();
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/test/
H A DitkEventObjectTest.cxx39 if( !event.CheckEvent( &derivedEvent ) ) in itkEventObjectTest()
47 if( !event.CheckEvent( &event2 ) ) in itkEventObjectTest()
56 if( event.CheckEvent( &otherEvent ) ) in itkEventObjectTest()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/include/
H A DitkTreeChangeEvent.h56 …bool CheckEvent(const::itk::EventObject *e) const override { return (dynamic_cast< const Self * >(… in CheckEvent() function
94 bool CheckEvent(const::itk::EventObject *e) const override in CheckEvent() function
132 …bool CheckEvent(const::itk::EventObject *e) const override { return (dynamic_cast< const Self * >(… in CheckEvent() function
167 …bool CheckEvent(const::itk::EventObject *e) const override { return (dynamic_cast< const Self * >(… in CheckEvent() function
197 …bool CheckEvent(const::itk::EventObject *e) const override { return (dynamic_cast< const Self * >(… in CheckEvent() function
H A DitkEventObject.h82 virtual bool CheckEvent(const EventObject *) const = 0;
124 virtual bool CheckEvent(const::itk::EventObject * e) const; \
135 bool classname::CheckEvent(const::itk::EventObject * e) const \
158 virtual bool CheckEvent(const::itk::EventObject * e) const \
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/init/
H A Daction.h69 bool CheckEvent(const EventTrigger& event_trigger) const;
70 bool CheckEvent(const PropertyChange& property_change) const;
71 bool CheckEvent(const BuiltinAction& builtin_action) const;
H A Daction.cpp208 bool Action::CheckEvent(const EventTrigger& event_trigger) const { in CheckEvent() function in android::init::Action
212 bool Action::CheckEvent(const PropertyChange& property_change) const { in CheckEvent() function in android::init::Action
217 bool Action::CheckEvent(const BuiltinAction& builtin_action) const { in CheckEvent() function in android::init::Action
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/init/
H A Daction.h69 bool CheckEvent(const EventTrigger& event_trigger) const;
70 bool CheckEvent(const PropertyChange& property_change) const;
71 bool CheckEvent(const BuiltinAction& builtin_action) const;
H A Daction.cpp179 bool Action::CheckEvent(const EventTrigger& event_trigger) const { in CheckEvent() function in android::init::Action
183 bool Action::CheckEvent(const PropertyChange& property_change) const { in CheckEvent() function in android::init::Action
188 bool Action::CheckEvent(const BuiltinAction& builtin_action) const { in CheckEvent() function in android::init::Action
/dports/dns/flamethrower/flamethrower-0.11.0/3rd/uvw/uvw/
H A Dcheck.hpp19 struct CheckEvent {}; struct
33 check.publish(CheckEvent{}); in startCallback()
/dports/net/astron/Astron-c8ba982/src/deps/uvw/uvw/
H A Dcheck.hpp19 struct CheckEvent {}; struct
33 check.publish(CheckEvent{}); in startCallback()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/GDCM/src/gdcm/Source/Common/
H A DgdcmEvent.h47 virtual bool CheckEvent(const Event*) const = 0;
70 virtual bool CheckEvent(const ::gdcm::Event* e) const \
H A DgdcmSubject.cxx134 if(e->CheckEvent(&event)) in InvokeEvent()
150 if(e->CheckEvent(&event)) in InvokeEvent()
181 if(e->CheckEvent(&event)) in HasObserver()
H A DgdcmProgressEvent.h41 bool CheckEvent(const ::gdcm::Event* e) const override in CheckEvent() function
/dports/devel/gdcm/gdcm-3.0.10/Source/Common/
H A DgdcmEvent.h47 virtual bool CheckEvent(const Event*) const = 0;
70 virtual bool CheckEvent(const ::gdcm::Event* e) const override \
H A DgdcmSubject.cxx134 if(e->CheckEvent(&event)) in InvokeEvent()
150 if(e->CheckEvent(&event)) in InvokeEvent()
181 if(e->CheckEvent(&event)) in HasObserver()
H A DgdcmProgressEvent.h41 bool CheckEvent(const ::gdcm::Event* e) const override in CheckEvent() function
/dports/mail/thunderbird/thunderbird-91.8.0/widget/tests/gtest/
H A DTestTouchResampler.cpp47 void CheckEvent(const MultiTouchInput& aEvent, in CheckEvent() function in TouchResamplerTest
84 CheckEvent(outgoingEvent.mEvent, expectedEvent.mType, in CheckOutgoingEvents()
409 CheckEvent(outgoingStart0.mEvent, MultiTouchInput::MULTITOUCH_START, {}, in TEST_F()
416 CheckEvent(outgoingMove1.mEvent, MultiTouchInput::MULTITOUCH_MOVE, in TEST_F()
423 CheckEvent(outgoingMove2.mEvent, MultiTouchInput::MULTITOUCH_MOVE, in TEST_F()
485 CheckEvent(outgoingEnd6.mEvent, MultiTouchInput::MULTITOUCH_END, {}, in TEST_F()
493 CheckEvent(outgoingMove7.mEvent, MultiTouchInput::MULTITOUCH_MOVE, {}, in TEST_F()
500 CheckEvent(outgoingEnd8.mEvent, MultiTouchInput::MULTITOUCH_END, {}, in TEST_F()
/dports/www/firefox/firefox-99.0/widget/tests/gtest/
H A DTestTouchResampler.cpp47 void CheckEvent(const MultiTouchInput& aEvent, in CheckEvent() function in TouchResamplerTest
84 CheckEvent(outgoingEvent.mEvent, expectedEvent.mType, in CheckOutgoingEvents()
409 CheckEvent(outgoingStart0.mEvent, MultiTouchInput::MULTITOUCH_START, {}, in TEST_F()
416 CheckEvent(outgoingMove1.mEvent, MultiTouchInput::MULTITOUCH_MOVE, in TEST_F()
423 CheckEvent(outgoingMove2.mEvent, MultiTouchInput::MULTITOUCH_MOVE, in TEST_F()
485 CheckEvent(outgoingEnd6.mEvent, MultiTouchInput::MULTITOUCH_END, {}, in TEST_F()
493 CheckEvent(outgoingMove7.mEvent, MultiTouchInput::MULTITOUCH_MOVE, {}, in TEST_F()
500 CheckEvent(outgoingEnd8.mEvent, MultiTouchInput::MULTITOUCH_END, {}, in TEST_F()
/dports/www/firefox-esr/firefox-91.8.0/widget/tests/gtest/
H A DTestTouchResampler.cpp47 void CheckEvent(const MultiTouchInput& aEvent, in CheckEvent() function in TouchResamplerTest
84 CheckEvent(outgoingEvent.mEvent, expectedEvent.mType, in CheckOutgoingEvents()
409 CheckEvent(outgoingStart0.mEvent, MultiTouchInput::MULTITOUCH_START, {}, in TEST_F()
416 CheckEvent(outgoingMove1.mEvent, MultiTouchInput::MULTITOUCH_MOVE, in TEST_F()
423 CheckEvent(outgoingMove2.mEvent, MultiTouchInput::MULTITOUCH_MOVE, in TEST_F()
485 CheckEvent(outgoingEnd6.mEvent, MultiTouchInput::MULTITOUCH_END, {}, in TEST_F()
493 CheckEvent(outgoingMove7.mEvent, MultiTouchInput::MULTITOUCH_MOVE, {}, in TEST_F()
500 CheckEvent(outgoingEnd8.mEvent, MultiTouchInput::MULTITOUCH_END, {}, in TEST_F()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/flycheck/src/
H A Dlib.rs130 CheckEvent(Option<CargoMessage>), enumerator
149 recv(check_chan.unwrap_or(&never())) -> msg => Some(Event::CheckEvent(msg.ok())), in next_event()
165 Event::CheckEvent(None) => { in run()
178 Event::CheckEvent(Some(message)) => match message { in run()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/flycheck/src/
H A Dlib.rs130 CheckEvent(Option<CargoMessage>), enumerator
149 recv(check_chan.unwrap_or(&never())) -> msg => Some(Event::CheckEvent(msg.ok())), in next_event()
165 Event::CheckEvent(None) => { in run()
178 Event::CheckEvent(Some(message)) => match message { in run()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Numerics/Optimizers/test/
H A DitkLBFGSBOptimizerTest.cxx134 if( itk::StartEvent().CheckEvent( &event )) in Execute()
139 if( itk::IterationEvent().CheckEvent( &event )) in Execute()
144 if( itk::EndEvent().CheckEvent( &event )) in Execute()
H A DitkConjugateGradientOptimizerTest.cxx137 if( m_FunctionEvent.CheckEvent( &event ) ) in Execute()
143 else if( m_GradientEvent.CheckEvent( &event ) ) in Execute()
/dports/games/astromenace/astromenace-1.4.1/src/assets/
H A Dloading.cpp56 auto CheckEvent = [] () { in DrawViewizardLogo() local
87 if (CheckEvent()) in DrawViewizardLogo()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/GDCM/src/gdcm/Source/DataStructureAndEncodingDefinition/
H A DgdcmDataSetEvent.h39 bool CheckEvent(const ::gdcm::Event* e) const override in CheckEvent() function

12345678910>>...23