/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/ |
btOptimizedBvh.h | 47 void updateBvhNodes(btStridingMeshInterface* meshInterface,int firstNode,int endNode,int index);
|
btOptimizedBvh.cpp | 272 void btOptimizedBvh::updateBvhNodes(btStridingMeshInterface* meshInterface,int firstNode,int endNode,int index) 295 for (i=endNode-1;i>=firstNode;i--)
|
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
TreeWalker2Result.java | 85 protected void endNode(int node) throws org.xml.sax.SAXException 87 super.endNode(node);
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/ |
btOptimizedBvh.java | 77 public void updateBvhNodes(btStridingMeshInterface meshInterface, int firstNode, int endNode, int index) { 78 CollisionJNI.btOptimizedBvh_updateBvhNodes(swigCPtr, this, btStridingMeshInterface.getCPtr(meshInterface), meshInterface, firstNode, endNode, index);
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
DTMTreeWalker.java | 98 * operating as a Visitor. startNode (preorder) and endNode 118 endNode(pos); 134 endNode(pos); 148 * operating as a Visitor. startNode (preorder) and endNode 171 endNode(pos); 363 protected void endNode(int node) throws org.xml.sax.SAXException
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ |
handler.py | 43 if hasattr(self.nodes[-1][1], 'endNode'): 44 self.nodes[-1][1].endNode(self.connection)
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
TreeWalker.java | 151 endNode(pos); 165 endNode(pos); 205 endNode(pos); 448 protected void endNode(Node node) throws org.xml.sax.SAXException
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
TreeWalker.java | 183 endNode(pos); 197 endNode(pos); 236 endNode(pos); 453 protected void endNode(Node node) throws org.xml.sax.SAXException
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/formatting/ |
EclipseXmlPrettyPrinterTest.java | 70 Node endNode = document; 75 endNode = findNode(document.getDocumentElement(), endNodeName); 78 printer.prettyPrint(-1, document, startNode, endNode, sb, false/*openTagOnly*/); [all...] |
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/ |
HtmlTree.java | 383 int endNode = Math.min(getBlockEnd(textEnd), maxNode); 388 "node pos: " + startNode + "-" + endNode + "\n" + 395 for (int n = startNode; n < endNode;) { 403 if (nBegin >= n && nEnd <= endNode && 415 if (nBegin >= blockStart && nEnd < endNode) { 425 ") exceeds (" + blockStart + " " + endNode + ")"); 440 b.end_node = endNode; [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/ |
AndroidXmlFormattingStrategy.java | 182 Node endNode = null; 227 endNode = currentDOMNode; 230 if (endNode == startNode && endRegion == startRegion) { 276 if (startNode == null || endNode == null) { 282 endNode = root; 291 root = DomUtilities.getCommonAncestor(startNode, endNode); 302 replaceEnd = ((IndexedRegion) endNode).getEndOffset(); 322 IndentationMeasurer m = new IndentationMeasurer(startNode, endNode, document); 354 printer.prettyPrint(initialDepth, root, startNode, endNode, sb, isOpenTagOnly); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
DomUtilities.java | 396 Node endNode = beginNode; 398 endNode = getNode(document, endOffset, false); 401 if (beginNode == null || endNode == null) { 424 if (endNode.getNodeType() != Node.ELEMENT_NODE) { 427 endElement = getPreviousElement(endNode); 431 endElement = getNextElement(endNode); 436 endElement = getParentElement(endNode); 440 endElement = (Element) endNode; [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
RBBIRuleScanner.java | 250 RBBINode endNode = pushNewNode(RBBINode.endMark); 254 catNode.fRightChild = endNode; 256 endNode.fVal = fRuleNum; 257 endNode.fLookAheadEnd = true; [all...] |
RBBITableBuilder.java | 396 RBBINode endNode = null; 402 endNode = tNode; 406 if (endNode == null) { 418 int c = this.fRB.fSetBuilder.getFirstChar(endNode.fVal); 436 if (endNode.fVal == startNode.fVal) { 442 // letting matches transition from a match state at endNode 444 endNode.fFollowPos.addAll(startNode.fFollowPos); [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
RBBIRuleScanner.java | 249 RBBINode endNode = pushNewNode(RBBINode.endMark); 253 catNode.fRightChild = endNode; 255 endNode.fVal = fRuleNum; 256 endNode.fLookAheadEnd = true; [all...] |
RBBITableBuilder.java | 395 RBBINode endNode = null; 401 endNode = tNode; 405 if (endNode == null) { 417 int c = this.fRB.fSetBuilder.getFirstChar(endNode.fVal); 435 if (endNode.fVal == startNode.fVal) { 441 // letting matches transition from a match state at endNode 443 endNode.fFollowPos.addAll(startNode.fFollowPos); [all...] |
/external/icu/icu4c/source/common/ |
rbbitblb.cpp | 422 RBBINode *endNode = NULL; 428 endNode = tNode; 432 if (endNode == NULL) { 444 UChar32 c = this->fRB->fSetBuilder->getFirstChar(endNode->fVal); 464 if (endNode->fVal == startNode->fVal) { 470 // letting matches transition from a match state at endNode 472 setAdd(endNode->fFollowPos, startNode->fFollowPos); [all...] |
rbbiscan.cpp | 326 RBBINode *endNode = pushNewNode(RBBINode::endMark); 333 catNode->fRightChild = endNode; 335 endNode->fVal = fRuleNum; 336 endNode->fLookAheadEnd = TRUE; [all...] |
/prebuilts/go/darwin-x86/src/text/template/parse/ |
node.go | 675 // endNode represents an {{end}} action. 677 type endNode struct { 683 func (t *Tree) newEnd(pos Pos) *endNode { 684 return &endNode{tr: t, NodeType: nodeEnd, Pos: pos} 687 func (e *endNode) String() string { 691 func (e *endNode) tree() *Tree { 695 func (e *endNode) Copy() Node {
|
/prebuilts/go/linux-x86/src/text/template/parse/ |
node.go | 675 // endNode represents an {{end}} action. 677 type endNode struct { 683 func (t *Tree) newEnd(pos Pos) *endNode { 684 return &endNode{tr: t, NodeType: nodeEnd, Pos: pos} 687 func (e *endNode) String() string { 691 func (e *endNode) tree() *Tree { 695 func (e *endNode) Copy() Node {
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sqs/ |
message.py | 118 def endNode(self, connection):
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/ |
DOM3TreeWalker.java | 279 endNode(pos);
291 endNode(pos);
352 endNode(pos);
446 protected void endNode(Node node) throws org.xml.sax.SAXException {
[all...] |
/prebuilts/tools/common/m2/repository/com/thoughtworks/xstream/xstream/1.4.8/ |
xstream-1.4.8.jar | |
/prebuilts/tools/common/m2/repository/xalan/serializer/2.7.1/ |
serializer-2.7.1.jar | |
/prebuilts/gradle-plugin/com/android/tools/sdk-common/22.2.0/ |
sdk-common-22.2.0.jar | |