Home
last modified time | relevance | path

Searched defs:isControlled (Results 1 – 5 of 5) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/pessimistic/ui/
H A DPessimisticProviderAction.java132 protected boolean isControlled(IResource resource) { in isControlled() method in PessimisticProviderAction
/dports/biology/bamutil/bamUtil-1.0.15/libStatGen/general/
H A DPedigreePerson.h107 bool isControlled(int c) in isControlled() function
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/pessimistic/
H A DPessimisticFilesystemProvider.java523 public boolean isControlled(IResource resource) { in isControlled() method in PessimisticFilesystemProvider
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Simulation/Model/
H A DModel.cpp1913 bool Model::isControlled() const in isControlled() function in Model
1915 bool isControlled = getActuators().getSize() > 0; in isControlled() local
/dports/math/libqalculate/libqalculate-3.17.0/libqalculate/
H A DCalculator-calculate.cc2596 bool Calculator::isControlled() const { function in Calculator