Home
last modified time | relevance | path

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

/dports/audio/cantata/cantata-2.4.2/3rdparty/solid-lite/
H A Dpredicate.cpp96 d->type = InterfaceCheck; in Predicate()
108 d->type = InterfaceCheck; in Predicate()
115 if (d->type!=PropertyCheck && d->type!=InterfaceCheck) { in ~Predicate()
128 if (d->type!=PropertyCheck && d->type!=InterfaceCheck) in operator =()
235 case InterfaceCheck: in matches()
256 case InterfaceCheck: in usedTypes()
271 if (d->type!=PropertyCheck && d->type!=InterfaceCheck) in toString()
284 if (d->type==InterfaceCheck) { in toString()
H A Dpredicate.h64 enum Type { PropertyCheck, Conjunction, Disjunction, InterfaceCheck }; enumerator
/dports/devel/kf5-solid/solid-5.89.0/src/solid/devices/frontend/
H A Dpredicate.cpp79 d->type = InterfaceCheck; in Predicate()
90 d->type = InterfaceCheck; in Predicate()
97 if (d->type != PropertyCheck && d->type != InterfaceCheck) { in ~Predicate()
110 if (d->type != PropertyCheck && d->type != InterfaceCheck) { in operator =()
211 case InterfaceCheck: in matches()
230 case InterfaceCheck: in usedTypes()
245 if (d->type != PropertyCheck && d->type != InterfaceCheck) { in toString()
259 if (d->type == InterfaceCheck) { in toString()
H A Dpredicate.h83 enum Type { PropertyCheck, Conjunction, Disjunction, InterfaceCheck }; enumerator
/dports/x11/plasma5-plasma-desktop/plasma-desktop-5.23.5/kcms/solid_actions/
H A DPredicateItem.cpp79 case Solid::Predicate::InterfaceCheck: in predicate()
117 case Solid::Predicate::InterfaceCheck: in prettyName()
151 Solid::Predicate::Type iType = Solid::Predicate::InterfaceCheck; in setTypeByInt()
162 case Solid::Predicate::InterfaceCheck: in setTypeByInt()
163 iType = Solid::Predicate::InterfaceCheck; in setTypeByInt()
H A DActionEditor.cpp131 case Solid::Predicate::InterfaceCheck: in manageControlStatus()
/dports/devel/swig/swig-4.0.2/Examples/test-suite/ruby/
H A Druby_minherit_shared_ptr_runme.rb23 if Ruby_minherit_shared_ptr.InterfaceCheck(md) != 22 then
/dports/devel/swig/swig-4.0.2/Examples/test-suite/
H A Druby_minherit_shared_ptr.i33 int InterfaceCheck(const Interface1& i) { in InterfaceCheck() function
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dsolid.py856 InterfaceCheck = 0 variable in Solid.Predicate