HomeSort by relevance Sort by last modified time
    Searched refs:m_node (Results 1 - 11 of 11) sorted by null

  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
NodeSorter.java 104 v.setItem(((NodeCompareElem) nodes.elementAt(i)).m_node, i);
159 XObject r1 = k.m_selectPat.execute(m_execContext, n1.m_node,
161 XObject r2 = k.m_selectPat.execute(m_execContext, n2.m_node,
222 XObject r1 = k.m_selectPat.execute(m_execContext, n1.m_node,
224 XObject r2 = k.m_selectPat.execute(m_execContext, n2.m_node,
271 DTM dtm = support.getDTM(n1.m_node); // %OPT%
272 result = dtm.isNodeAfter(n1.m_node, n2.m_node) ? -1 : 1;
465 int m_node; field in class:NodeSorter.NodeCompareElem
493 m_node = node
    [all...]
XalanTransformState.java 40 Node m_node = null; field in class:XalanTransformState
55 m_node = n;
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btCompoundShape.cpp 57 child.m_node = 0;
83 child.m_node = m_dynamicAabbTree->insert(bounds,reinterpret_cast<void*>(index) );
101 m_dynamicAabbTree->update(m_children[childIndex].m_node,bounds);
116 m_dynamicAabbTree->remove(m_children[childShapeIndex].m_node);
120 m_children[childShapeIndex].m_node->dataAsInt = childShapeIndex;
318 child.m_node = m_dynamicAabbTree->insert(bounds, reinterpret_cast<void*>(index2) );
btCompoundShape.h 38 struct btDbvtNode* m_node; variable in typeref:struct:btDbvtNode
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftBody.cpp 379 a.m_node = &m_nodes[node];
382 a.m_node->m_battach = 1;
    [all...]
btSoftBody.h 267 Node* m_node; // Owner node member in struct:btSoftBody::RContact
277 Node* m_node; // Node member in struct:btSoftBody::SContact
288 Node* m_node; // Node pointer member in struct:btSoftBody::Anchor
btSoftBodyHelpers.cpp 300 const btVector3 o= c.m_node->m_x-c.m_cti.m_normal*
301 (btDot(c.m_node->m_x,c.m_cti.m_normal)+c.m_cti.m_offset);
353 drawVertex(idraw,a.m_node->m_x,0.25,btVector3(1,0,0));
355 idraw->drawLine(a.m_node->m_x,q,btVector3(1,1,1));
    [all...]
btSoftBodyInternals.h 839 c.m_node = &n;
893 c.m_node = node;
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/
softbody_wrap.cpp     [all...]
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 88 milliseconds