/frameworks/base/tools/aapt/ |
ResourceFilter.cpp | 30 int axis; local 32 if (AaptGroupEntry::parseNamePart(part, &axis, &value)) { 45 ssize_t index = mData.indexOfKey(axis); 47 mData.add(axis, SortedVector<uint32_t>()); 49 SortedVector<uint32_t>& sv = mData.editValueFor(axis); 53 if (axis == AXIS_LANGUAGE) { 73 ResourceFilter::match(int axis, uint32_t value) const 79 ssize_t index = mData.indexOfKey(axis); 81 // we didn't request anything on this axis so take everything 89 ResourceFilter::match(int axis, const ResTable_config& config) cons [all...] |
/external/eigen/demos/opengl/ |
trackball.cpp | 24 Vector3f axis = mLastPoint3D.cross(newPoint3D).normalized(); local 30 mpCamera->rotateAroundTarget(Quaternionf(AngleAxisf(angle, axis))); 32 mpCamera->localRotate(Quaternionf(AngleAxisf(-angle, axis)));
|
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/ |
ConeCollisionShape.java | 24 protected int axis; field in class:ConeCollisionShape 29 public ConeCollisionShape(float radius, float height, int axis) { 32 this.axis = axis; 39 this.axis = PhysicsSpace.AXIS_Y; 52 capsule.write(axis, "axis", 0.5f); 60 radius = capsule.readFloat("axis", 0.5f); 65 objectId = createShape(axis, radius, height); 67 // if (axis == PhysicsSpace.AXIS_X) [all...] |
CylinderCollisionShape.java | 50 protected int axis; field in class:CylinderCollisionShape 61 this.axis = 2; 66 * Creates a cylinder shape around the given axis from the given halfextents 68 * @param axis (0=X,1=Y,2=Z) 70 public CylinderCollisionShape(Vector3f halfExtents, int axis) { 72 this.axis = axis; 81 return axis; 88 capsule.write(axis, "axis", 1) [all...] |
CapsuleCollisionShape.java | 48 protected int axis; field in class:CapsuleCollisionShape 61 this.axis=1; 66 * creates a capsule shape around the given axis (0=X,1=Y,2=Z) 69 * @param axis 71 public CapsuleCollisionShape(float radius, float height, int axis) { 74 this.axis=axis; 87 return axis; 95 capsule.write(axis, "axis", 1) [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/collision/bih/ |
TriangleAxisComparator.java | 40 private final int axis; field in class:TriangleAxisComparator 42 public TriangleAxisComparator(int axis){ 43 this.axis = axis; 50 switch (axis){
|
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
WalkingIteratorSorted.java | 23 import org.apache.xml.dtm.Axis; 104 int axis = walker.getAxis(); local 108 boolean isSimpleDownAxis = ((axis == Axis.CHILD) 109 || (axis == Axis.SELF) 110 || (axis == Axis.ROOT)); 113 if(isSimpleDownAxis || (axis == -1)) 120 if(walker.isDocOrdered() && (axis == Axis.DESCENDANT || [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/patterns/ |
ContextMatchStepPattern.java | 23 import org.apache.xml.dtm.Axis; 41 public ContextMatchStepPattern(int axis, int paxis) 43 super(DTMFilter.SHOW_ALL, axis, paxis); 99 int axis = m_axis; local 101 boolean needToTraverseAttrs = WalkerFactory.isDownwardAxisOfMany(axis); 105 if((Axis.PRECEDING == axis) && iterRootIsAttr) 107 axis = Axis.PRECEDINGANDANCESTOR; 110 traverser = dtm.getAxisTraverser(axis); [all...] |
/external/chromium_org/third_party/WebKit/Source/testing/runner/ |
GamepadController.cpp | 184 int axis = args[1].toInt32(); local 185 if (axis < 0 || axis >= static_cast<int>(blink::WebGamepad::axesLengthCap)) 188 m_gamepads.items[index].axes[axis] = data;
|
/external/droiddriver/src/com/google/android/droiddriver/scroll/ |
SentinelScroller.java | 27 import com.google.android.droiddriver.scroll.Direction.Axis; 42 private final Axis axis; field in class:SentinelScroller 50 * @param axis the axis this scroller can scroll 52 public SentinelScroller(int maxScrolls, long perScrollTimeoutMillis, Axis axis, 56 this.axis = axis; 62 * perScrollTimeoutMillis, vertical axis [all...] |
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/shapes/ |
ConeCollisionShape.java | 26 protected int axis; field in class:ConeCollisionShape 31 public ConeCollisionShape(float radius, float height, int axis) { 34 this.axis = axis; 41 this.axis = PhysicsSpace.AXIS_Y; 54 capsule.write(axis, "axis", 0.5f); 62 radius = capsule.readFloat("axis", 0.5f); 67 if (axis == PhysicsSpace.AXIS_X) { 69 } else if (axis == PhysicsSpace.AXIS_Y) [all...] |
CylinderCollisionShape.java | 52 protected int axis; field in class:CylinderCollisionShape 63 this.axis = 2; 68 * Creates a cylinder shape around the given axis from the given halfextents 70 * @param axis (0=X,1=Y,2=Z) 72 public CylinderCollisionShape(Vector3f halfExtents, int axis) { 74 this.axis = axis; 83 return axis; 90 capsule.write(axis, "axis", 1) [all...] |
CapsuleCollisionShape.java | 50 protected int axis; field in class:CapsuleCollisionShape 63 this.axis=1; 69 * creates a capsule shape around the given axis (0=X,1=Y,2=Z) 72 * @param axis 74 public CapsuleCollisionShape(float radius, float height, int axis) { 77 this.axis=axis; 90 return axis; 98 capsule.write(axis, "axis", 1) [all...] |
/frameworks/wilhelm/src/itf/ |
I3DLocation.c | 220 SLVec3D axis = *pAxis; local 221 // NTH Check that axis is not (close to) zero vector, length does not matter 231 thiz->mAxis = axis;
|
I3DMacroscopic.c | 129 SLVec3D axis = *pAxis; local 130 // NTH Check that axis is not (close to) zero vector, length does not matter 136 thiz->mAxis = axis;
|
/external/ceres-solver/internal/ceres/ |
jet_quaternion_integration_test.cc | 129 Vector3<J> axis; local 131 a.GetAxisAngle(&axis, &angle); 132 b.SetFromAxisAngle(axis, angle); 139 Vector3<J> axis; local
|
/external/chromium_org/cc/animation/ |
transform_operation.h | 52 } axis; member in struct:cc::TransformOperation::__anon3811::__anon3815
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLTableCellElement.cpp | 138 const AtomicString& HTMLTableCellElement::axis() const function in class:WebCore::HTMLTableCellElement
|
/external/chromium_org/third_party/WebKit/Source/core/xml/ |
XPathParser.h | 47 Step::Axis axis; member in struct:WebCore::XPath::Token 53 Token(int t, Step::Axis v): type(t), axis(v) { }
|
XPathStep.h | 45 enum Axis { 95 Step(Axis, const NodeTest&); 96 Step(Axis, const NodeTest&, Vector<OwnPtr<Predicate> >&); 103 Axis axis() const { return m_axis; } function in class:WebCore::XPath::Step 114 Axis m_axis;
|
/external/chromium_org/third_party/freetype/include/freetype/ |
ftmm.h | 44 /* setting design axis coordinates. */ 61 /* A simple structure used to model a given axis in design space for */ 67 /* name :: The axis's name. */ 69 /* minimum :: The axis's minimum design coordinate. */ 71 /* maximum :: The axis's maximum design coordinate. */ 101 /* axis :: A table of axis descriptors. */ 107 FT_MM_Axis axis[T1_MAX_MM_AXIS]; member in struct:FT_Multi_Master_ 118 /* A simple structure used to model a given axis in design space for */ 122 /* name :: The axis's name. * 215 FT_Var_Axis* axis; member in struct:FT_MM_Var_ [all...] |
/external/eigen/Eigen/src/Eigen2Support/Geometry/ |
AngleAxis.h | 18 * \brief Represents a 3D rotation as a rotation angle around an arbitrary 3D axis 70 /** Constructs and initialize the angle-axis rotation from an \a angle in radian 71 * and an \a axis which must be normalized. */ 73 inline AngleAxis(Scalar angle, const MatrixBase<Derived>& axis) : m_axis(axis), m_angle(angle) {} 74 /** Constructs and initialize the angle-axis rotation from a quaternion \a q. */ 76 /** Constructs and initialize the angle-axis rotation from a 3x3 rotation matrix. */ 83 const Vector3& axis() const { return m_axis; } function in class:Eigen::AngleAxis 84 Vector3& axis() { return m_axis; } function in class:Eigen::AngleAxis 110 /** \returns the inverse rotation, i.e., an angle-axis with opposite rotation angle * [all...] |
/external/freetype/include/freetype/ |
ftmm.h | 44 /* setting design axis coordinates. */ 61 /* A simple structure used to model a given axis in design space for */ 67 /* name :: The axis's name. */ 69 /* minimum :: The axis's minimum design coordinate. */ 71 /* maximum :: The axis's maximum design coordinate. */ 101 /* axis :: A table of axis descriptors. */ 107 FT_MM_Axis axis[T1_MAX_MM_AXIS]; member in struct:FT_Multi_Master_ 118 /* A simple structure used to model a given axis in design space for */ 122 /* name :: The axis's name. * 215 FT_Var_Axis* axis; member in struct:FT_MM_Var_ [all...] |
/frameworks/native/include/input/ |
KeyLayoutMap.h | 30 // Axis value is reported directly. 32 // Axis value should be inverted before reporting. 34 // Axis value should be split into two axes 38 // Axis mode. 41 // Axis id. 42 // When split, this is the axis used for values smaller than the split position. 43 int32_t axis; member in struct:android::AxisInfo 45 // When split, this is the axis used for values after higher than the split position. 54 AxisInfo() : mode(MODE_NORMAL), axis(-1), highAxis(-1), splitValue(0), flatOverride(-1) {
|
/external/chromium_org/third_party/freetype/src/autofit/ |
afcjk.h | 101 AF_CJKAxisRec axis[AF_DIMENSION_MAX]; member in struct:AF_CJKMetricsRec_
|