HomeSort by relevance Sort by last modified time
    Searched full:nextnode (Results 101 - 125 of 188) sorted by null

1 2 3 45 6 7 8

  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
ASTTreeParser.stg 294 * change nextToken to nextNode.
298 <terminalOptions.node>(stream_<token>.nextNode())
300 stream_<token>.nextNode()
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
DescendantIterator.java 163 * to nextNode() returns the first node in the set.
172 public int nextNode()
330 * <code>nextNode</code> or<code>previousNode</code> will raise the
FilterExprWalker.java 186 * current node has no next node, or if the search for nextNode attempts
197 int next = m_exprObj.nextNode();
ChildTestIterator.java 164 * <code>nextNode</code> or<code>previousNode</code> will raise the
FilterExprIterator.java 86 m_lastFetched = m_exprObj.nextNode();
  /external/chromium/chrome/browser/resources/net_internals/
sourceentry.js 349 var nextNode = this.row_.nextSibling;
350 if (nextNode == null)
352 return nextNode._id;
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentLinkedDeque.java     [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
RewriteRuleSubtreeStream.as 49 public function nextNode():Object {
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRRewriteRuleSubtreeStream.m 88 - (id) nextNode
ANTLRRewriteRuleTokenStream.m 104 - (id<ANTLRBaseTree>) nextNode
  /external/icu4c/common/
bytestriebuilder.cpp 338 BytesTrieBuilder::BTLinearMatchNode::BTLinearMatchNode(const char *bytes, int32_t len, Node *nextNode)
339 : LinearMatchNode(len, nextNode), s(bytes) {
365 Node *nextNode) const {
369 nextNode);
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
AST.stg 448 ADAPTOR->addChild(ADAPTOR, root_<treeLevel>, stream_<label> == NULL ? NULL : stream_<label>->nextNode(stream_<label>));<\n>
453 ADAPTOR->addChild(ADAPTOR, root_<treeLevel>, stream_<label> == NULL ? NULL : stream_<label>->nextNode(stream_<label>));<\n>
494 root_<treeLevel> = (<ASTLabelType>)(ADAPTOR->becomeRoot(ADAPTOR, stream_<rule> == NULL ? NULL : stream_<rule>->nextNode(stream_<rule>), root_<treeLevel>));<\n>
517 root_<treeLevel> = (<ASTLabelType>)(ADAPTOR->becomeRoot(ADAPTOR, stream_<label> == NULL ? NULL : stream_<label>->nextNode(stream_<label>), root_<treeLevel>));<\n>
522 root_<treeLevel> = (<ASTLabelType>)(ADAPTOR->becomeRoot((<ASTLabelType>)(stream_<label> == NULL ? NULL : stream_<label>->nextNode(stream_<label>), root_<treeLevel>));<\n>
561 stream_<token> == NULL ? NULL : stream_<token>->nextNode(stream_<token>)
  /external/webkit/Source/WebKit/mac/WebView/
WebFullScreenController.mm 747 Node* nextNode = _element.get();
748 while (nextNode)
750 if (nextNode->hasTagName(HTMLNames::videoTag)) {
751 HTMLMediaElement* element = static_cast<HTMLMediaElement*>(nextNode);
756 nextNode = nextNode->traverseNextNode(_element.get());
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOM3TreeWalker.java 274 Node nextNode = null;
276 nextNode = pos.getFirstChild();
278 while (null == nextNode) {
284 nextNode = pos.getNextSibling();
286 if (null == nextNode) {
293 nextNode = null;
300 pos = nextNode;
347 Node nextNode = null;
349 nextNode = pos.getFirstChild();
351 while (null == nextNode) {
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBaseTraversers.java 387 nextNode();
571 nextNode();
708 int type = _type(current); // may call nextNode()
744 int exptype = _exptype(current); // may call nextNode()
813 // running nextNode until the specified node has been loaded,
936 int type = _type(current); // may call nextNode()
967 int etype = _exptype(current); // may call nextNode()
    [all...]
  /external/llvm/include/llvm/ADT/
ilist.h 436 NodeTy *NextNode = this->getNext(Node);
440 this->setNext(PrevNode, NextNode);
442 Head = NextNode;
443 this->setPrev(NextNode, PrevNode);
444 IT = NextNode;
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPNodeUtils.java 460 XMPNode nextNode = null;
466 nextNode = findChildNode(parentNode, nextStep.getName(), createNodes);
470 nextNode = findQualifierNode(
513 nextNode = parentNode.getChild(index);
517 return nextNode;
  /external/chromium/chrome/browser/resources/options/
search_page.js 388 var node = walker.nextNode();
412 node = walker.nextNode();
415 node = walker.nextNode();
  /external/llvm/lib/Analysis/
PathNumbering.cpp 326 BallLarusNode* nextNode = (*pred)->getSource();
328 if(nextNode->getNumberPaths() == 0)
329 bfsQueue.push(nextNode);
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/
TreeRewriteParser.m 270 root_1 = (ANTLRCommonTree *)[treeAdaptor becomeRoot:(id<ANTLRTree>)[stream_subrule nextNode] old:root_1];
274 [stream_INT nextNode]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/output1/
TreeRewriteParser.m 263 root_1 = (ANTLRCommonTree *)[treeAdaptor becomeRoot:(id<ANTLRTree>)[stream_subrule nextNode]
267 [treeAdaptor addChild:[stream_INT nextNode] toTree:root_1];
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemApplyTemplates.java 261 while (DTM.NULL != (child = sourceNodes.nextNode()))
401 } // end while (DTM.NULL != (child = sourceNodes.nextNode()))
ElemCopyOf.java 158 while (DTM.NULL != (pos = nl.nextNode()))
FuncKey.java 96 while (DTM.NULL != (pos = ni.nextNode()))
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3rewritestreams.h 146 pANTLR3_BASE_TREE (*nextNode) (struct ANTLR3_REWRITE_RULE_ELEMENT_STREAM_struct * stream);

Completed in 1313 milliseconds

1 2 3 45 6 7 8