/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
D | XMPIteratorImpl.java | 64 XMPNode startNode = null; in XMPIteratorImpl() local 72 startNode = xmp.getRoot(); in XMPIteratorImpl() 86 startNode = XMPNodeUtils.findNode(xmp.getRoot(), path, false, null); in XMPIteratorImpl() 93 startNode = XMPNodeUtils.findSchemaNode(xmp.getRoot(), schemaNS, false); in XMPIteratorImpl() 103 if (startNode != null) in XMPIteratorImpl() 107 nodeIterator = new NodeIterator(startNode, initialPath, 1); in XMPIteratorImpl() 111 nodeIterator = new NodeIteratorChildren(startNode, initialPath); in XMPIteratorImpl()
|
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
D | TreeWalker2Result.java | 102 protected void startNode(int node) throws org.xml.sax.SAXException in startNode() method in TreeWalker2Result 115 super.startNode(node); in startNode() 146 super.startNode(node); in startNode()
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/ |
D | SAX2DTM2.java | 1569 final int startNode = _startNode; in next() local 1570 if (startNode == NULL) { in next() 1574 if (_includeSelf && (_currentNode + 1) == startNode) in next() 1582 if (startNode == ROOTNODE) { in next() 1660 final int startNode = _startNode; in next() local 1677 if (NULL == expType || _parent2(node) < startNode && startNode != node) { in next() 1687 else if (startNode == DTMDefaultBase.ROOTNODE) in next() 1708 if (NULL == expType || _parent2(node) < startNode && startNode != node) { in next() 2783 int startNode = identity; in getStringValue() local 2818 } while (_parent2(identity) >= startNode); in getStringValue() [all …]
|
D | SAX2DTM.java | 530 int startNode = identity; in dispatchCharactersEvents() local 550 } while (DTM.NULL != identity && (_parent(identity) >= startNode)); in dispatchCharactersEvents() 1273 int startNode = identity; in getStringValue() local 1293 } while (DTM.NULL != identity && (_parent(identity) >= startNode)); in getStringValue()
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
D | DTMTreeWalker.java | 114 startNode(pos); in traverse() 167 startNode(pos); in traverse() 215 protected void startNode(int node) throws org.xml.sax.SAXException in startNode() method in DTMTreeWalker
|
/external/icu/icu4c/source/common/ |
D | rbbitblb.cpp | 481 RBBINode *startNode; in calcChainedFollowPos() local 483 startNode = (RBBINode *)matchStartNodes.elementAt(startNodeIx); in calcChainedFollowPos() 484 if (startNode->fType != RBBINode::leafChar) { in calcChainedFollowPos() 488 if (endNode->fVal == startNode->fVal) { in calcChainedFollowPos() 496 setAdd(endNode->fFollowPos, startNode->fFollowPos); in calcChainedFollowPos() 540 RBBINode *startNode; in bofFixup() local 543 startNode = (RBBINode *)matchStartNodes->elementAt(startNodeIx); in bofFixup() 544 if (startNode->fType != RBBINode::leafChar) { in bofFixup() 548 if (startNode->fVal == bofNode->fVal) { in bofFixup() 554 setAdd(bofNode->fFollowPos, startNode->fFollowPos); in bofFixup()
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | TreeWalker.java | 145 startNode(pos); in traverse() 199 startNode(pos); in traverse() 258 protected void startNode(Node node) throws org.xml.sax.SAXException in startNode() method in TreeWalker
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
D | TreeWalker.java | 177 startNode(pos); in traverseFragment() 230 startNode(pos); in traverse() 289 protected void startNode(Node node) throws org.xml.sax.SAXException in startNode() method in TreeWalker
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | RBBITableBuilder.java | 456 for (RBBINode startNode : matchStartNodes) { in calcChainedFollowPos() 457 if (startNode.fType != RBBINode.leafChar) { in calcChainedFollowPos() 461 if (endNode.fVal == startNode.fVal) { in calcChainedFollowPos() 469 endNode.fFollowPos.addAll(startNode.fFollowPos); in calcChainedFollowPos() 508 for (RBBINode startNode : matchStartNodes) { in bofFixup() 509 if (startNode.fType != RBBINode.leafChar) { in bofFixup() 513 if (startNode.fVal == bofNode.fVal) { in bofFixup() 519 bofNode.fFollowPos.addAll(startNode.fFollowPos); in bofFixup()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | RBBITableBuilder.java | 457 for (RBBINode startNode : matchStartNodes) { in calcChainedFollowPos() 458 if (startNode.fType != RBBINode.leafChar) { in calcChainedFollowPos() 462 if (endNode.fVal == startNode.fVal) { in calcChainedFollowPos() 470 endNode.fFollowPos.addAll(startNode.fFollowPos); in calcChainedFollowPos() 509 for (RBBINode startNode : matchStartNodes) { in bofFixup() 510 if (startNode.fType != RBBINode.leafChar) { in bofFixup() 514 if (startNode.fVal == bofNode.fVal) { in bofFixup() 520 bofNode.fFollowPos.addAll(startNode.fFollowPos); in bofFixup()
|
/external/antlr/runtime/ObjC/Framework/ |
D | TreeNodeStream.h | 88 - (NSString *) toStringFromNode:(id)startNode ToNode:(id)stopNode;
|
D | DebugTreeNodeStream.m | 170 - (NSString *) toStringFromToken:(id)startNode ToToken:(id)stopNode 172 return [input toStringFromToken:(id<Token>)startNode ToToken:(id<Token>)stopNode];
|
D | CommonTreeNodeStream.h | 112 - (NSString *) toStringFromNode:(id<BaseTree>)startNode ToNode:(id<BaseTree>)stopNode;
|
D | UnbufferedCommonTreeNodeStream.h | 93 - (NSString *) toStringFromNode:(id)startNode toNode:(id)stopNode;
|
D | CommonTreeNodeStream.m | 221 - (NSString *) toStringFromNode:(id<BaseTree>)startNode ToNode:(id<BaseTree>)stopNode
|
D | UnbufferedCommonTreeNodeStream.m | 174 - (NSString *) toStringFromNode:(id)startNode ToNode:(id)stopNode
|
/external/aac/libAACdec/src/ |
D | aacdec_hcrs.cpp | 432 UINT startNode; in InitNonPCWSideInformationForCurrentSet() local 462 startNode = *aHuffTable[pExtendedSortedCodebook[extendedSortedCodebookIdx]]; in InitNonPCWSideInformationForCurrentSet() 474 *iNode++ = startNode; in InitNonPCWSideInformationForCurrentSet()
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/ |
D | DOM3TreeWalker.java | 272 startNode(pos); in traverse() 345 startNode(pos); in traverse() 395 protected void startNode(Node node) throws org.xml.sax.SAXException { in startNode() method in DOM3TreeWalker
|