HomeSort by relevance Sort by last modified time
    Searched refs:NodeVector (Results 1 - 18 of 18) sorted by null

  /external/apache-xml/src/main/java/org/apache/xpath/axes/
NodeSequence.java 29 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.
175 * @param nodeVector
177 public NodeSequence(Object nodeVector)
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 254 typedef std::vector<ExplodedNode *> NodeVector;
260 NodeVector Roots;
264 NodeVector EndNodes;
277 NodeVector ChangedNodes;
280 NodeVector FreeNodes;
329 typedef NodeVector::iterator roots_iterator;
330 typedef NodeVector::const_iterator const_roots_iterator;
331 typedef NodeVector::iterator eop_iterator;
332 typedef NodeVector::const_iterator const_eop_iterator;
  /external/apache-xml/src/main/java/org/apache/xml/utils/
NodeVector.java 19 * $Id: NodeVector.java 468655 2006-10-28 07:12:06Z minchau $
31 public class NodeVector implements Serializable, Cloneable
48 * Number of nodes in this NodeVector.
62 public NodeVector()
69 * Construct a NodeVector, using the given block size.
73 public NodeVector(int blocksize)
89 NodeVector clone = (NodeVector) super.clone();
104 * @return Number of nodes in this NodeVector
394 * @param nodes NodeVector to append to this lis
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
ReplaceNodeWithSpanCommand.cpp 57 NodeVector children;
ApplyStyleCommand.cpp     [all...]
CompositeEditCommand.cpp 406 NodeVector nodesToRemove;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ContainerNode.cpp 65 static void collectChildrenAndRemoveFromOldParent(Node* node, NodeVector& nodes, ExceptionState& es)
89 NodeVector children;
249 NodeVector targets;
263 for (NodeVector::const_iterator it = targets.begin(); it != targets.end(); ++it) {
378 NodeVector targets;
390 for (NodeVector::const_iterator it = targets.begin(); it != targets.end(); ++it) {
431 NodeVector children;
435 for (NodeVector::const_iterator it = children.begin(); it != children.end(); it++) {
578 NodeVector removedChildren;
614 NodeVector targets
    [all...]
ContainerNode.h 257 typedef Vector<RefPtr<Node>, initialNodeVectorSize> NodeVector;
259 inline void getChildNodes(Node* node, NodeVector& nodes)
292 Vector<RefPtr<Node> >& nodeVector = *m_childNodes;
293 if (m_currentIndex >= nodeVector.size())
295 return nodeVector[m_currentIndex++];
Range.cpp 668 typedef Vector<RefPtr<Node> > NodeVector;
761 NodeVector nodes;
873 typedef Vector<RefPtr<Node> > NodeVector;
895 NodeVector nodes;
900 for (NodeVector::const_iterator it = nodes.begin(); it != nodes.end(); it++) {
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/
NodeSetDTM.java 28 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)
    [all...]
XPathContext.java 44 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();
    [all...]
  /external/chromium_org/cc/resources/
pixel_buffer_raster_worker_pool.cc 86 kMaxScheduledRasterTasks> NodeVector;
90 const NodeVector::ContainerType& dependencies) {
91 for (NodeVector::ContainerType::const_iterator it = dependencies.begin();
447 NodeVector tasks[NUM_TYPES];
  /external/clang/lib/StaticAnalyzer/Core/
ExplodedGraph.cpp 187 for (NodeVector::iterator it = ChangedNodes.begin(), et = ChangedNodes.end();
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemNumber.java 37 import org.apache.xml.utils.NodeVector;
819 NodeVector ancestors =
977 NodeVector getMatchingAncestors(
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBaseIterators.java     [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformerImpl.java 79 import org.apache.xml.utils.NodeVector;
214 NodeVector m_currentMatchedNodes = new NodeVector();
    [all...]
  /external/clang/lib/Analysis/
ThreadSafety.cpp 183 typedef SmallVector<SExprNode, 4> NodeVector;
188 NodeVector NodeVec;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLMediaElement.cpp     [all...]

Completed in 481 milliseconds