HomeSort by relevance Sort by last modified time
    Searched full:nextnode (Results 1 - 25 of 91) sorted by null

1 2 3 4

  /packages/apps/Email/src/org/apache/james/mime4j/field/address/
Builder.java 70 Node n = it.nextNode();
79 Node n2 = it.nextNode();
102 Node n = it.nextNode();
113 Node n = it.nextNode();
130 Node n = it.nextNode();
139 n = it.nextNode();
152 Node n = it.nextNode();
155 n = it.nextNode();
172 Node n = it.nextNode();
186 String localPart = buildString((ASTlocal_part)it.nextNode(), true);
    [all...]
  /external/webkit/JavaScriptCore/profiler/
Profile.cpp 55 for (ProfileNode* nextNode = currentNode; nextNode; nextNode = nextNode->firstChild())
56 currentNode = nextNode;
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/
DTMTreeWalker.java 115 int nextNode = m_dtm.getFirstChild(pos);
116 while (DTM.NULL == nextNode)
123 nextNode = m_dtm.getNextSibling(pos);
125 if (DTM.NULL == nextNode)
136 nextNode = DTM.NULL;
143 pos = nextNode;
168 int nextNode = m_dtm.getFirstChild(pos);
169 while (DTM.NULL == nextNode)
176 nextNode = m_dtm.getNextSibling(pos);
178 if (DTM.NULL == nextNode)
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
TreeWalker.java 179 Node nextNode = pos.getFirstChild();
181 while (null == nextNode)
188 nextNode = pos.getNextSibling();
190 if (null == nextNode)
199 nextNode = null;
206 pos = nextNode;
232 Node nextNode = pos.getFirstChild();
234 while (null == nextNode)
241 nextNode = pos.getNextSibling();
243 if (null == nextNode)
    [all...]
  /external/webkit/WebCore/dom/
NodeIterator.h 45 PassRefPtr<Node> nextNode(ScriptState*, ExceptionCode&);
57 PassRefPtr<Node> nextNode(ExceptionCode& ec) { return nextNode(scriptStateFromNode(mainThreadNormalWorld(), referenceNode()), ec); }
TreeWalker.h 53 Node* nextNode(ScriptState*);
63 Node* nextNode() { return nextNode(scriptStateFromNode(mainThreadNormalWorld(), m_current.get())); }
NodeIterator.idl 34 [Custom] Node nextNode()
TreeWalker.idl 40 [Custom] Node nextNode();
  /external/icu4c/tools/ctestfw/
