/external/apache-xml/src/main/java/org/apache/xpath/functions/ |
FuncPosition.java | 97 while(DTM.NULL != (n = cnl.nextNode()))
|
/external/apache-xml/src/main/java/org/apache/xpath/objects/ |
XRTreeFragSelectWrapper.java | 81 * calls to <code>nextNode</code> or <code>previousNode</code> will
|
XRTreeFrag.java | 113 * calls to <code>nextNode</code> or <code>previousNode</code> will
|
/external/icu4c/common/ |
stringtriebuilder.cpp | 227 Node *nextNode=makeNode(start, limit, lastUnitIndex, errorCode); 234 node=createLinearMatchNode(start, lastUnitIndex, maxLinearMatchLength, nextNode); 235 nextNode=registerNode(node, errorCode); 237 node=createLinearMatchNode(start, unitIndex, length, nextNode);
|
/external/srec/srec/crec/ |
srec_debug.c | 105 printf("%sstoken %4d at arc %4d ilabel %4d nextnode %4d states", msg, token_index,
|
/external/webkit/Source/WebCore/dom/ |
NodeIterator.cpp | 91 PassRefPtr<Node> NodeIterator::nextNode(ScriptState* state, ExceptionCode& ec)
|
TreeWalker.cpp | 252 Node* TreeWalker::nextNode(ScriptState* state)
|
/external/webkit/Source/WebCore/editing/ |
VisiblePosition.cpp | 502 Node* nextNode = next.deprecatedNode(); 518 bool nextIsInSameEditableElement = nextNode && editableRootForPosition(next) == editingRoot; 530 bool nextIsOutsideOriginalBlock = !nextNode->isDescendantOf(originalBlock) && nextNode != originalBlock;
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/ |
Antlr.Runtime.Tree.Tests.pas | [all...] |
/external/clang/lib/AST/ |
ASTDiagnostic.cpp | 431 /// NextNode - The index of the next sibling node or 0. 432 unsigned NextNode; 469 : Kind(Invalid), NextNode(0), ChildNode(0), ParentNode(ParentNode), 567 for (i = Node.ChildNode; FlatTree[i].NextNode != 0; 568 i = FlatTree[i].NextNode) { 570 FlatTree[i].NextNode = NextFreeNode; 646 if (FlatTree[ReadNode].NextNode == 0) 649 ReadNode = FlatTree[ReadNode].NextNode; 655 return FlatTree[ReadNode].NextNode != 0; [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
BugReporter.cpp | 573 const ExplodedNode *NextNode = N->pred_empty() 578 while (NextNode) { 579 N = NextNode; 581 NextNode = GetPredecessorNode(N); 876 if (NextNode) { 882 if (PathDiagnosticPiece *p = (*I)->VisitNode(N, NextNode, PDB, *R)) { [all...] |
/external/clang/include/clang/ASTMatchers/ |
ASTMatchersInternal.h | [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
FuncDocument.java | 95 int baseNode = arg2.iter().nextNode(); 150 while ((null == iterator) || (DTM.NULL != (pos = iterator.nextNode())))
|
ElemForEach.java | 362 while (DTM.NULL != (child = sourceNodes.nextNode()))
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/ |
DebugGrammarParser.cs | 414 root_1 = (CommonTree)adaptor.BecomeRoot(stream_17.NextNode(), root_1); 417 adaptor.AddChild(root_1, stream_ID.NextNode()); 645 adaptor.AddChild(root_1, stream_ID.NextNode()); 1385 adaptor.AddChild(root_1, stream_ID.NextNode()); [all...] |
ProfileGrammarParser.cs | 418 root_1 = (CommonTree)adaptor.BecomeRoot(stream_17.NextNode(), root_1); 421 adaptor.AddChild(root_1, stream_ID.NextNode()); 649 adaptor.AddChild(root_1, stream_ID.NextNode()); 1389 adaptor.AddChild(root_1, stream_ID.NextNode()); [all...] |
/libcore/luni/src/main/java/java/util/concurrent/ |
LinkedBlockingDeque.java | 1035 abstract Node<E> nextNode(Node<E> n); 1057 Node<E> s = nextNode(n); [all...] |
LinkedBlockingQueue.java | 785 private Node<E> nextNode(Node<E> p) { 803 current = nextNode(current);
|
LinkedTransferQueue.java | [all...] |
/external/webkit/Source/WebCore/inspector/front-end/ |
DataGrid.js | [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/ |
SimpleCParser.java | 567 adaptor.addChild(root_1, stream_ID.nextNode()); [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/ |
XPathAPI.java | 92 return nl.nextNode();
|
/external/llvm/lib/Transforms/Instrumentation/ |
PathProfiling.cpp | 594 BallLarusNode* nextNode; 611 nextNode = forward? (*edge)->getTarget(): (*edge)->getSource(); 612 if(nextNode->getColor() != BallLarusNode::WHITE) { 613 nextNode->setColor(BallLarusNode::WHITE); [all...] |
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
DTMDefaultBase.java | 428 protected abstract boolean nextNode(); 486 if (!nextNode() && identity >= m_size) 504 boolean isMore = nextNode(); 533 boolean isMore = nextNode(); 565 boolean isMore = nextNode(); 598 boolean isMore = nextNode(); 625 boolean isMore = nextNode(); 649 while (nextNode()){} [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/ |
SimpleCParser.java | 567 adaptor.addChild(root_1, stream_ID.nextNode()); [all...] |