Searched refs:NodeVector (Results 1 - 14 of 14) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DNodeSequence.java29 import org.apache.xml.utils.NodeVector;
65 protected NodeVector getVector() {
66 NodeVector nv = (m_cache != null) ? m_cache.getVector() : null;
83 protected void SetVector(NodeVector v)
95 final NodeVector nv = getVector();
119 NodeVector nv = getVector();
150 * The DTMManager to use if we're using a NodeVector only.
151 * We may well want to do away with this, and store it in the NodeVector.
180 if (nodeVector instanceof NodeVector) {
181 SetVector((NodeVector) nodeVecto
[all...]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h257 typedef std::vector<ExplodedNode *> NodeVector; typedef in class:clang::ento::ExplodedGraph
263 NodeVector Roots;
267 NodeVector EndNodes;
280 NodeVector ChangedNodes;
283 NodeVector FreeNodes;
330 typedef NodeVector::iterator roots_iterator;
331 typedef NodeVector::const_iterator const_roots_iterator;
332 typedef NodeVector::iterator eop_iterator;
333 typedef NodeVector::const_iterator const_eop_iterator;
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DNodeVector.java19 * $Id: NodeVector.java 468655 2006-10-28 07:12:06Z minchau $
31 public class NodeVector implements Serializable, Cloneable class in inherits:Serializable,Cloneable
48 * Number of nodes in this NodeVector.
62 public NodeVector() method in class:NodeVector
69 * Construct a NodeVector, using the given block size.
73 public NodeVector(int blocksize) method in class:NodeVector
89 NodeVector clone = (NodeVector) super.clone();
104 * @return Number of nodes in this NodeVector
394 * @param nodes NodeVector t
[all...]
/external/webkit/Source/WebCore/dom/
H A DContainerNode.cpp53 typedef Vector<RefPtr<Node>, 1> NodeVector; typedef in namespace:WebCore
59 static inline void collectNodes(Node* node, NodeVector& nodes)
65 static void collectTargetNodes(Node* node, NodeVector& nodes)
81 NodeVector children;
126 NodeVector targets;
137 for (NodeVector::const_iterator it = targets.begin(); it != targets.end(); ++it) {
220 NodeVector targets;
230 for (NodeVector::const_iterator it = targets.begin(); it != targets.end(); ++it) {
390 NodeVector children;
393 for (NodeVector
[all...]
H A DRange.cpp54 typedef Vector<RefPtr<Node> > NodeVector; typedef in namespace:WebCore
749 NodeVector nodes;
882 NodeVector nodes;
887 for (NodeVector::const_iterator it = nodes.begin(); it != nodes.end(); it++) {
/external/apache-xml/src/main/java/org/apache/xpath/
H A DNodeSetDTM.java28 import org.apache.xml.utils.NodeVector;
37 * <p>The NodeSetDTM class can act as either a NodeVector,
39 * act as a NodeVector or NodeList, it's required that
60 public class NodeSetDTM extends NodeVector
929 public void appendNodes(NodeVector nodes)
H A DXPathContext.java44 import org.apache.xml.utils.NodeVector;
724 // private NodeVector m_currentNodes = new NodeVector();
853 private NodeVector m_iteratorRoots = new NodeVector();
856 private NodeVector m_predicateRoots = new NodeVector();
/external/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp155 for (NodeVector::iterator it = ChangedNodes.begin(), et = ChangedNodes.end();
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemNumber.java37 import org.apache.xml.utils.NodeVector;
819 NodeVector ancestors =
977 NodeVector getMatchingAncestors(
/external/webkit/Source/WebCore/editing/
H A DReplaceSelectionCommand.cpp58 typedef Vector<RefPtr<Node> > NodeVector; typedef in namespace:WebCore
688 NodeVector childNodes;
692 for (NodeVector::const_iterator it = childNodes.begin(); it != childNodes.end(); it++) {
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMDefaultBaseIterators.java1589 org.apache.xml.utils.NodeVector m_ancestors =
1590 new org.apache.xml.utils.NodeVector();
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DTransformerImpl.java79 import org.apache.xml.utils.NodeVector;
214 NodeVector m_currentMatchedNodes = new NodeVector();
/external/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp121 typedef std::vector<PBQP::Graph::NodeItr> NodeVector; typedef in class:__anon9301::RegAllocPBQP
/external/clang/lib/Analysis/
H A DThreadSafety.cpp181 typedef SmallVector<SExprNode, 4> NodeVector; typedef in class:__anon3546::SExpr
186 NodeVector NodeVec;

Completed in 375 milliseconds