ctest.c 183 TestNode *nextNode, *curNode;
195 nextNode = curNode->child;
201 /* if nextNode is already null, then curNode has no children
203 if( nextNode == NULL )
223 while (strncmp_nullcheck ( name, nextNode->name, nameLen) != 0 )
225 curNode = nextNode;
226 nextNode = nextNode -> sibling;
228 if ( nextNode == NULL )
231 nextNode = createTestNode(name, nameLen)
    [all...]
  /external/webkit/WebCore/bindings/js/
JSNodeIteratorCustom.cpp 40 JSValue JSNodeIterator::nextNode(ExecState* exec, const ArgList&)
43 RefPtr<Node> node = impl()->nextNode(exec, ec);
JSTreeWalkerCustom.cpp 88 JSValue JSTreeWalker::nextNode(ExecState* exec, const ArgList&)
90 Node* node = impl()->nextNode(exec);
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
TreeWalker.java 147 Node nextNode = pos.getFirstChild();
149 while (null == nextNode)
156 nextNode = pos.getNextSibling();
158 if (null == nextNode)
167 nextNode = null;
174 pos = nextNode;
201 Node nextNode = pos.getFirstChild();
203 while (null == nextNode)
210 nextNode = pos.getNextSibling();
212 if (null == nextNode)
    [all...]
  /external/webkit/WebCore/bindings/v8/custom/
V8NodeIteratorCustom.cpp 62 INC_STATS("DOM.NodeIterator.nextNode()");
67 RefPtr<Node> result = nodeIterator->nextNode(&state, ec);
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/axes/
AxesWalker.java 347 * current node has no next node, or if the search for nextNode attempts
353 public int nextNode()
355 int nextNode = DTM.NULL;
363 nextNode = walker.getNextNode();
365 if (DTM.NULL == nextNode)
372 if (walker.acceptNode(nextNode) != DTMIterator.FILTER_ACCEPT)
381 // return walker.returnNextNode(nextNode);
390 walker.setRoot(nextNode);
396 } // if(null != nextNode)
399 return nextNode;
    [all...]
LocPathIterator.java 43 * as each node is iterated via nextNode(), the node is also stored
241 int node = clone.nextNode();
302 int next = iter.nextNode();
396 * the next nextNode() call will retrieve. i.e. if
556 while (DTM.NULL != (next = clone.nextNode()))
569 * the first nextNode() that is called will return the
572 * @return true of nextNode has not been called.
673 * <code>nextNode</code> or<code>previousNode</code> will raise the
747 * to nextNode() returns the first node in the set.
751 public abstract int nextNode();
    [all...]
WalkingIterator.java 165 * to nextNode() returns the first node in the set.
169 public int nextNode()
184 return returnNextNode(m_firstWalker.nextNode());
195 int n = returnNextNode(m_firstWalker.nextNode());
255 * <code>nextNode</code> or<code>previousNode</code> will raise the
ChildIterator.java 79 * to nextNode() returns the first node in the set.
84 public int nextNode()
SelfIteratorNoPredicate.java 68 * to nextNode() returns the first node in the set.
73 public int nextNode()
UnionPathIterator.java 37 * As each node is iterated via nextNode(), the node is also stored
82 iter.nextNode();
119 expr.nextNode();
128 * <code>nextNode</code> or<code>previousNode</code> will raise the
378 * to nextNode() returns the first node in the set.
382 public int nextNode()
413 m_iterators[i].nextNode();
430 m_iterators[iteratorUsed].nextNode();
FilterExprIteratorSimple.java 103 // and so we may not be in the context of LocPathIterator#nextNode,
143 * to nextNode() returns the first node in the set.
148 public int nextNode()
157 m_lastFetched = next = m_exprObj.nextNode();
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/transformer/
KeyTable.java 197 while (DTM.NULL != (currentNode = m_keyNodes.nextNode()))
216 while (DTM.NULL != (currentNodeInUseClause = i.nextNode())) {
245 nodes.nextNode();
252 // in each nodeset. We use nodes.nextNode after each entry so we can
256 nodes.nextNode();
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/functions/
FuncCount.java 53 // while (DTM.NULL != nl.nextNode())
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/patterns/
FunctionPattern.java 113 while (DTM.NULL != (n = nl.nextNode()))
157 while (DTM.NULL != (n = nl.nextNode()))
200 while (DTM.NULL != (n = nl.nextNode()))
  /dalvik/libcore/xml/src/main/java/org/w3c/dom/traversal/
NodeIterator.java 79 * <code>nextNode()</code> returns the first node in the set.
86 public Node nextNode()
105 * <code>detach</code> has been invoked, calls to <code>nextNode</code>
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/
NodeSetDTM.java 41 * nextNode() is called, in order that nodes can be added
148 while (null != (node = iterator.nextNode()))
378 * to nextNode() returns the first node in the set.
385 public int nextNode()
432 * <code>nextNode</code> or<code>previousNode</code> will raise the
455 * the first nextNode() that is called will return the
458 * @return true if nextNode() would return the first node in the set,
656 while (DTM.NULL != (obj = iterator.nextNode()))
711 while (DTM.NULL != (node = iterator.nextNode()))
1101 /** If this node is being used as an iterator, the next index that nextNode()
    [all...]

Completed in 923 milliseconds

1 2 3 4