Home
last modified time | relevance | path

Searched refs:setVector (Results 1 – 7 of 7) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DInputTouchScreen.java57 public final void setVector(int index, Vector2 vector) { in setVector() method in InputTouchScreen
59 mTouchPoints[index].setVector(vector); in setVector()
DInputXY.java53 public final void setVector(Vector2 vector) { in setVector() method in InputXY
/external/apache-xml/src/main/java/org/apache/xpath/axes/
DNodeSequence.java562 newCache.setVector(nv); in setItem()
786 m_cache.setVector(v); in setObject()
789 m_cache.setVector(v); in setObject()
911 private void setVector(NodeVector nv) { in setVector() method in NodeSequence.IteratorCache
/external/clang/include/clang/AST/
DAPValue.h128 MakeVector(); setVector(E, N); in APValue()
355 void setVector(const APValue *E, unsigned N) { in setVector() function
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
DbtSpatialAlgebra.h35 …void setVector(const btVector3 &angular, const btVector3 &linear) { m_topVec = linear; m_bottomVec… in setVector() function
75 …void setVector(const btVector3 &angular, const btVector3 &linear) { m_topVec = angular; m_bottomVe… in setVector() function
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Featherstone/
DbtMultiBody.cpp764 spatVel[0].setVector(rot_from_parent[0] * base_omega, rot_from_parent[0] * base_vel); in stepVelocitiesMultiDof()
775 …zeroAccSpatFrc[0].setVector(-(rot_from_parent[0] * baseTorque), -(rot_from_parent[0] * baseForce))… in stepVelocitiesMultiDof()
847 …zeroAccSpatFrc[i+1].setVector(-(rot_from_world[i+1] * linkAppliedTorque), -(rot_from_world[i+1] * … in stepVelocitiesMultiDof()
1611 result.setVector(vtop, vbot); in solveImatrix()
/external/clang/lib/AST/
DAPValue.cpp139 setVector(((const Vec *)(const char *)RHS.Data.buffer)->Elts, in APValue()