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

  /external/replicaisland/src/com/replica/replicaisland/
InputTouchScreen.java 57 public final void setVector(int index, Vector2 vector) {
59 mTouchPoints[index].setVector(vector);
InputXY.java 53 public final void setVector(Vector2 vector) {
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
NodeSequence.java 83 protected void SetVector(NodeVector v)
181 SetVector((NodeVector) nodeVector);
459 SetVector(new NodeVector());
465 SetVector(null);
562 newCache.setVector(nv);
783 // A copy of the code of what SetVector() would do.
786 m_cache.setVector(v);
789 m_cache.setVector(v);
911 private void setVector(NodeVector nv) {
  /external/deqp-deps/glslang/glslang/MachineIndependent/
glslang.y     [all...]
  /external/clang/include/clang/AST/
APValue.h 128 MakeVector(); setVector(E, N);
355 void setVector(const APValue *E, unsigned N) {
  /external/clang/lib/AST/
APValue.cpp 139 setVector(((const Vec *)(const char *)RHS.Data.buffer)->Elts,
  /external/deqp-deps/glslang/glslang/Include/
Types.h     [all...]

Completed in 306 milliseconds