HomeSort by relevance Sort by last modified time
    Searched full:nextnode (Results 76 - 100 of 184) sorted by null

1 2 34 5 6 7 8

  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRRewriteRuleTokenStream.h 57 - (id) nextNode;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRRewriteRuleSubtreeStream.h 49 - (id) nextNode;
ANTLRRewriteRuleTokenStream.h 57 - (id) nextNode;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRRewriteRuleSubtreeStream.h 49 - (id) nextNode;
ANTLRRewriteRuleTokenStream.h 57 - (id) nextNode;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRRewriteRuleNodeStream.h 44 - (id) nextNode;
ANTLRRewriteRuleSubtreeStream.h 49 - (id) nextNode;
ANTLRRewriteRuleTokenStream.h 57 - (id) nextNode;
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
FuncSum.java 53 while (DTM.NULL != (pos = nodes.nextNode()))
FuncId.java 125 int pos = ni.nextNode();
132 pos = ni.nextNode();
  /external/icu4c/common/
ucharstriebuilder.cpp 284 UCharsTrieBuilder::UCTLinearMatchNode::UCTLinearMatchNode(const UChar *units, int32_t len, Node *nextNode)
285 : LinearMatchNode(len, nextNode), s(units) {
311 Node *nextNode) const {
315 nextNode);
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeIterator.java 158 public Node nextNode() throws DOMException
163 int handle=dtm_iter.nextNode();
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
BasicTestIterator.java 128 * to nextNode() returns the first node in the set.
133 public int nextNode()
ContextNodeList.java 45 * the next nextNode() call will retrieve. i.e. if
94 * the first nextNode() that is called will return the
ReverseAxesWalker.java 152 while (DTM.NULL != (next = clone.nextNode()))
215 while (DTM.NULL != (next = clone.nextNode()))
  /external/apache-xml/src/main/java/org/apache/xpath/objects/
XNodeSet.java 176 int node = nextNode();
200 return (nextNode() != DTM.NULL);
317 // while (DTM.NULL != (node = nl.nextNode()))
499 while (DTM.NULL != (node1 = list1.nextNode()))
507 while (DTM.NULL != (node2 = list2.nextNode()))
570 while (DTM.NULL != (node = list1.nextNode()))
589 while (DTM.NULL != (node = list1.nextNode()))
615 while (DTM.NULL != (node = list1.nextNode()))
  /external/icu4c/common/unicode/
bytestriebuilder.h 138 BTLinearMatchNode(const char *units, int32_t len, Node *nextNode);
146 Node *nextNode) const;
ucharstriebuilder.h 142 UCTLinearMatchNode(const UChar *units, int32_t len, Node *nextNode);
150 Node *nextNode) const;
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
DTMIterator.java 169 * the first call to <code>nextNode()</code> returns that root or (if it
175 public int nextNode();
189 * calls to <code>nextNode</code> or <code>previousNode</code> will
213 * the first nextNode() that is called will return the
243 * less than the next nextNode() call will retrieve. i.e. if you
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentLinkedQueue.java 628 private Node<E> nextNode;
652 lastRet = nextNode;
656 if (nextNode == null) {
660 pred = nextNode;
661 p = succ(nextNode);
666 nextNode = null;
672 nextNode = p;
686 return nextNode != null;
690 if (nextNode == null) throw new NoSuchElementException();
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
ASTTreeParser.stg 279 * change nextToken to nextNode.
283 new <terminalOptions.node>(stream_<token>.nextNode())
285 stream_<token>.nextNode()
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
ASTTreeParser.stg 299 * change nextToken to nextNode.
303 <terminalOptions.node>New(stream_<token>->nextNode(stream_<token>))
305 stream_<token>->nextNode(stream_<token>)
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
ASTTreeParser.stg 281 * change NextToken to NextNode.
285 new <terminalOptions.node>(<if(terminalOptions.type)><terminalOptions.type>,<endif>stream_<token>.NextNode())
287 stream_<token>.NextNode()
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
ASTTreeParser.stg 282 * change NextToken to NextNode.
286 new <terminalOptions.node>(<if(terminalOptions.type)><terminalOptions.type>,<endif>stream_<token>.NextNode())
288 stream_<token>.NextNode()
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
ASTTreeParser.stg 285 * change nextToken to nextNode.
289 T<terminalOptions.node>.Create((Locals['Stream_<token>'] as IRewriteRuleElementStream).NextNode)
291 (Locals['Stream_<token>'] as IRewriteRuleElementStream).NextNode

Completed in 657 milliseconds

1 2 34 5 6 7 8