Home
last modified time | relevance | path

Searched refs:addGuard (Results 1 – 25 of 31) sorted by relevance

12

/dports/www/tikiwiki/tiki-21.2/lib/test/core/Transition/
H A DAtLeastTest.php19 $transition->addGuard('atLeast', 2, ['C', 'D', 'E', 'F', 'G']);
28 $transition->addGuard('atLeast', 3, ['C', 'D', 'E', 'F', 'G']);
37 $transition->addGuard('atLeast', 4, ['C', 'D', 'E', 'F', 'G']);
49 $transition->addGuard('atLeast', 4, ['C', 'D', 'E']);
H A DBasicTest.php72 $transition->addGuard('foobar', 5, ['D', 'E', 'F']);
84 $transition->addGuard('exactly', 2, ['C', 'D', 'E', 'F']);
93 $transition->addGuard('exactly', 4, ['C', 'D', 'E', 'F', 'G']);
105 $transition->addGuard('exactly', 4, ['C', 'D', 'E']);
H A DAtMostTest.php19 $transition->addGuard('atMost', 2, ['C', 'D', 'E', 'F', 'G']);
31 $transition->addGuard('atMost', 3, ['C', 'D', 'E', 'F', 'G']);
40 $transition->addGuard('atMost', 4, ['C', 'D', 'E', 'F', 'G']);
/dports/converters/wkhtmltopdf/qt-5db36ec/src/declarative/qml/
H A Dqdeclarativeguard_p.h74 inline void addGuard();
119 if (o) addGuard(); in QDeclarativeGuardImpl()
125 if (o) addGuard(); in QDeclarativeGuardImpl()
134 void QDeclarativeGuardImpl::addGuard() in addGuard() function
206 if (o) addGuard(); in setObject()
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/qml/
H A Dqqmlguard_p.h72 inline void addGuard();
150 if (o) addGuard(); in QQmlGuardImpl()
156 if (o) addGuard(); in QQmlGuardImpl()
165 void QQmlGuardImpl::addGuard() in addGuard() function
237 if (o) addGuard(); in setObject()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/qml/
H A Dqqmlguard_p.h72 inline void addGuard();
150 if (o) addGuard(); in QQmlGuardImpl()
156 if (o) addGuard(); in QQmlGuardImpl()
165 void QQmlGuardImpl::addGuard() in addGuard() function
237 if (o) addGuard(); in setObject()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes/src/org/graalvm/compiler/nodes/extended/
H A DMultiGuardNode.java89 public void addGuard(GuardingNode g) { in addGuard() method in MultiGuardNode
104 public static GuardingNode addGuard(GuardingNode first, GuardingNode second) { in addGuard() method in MultiGuardNode
107 multi.addGuard(second); in addGuard()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes/src/org/graalvm/compiler/nodes/extended/
H A DMultiGuardNode.java89 public void addGuard(GuardingNode g) { in addGuard() method in MultiGuardNode
104 public static GuardingNode addGuard(GuardingNode first, GuardingNode second) { in addGuard() method in MultiGuardNode
107 multi.addGuard(second); in addGuard()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes/src/org/graalvm/compiler/nodes/extended/
H A DMultiGuardNode.java105 public void addGuard(GuardingNode g) { in addGuard() method in MultiGuardNode
120 public static GuardingNode addGuard(GuardingNode first, GuardingNode second) { in addGuard() method in MultiGuardNode
123 multi.addGuard(second); in addGuard()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes/src/org/graalvm/compiler/nodes/extended/
H A DMultiGuardNode.java105 public void addGuard(GuardingNode g) { in addGuard() method in MultiGuardNode
120 public static GuardingNode addGuard(GuardingNode first, GuardingNode second) { in addGuard() method in MultiGuardNode
123 multi.addGuard(second); in addGuard()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes/src/org/graalvm/compiler/nodes/extended/
H A DMultiGuardNode.java105 public void addGuard(GuardingNode g) { in addGuard() method in MultiGuardNode
120 public static GuardingNode addGuard(GuardingNode first, GuardingNode second) { in addGuard() method in MultiGuardNode
123 multi.addGuard(second); in addGuard()
/dports/misc/ompl/ompl-1.5.2/src/ompl/geometric/planners/prm/src/
H A DSPARStwo.cpp325 startM_.push_back(addGuard(si_->cloneState(st), START)); in solve()
340 goalM_.push_back(addGuard(si_->cloneState(st), GOAL)); in solve()
392 goalM_.push_back(addGuard(si_->cloneState(st), GOAL)); in checkForSolution()
408 addGuard(si_->cloneState(qNew), COVERAGE); in checkAddCoverage()
431 Vertex g = addGuard(si_->cloneState(qNew), CONNECTIVITY); in checkAddConnectivity()
466 Vertex v = addGuard(si_->cloneState(qNew), INTERFACE); in checkAddInterface()
547 vnew = addGuard(st, QUALITY); in checkAddPath()
654 addGuard(si_->cloneState(workArea), COVERAGE); in findCloseRepresentatives()
777 ompl::geometric::SPARStwo::Vertex ompl::geometric::SPARStwo::addGuard(base::State *state, GuardType… in addGuard() function in ompl::geometric::SPARStwo
H A DSPARS.cpp238 goalM_.push_back(addGuard(si_->cloneState(st), GOAL)); in checkForSolution()
335 startM_.push_back(addGuard(si_->cloneState(st), START)); in solve()
353 goalM_.push_back(addGuard(si_->cloneState(st), GOAL)); in solve()
514 ompl::geometric::SPARS::SparseVertex ompl::geometric::SPARS::addGuard(base::State *state, GuardType… in addGuard() function in ompl::geometric::SPARS
557 addGuard(si_->cloneState(lastState), COVERAGE); in checkAddCoverage()
581 SparseVertex g = addGuard(si_->cloneState(lastState), CONNECTIVITY); in checkAddConnectivity()
617 SparseVertex v = addGuard(si_->cloneState(stateProperty_[q]), INTERFACE); in checkAddInterface()
815 SparseVertex ng = addGuard(si_->cloneState(geomPath_.getState(i)), QUALITY); in addPathToSpanner()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/corelib/kernel/
H A Dqpointer.h60 { QMetaObject::addGuard(&o); } in QT_MODULE()
62 { QMetaObject::addGuard(&o); } in QT_MODULE()
H A Dqobjectdefs.h369 static void addGuard(QObject **ptr);
/dports/www/tikiwiki/tiki-21.2/lib/core/Tiki/
H A DTransition.php29 function addGuard($type, $boundary, $set) function in Tiki_Transition
/dports/misc/ompl/ompl-1.5.2/src/ompl/tools/thunder/src/
H A DSPARSdb.cpp1072 Vertex v = addGuard(si_->cloneState(qNew), COVERAGE); in checkAddCoverage()
1109 Vertex newVertex = addGuard(si_->cloneState(qNew), CONNECTIVITY); in checkAddConnectivity()
1159 Vertex v = addGuard(si_->cloneState(qNew), INTERFACE); in checkAddInterface()
1247 vnew = addGuard(st, QUALITY); in checkAddPath()
1473 addGuard(si_->cloneState(workState), COVERAGE); in findCloseRepresentatives()
1601 ompl::geometric::SPARSdb::Vertex ompl::geometric::SPARSdb::addGuard(base::State *state, GuardType t… in addGuard() function in ompl::geometric::SPARSdb
1800 idToVertex.push_back(addGuard(state, type)); in setPlannerData()
/dports/lang/tcl86/tcl8.6.12/pkgs/tdbc1.1.3/tools/
H A DgenStubs.tcl655 forAllStubs $name makeMacro addGuard text
/dports/databases/tdbc/tdbc1.1.3/tools/
H A DgenStubs.tcl655 forAllStubs $name makeMacro addGuard text
/dports/misc/ompl/ompl-1.5.2/src/ompl/geometric/planners/prm/
H A DSPARS.h385 SparseVertex addGuard(base::State *state, GuardType type);
H A DSPARStwo.h416 Vertex addGuard(base::State *state, GuardType type);
/dports/x11-toolkits/tk85/tk8.5.19/generic/ttk/
H A DttkGenStubs.tcl719 forAllStubs $name makeMacro addGuard text
/dports/x11-toolkits/tk86/tk8.6.12/generic/ttk/
H A DttkGenStubs.tcl783 forAllStubs $name makeMacro addGuard text
/dports/misc/ompl/ompl-1.5.2/src/ompl/tools/thunder/
H A DSPARSdb.h656 Vertex addGuard(base::State *state, GuardType type);
/dports/converters/wkhtmltopdf/qt-5db36ec/src/opengl/
H A Dqgl_p.h256 void addGuard(QGLSharedResourceGuard *guard);

12