Home
last modified time | relevance | path

Searched defs:_isLocal (Results 1 – 22 of 22) sorted by relevance

/dports/audio/muse-sequencer/muse-4.0.0/src/muse/components/
H A Daudio_converter_settings.h40 bool _isLocal; variable
/dports/databases/cego/cego-2.47.11/src/
H A DCegoAVLIndexEntry.h67 bool _isLocal; variable
H A DCegoDecodableObject.h59 bool _isLocal; variable
H A DCegoDistCursor.h97 bool _isLocal; variable
/dports/devel/lfcbase/lfcbase-1.16.2/src/
H A DTokenizer.h53 bool _isLocal; variable
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/state/
H A DattributeDeclBody.java57 …Source source, NGCCRuntimeEx runtime, int cookie, Locator _locator, boolean _isLocal, String _defa… in attributeDeclBody()
67 …public attributeDeclBody(NGCCRuntimeEx runtime, Locator _locator, boolean _isLocal, String _defaul… in attributeDeclBody()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/state/
H A DattributeDeclBody.java57 …Source source, NGCCRuntimeEx runtime, int cookie, Locator _locator, boolean _isLocal, String _defa… in attributeDeclBody()
67 …public attributeDeclBody(NGCCRuntimeEx runtime, Locator _locator, boolean _isLocal, String _defaul… in attributeDeclBody()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.HttpListener/src/System/Net/WebSockets/
H A DHttpListenerWebSocketContext.cs19 private readonly bool _isLocal; field in System.Net.WebSockets.HttpListenerWebSocketContext
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DVariableBase.java57 protected boolean _isLocal; // True if the variable is local. field in VariableBase
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DVariableBase.java57 protected boolean _isLocal; // True if the variable is local. field in VariableBase
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DVariableBase.java57 protected boolean _isLocal; // True if the variable is local. field in VariableBase
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DVariableBase.java57 protected boolean _isLocal; // True if the variable is local. field in VariableBase
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DVariableBase.java57 protected boolean _isLocal; // True if the variable is local. field in VariableBase
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DVariableBase.java57 protected boolean _isLocal; // True if the variable is local. field in VariableBase
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DVariableBase.java57 protected boolean _isLocal; // True if the variable is local. field in VariableBase
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DVariableBase.java57 protected boolean _isLocal; // True if the variable is local. field in VariableBase
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DVariableBase.java55 protected boolean _isLocal; // True if the variable is local. field in VariableBase
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DVariableBase.java55 protected boolean _isLocal; // True if the variable is local. field in VariableBase
/dports/security/klee/klee-2.2/lib/Core/
H A DMemory.h91 bool _isLocal, bool _isGlobal, bool _isFixed, in MemoryObject()
/dports/misc/dartsim/dart-6.11.1/dart/dynamics/
H A DPointMass.cpp547 const Eigen::Vector3d& _constImp, bool _isLocal) in setConstraintImpulse()
563 const Eigen::Vector3d& _constImp, bool _isLocal) in addConstraintImpulse()
H A DBodyNode.cpp1262 void BodyNode::addExtTorque(const Eigen::Vector3d& _torque, bool _isLocal) in addExtTorque()
1274 void BodyNode::setExtTorque(const Eigen::Vector3d& _torque, bool _isLocal) in setExtTorque()
/dports/misc/dartsim/dart-6.11.1/python/dartpy/dynamics/
H A DBodyNode.cpp1059 bool _isLocal) { self->addExtTorque(_torque, _isLocal); }, in BodyNode()
1072 bool _isLocal) { self->setExtTorque(_torque, _isLocal); }, in BodyNode()