/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
D | DTMTreeWalker.java | 118 endNode(pos); in traverse() 134 endNode(pos); in traverse() 171 endNode(pos); in traverse() 363 protected void endNode(int node) throws org.xml.sax.SAXException in endNode() method in DTMTreeWalker
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | TreeWalker.java | 151 endNode(pos); in traverse() 165 endNode(pos); in traverse() 205 endNode(pos); in traverse() 448 protected void endNode(Node node) throws org.xml.sax.SAXException in endNode() method in TreeWalker
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
D | TreeWalker.java | 183 endNode(pos); in traverseFragment() 197 endNode(pos); in traverseFragment() 236 endNode(pos); in traverse() 453 protected void endNode(Node node) throws org.xml.sax.SAXException
|
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
D | TreeWalker2Result.java | 85 protected void endNode(int node) throws org.xml.sax.SAXException in endNode() method in TreeWalker2Result 87 super.endNode(node); in endNode()
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/ |
D | btOptimizedBvh.java | 77 …public void updateBvhNodes(btStridingMeshInterface meshInterface, int firstNode, int endNode, int … in updateBvhNodes() argument 78 …r, this, btStridingMeshInterface.getCPtr(meshInterface), meshInterface, firstNode, endNode, index); in updateBvhNodes()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | RBBITableBuilder.java | 396 RBBINode endNode = null; in calcChainedFollowPos() local 402 endNode = tNode; in calcChainedFollowPos() 406 if (endNode == null) { in calcChainedFollowPos() 418 int c = this.fRB.fSetBuilder.getFirstChar(endNode.fVal); in calcChainedFollowPos() 436 if (endNode.fVal == startNode.fVal) { in calcChainedFollowPos() 444 endNode.fFollowPos.addAll(startNode.fFollowPos); in calcChainedFollowPos()
|
D | RBBIRuleScanner.java | 250 RBBINode endNode = pushNewNode(RBBINode.endMark); in doParseActions() local 254 catNode.fRightChild = endNode; in doParseActions() 256 endNode.fVal = fRuleNum; in doParseActions() 257 endNode.fLookAheadEnd = true; in doParseActions()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | RBBITableBuilder.java | 395 RBBINode endNode = null; in calcChainedFollowPos() local 401 endNode = tNode; in calcChainedFollowPos() 405 if (endNode == null) { in calcChainedFollowPos() 417 int c = this.fRB.fSetBuilder.getFirstChar(endNode.fVal); in calcChainedFollowPos() 435 if (endNode.fVal == startNode.fVal) { in calcChainedFollowPos() 443 endNode.fFollowPos.addAll(startNode.fFollowPos); in calcChainedFollowPos()
|
D | RBBIRuleScanner.java | 249 RBBINode endNode = pushNewNode(RBBINode.endMark); in doParseActions() local 253 catNode.fRightChild = endNode; in doParseActions() 255 endNode.fVal = fRuleNum; in doParseActions() 256 endNode.fLookAheadEnd = true; in doParseActions()
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/ |
D | btOptimizedBvh.h | 47 void updateBvhNodes(btStridingMeshInterface* meshInterface,int firstNode,int endNode,int index); in ATTRIBUTE_ALIGNED16()
|
D | btOptimizedBvh.cpp | 272 …izedBvh::updateBvhNodes(btStridingMeshInterface* meshInterface,int firstNode,int endNode,int index) in updateBvhNodes() argument 295 for (i=endNode-1;i>=firstNode;i--) in updateBvhNodes()
|
/external/icu/icu4c/source/common/ |
D | rbbitblb.cpp | 422 RBBINode *endNode = NULL; in calcChainedFollowPos() local 428 endNode = tNode; in calcChainedFollowPos() 432 if (endNode == NULL) { in calcChainedFollowPos() 444 UChar32 c = this->fRB->fSetBuilder->getFirstChar(endNode->fVal); in calcChainedFollowPos() 464 if (endNode->fVal == startNode->fVal) { in calcChainedFollowPos() 472 setAdd(endNode->fFollowPos, startNode->fFollowPos); in calcChainedFollowPos()
|
D | rbbiscan.cpp | 326 RBBINode *endNode = pushNewNode(RBBINode::endMark); in doParseActions() local 333 catNode->fRightChild = endNode; in doParseActions() 335 endNode->fVal = fRuleNum; in doParseActions() 336 endNode->fLookAheadEnd = TRUE; in doParseActions()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ |
D | handler.py | 44 self.nodes[-1][1].endNode(self.connection)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sqs/ |
D | message.py | 118 def endNode(self, connection): member in RawMessage
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/ |
D | DOM3TreeWalker.java | 279 endNode(pos); in traverse() 291 endNode(pos); in traverse() 352 endNode(pos); in traverse() 446 protected void endNode(Node node) throws org.xml.sax.SAXException { in endNode() method in DOM3TreeWalker
|
/external/libxml2/ |
D | xpointer.c | 524 xmlNodePtr endNode; in xmlXPtrNewRangeNodeObject() local 534 endNode = end->user; in xmlXPtrNewRangeNodeObject() 538 endNode = end->user2; in xmlXPtrNewRangeNodeObject() 547 endNode = end->nodesetval->nodeTab[end->nodesetval->nodeNr - 1]; in xmlXPtrNewRangeNodeObject() 555 ret = xmlXPtrNewRangeInternal(start, -1, endNode, endIndex); in xmlXPtrNewRangeNodeObject()
|