Home
last modified time | relevance | path

Searched refs:DelEvent (Results 1 – 9 of 9) sorted by relevance

/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/extras/simpleperf/
H A DIOEventLoop.h76 static bool DelEvent(IOEventRef ref);
H A DIOEventLoop.cpp218 bool IOEventLoop::DelEvent(IOEventRef ref) { in DelEvent() function in IOEventLoop
H A DIOEventLoop_test.cpp166 return IOEventLoop::DelEvent(ref); in TEST()
H A Devent_fd.cpp331 bool EventFd::StopPolling() { return IOEventLoop::DelEvent(ioevent_ref_); } in StopPolling()
/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/libpgmodeler/src/
H A Dtrigger.cpp43 attributes[Attributes::DelEvent]=""; in Trigger()
349 attribs[4]={Attributes::InsEvent, Attributes::DelEvent, in setBasicAttributes()
H A Ddatabasemodel.cpp5636 (attribs[Attributes::DelEvent]==Attributes::True)); in createTrigger()
/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/libparsers/src/
H A Dattributes.cpp156 DelEvent("del-event"), variable
H A Dattributes.h172 DelEvent,
/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/libpgmodeler_ui/src/
H A Ddatabaseexplorerwidget.cpp98 {Attributes::InsEvent, QT_TR_NOOP("On insert")}, {Attributes::DelEvent, QT_TR_NOOP("On delete")},
724 Attributes::DelEvent, in formatTriggerAttribs()