/art/test/ProfileTestMultiDex/ |
Second.java | 24 public String getZ() {
|
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/decals/ |
SimpleOrthoGroupStrategy.java | 113 if (a.getZ() == b.getZ()) return 0;
114 return a.getZ() - b.getZ() < 0 ? -1 : 1;
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/immutable/ |
Point3d.java | 27 public double getZ() {
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/ |
btAabbUtil2.h | 41 overlap = (aabbMin1.getZ() > point.getZ() || aabbMax1.getZ() < point.getZ()) ? false : overlap; 53 overlap = (aabbMin1.getZ() > aabbMax2.getZ() || aabbMax1.getZ() < aabbMin2.getZ()) ? false : overlap; 84 (p.getZ() < -halfExtent.getZ() ? 0x4 : 0x0) | [all...] |
/developers/build/prebuilts/gradle/ElevationBasic/Application/tests/src/com/example/android/elevationbasic/tests/ |
SampleTests.java | 67 assertTrue(mShape1.getZ() > 0f); 68 assertEquals(mShape2.getZ(), 0f);
|
/developers/samples/android/ui/views/Elevation/ElevationBasic/Application/tests/src/com/example/android/elevationbasic/tests/ |
SampleTests.java | 67 assertTrue(mShape1.getZ() > 0f); 68 assertEquals(mShape2.getZ(), 0f);
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/ |
Rotation.java | 186 q3 = coeff * axis.getZ(); 326 double u1z = u1.getZ(); 330 double u2z = u2.getZ(); 336 double v1z = coeff * v1.getZ(); 348 double v2z = alpha * v1z + beta * v2.getZ(); 358 double dz1 = v1z - u1.getZ(); 361 double dz2 = v2z - u2.getZ(); 367 k.getZ() * (u1x * u2y - u1y * u2x); 376 double u3z = u3.getZ(); 379 double v3z = v3.getZ(); [all...] |
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/BroadphaseCollision/ |
btQuantizedBvh.h | 359 btAssert(point.getZ() <= m_bvhAabbMax.getZ()); 363 btAssert(point.getZ() >= m_bvhAabbMin.getZ()); 373 out[2] = (unsigned short) (((unsigned short)(v.getZ()+btScalar(1.)) | 1)); 378 out[2] = (unsigned short) (((unsigned short)(v.getZ()) & 0xfffe)); 394 if (newPoint.getZ() < point.getZ()) 397 printf("unconservative Z, diffZ = %f, oldZ=%f,newZ=%f\n",newPoint.getZ()-point.getZ(), newPoint.getZ(),point.getZ()) [all...] |
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/ |
btStridingMeshInterface.cpp | 67 triangle[0].setValue(graphicsbase[0]*meshScaling.getX(),graphicsbase[1]*meshScaling.getY(),graphicsbase[2]*meshScaling.getZ()); 69 triangle[1].setValue(graphicsbase[0]*meshScaling.getX(),graphicsbase[1]*meshScaling.getY(), graphicsbase[2]*meshScaling.getZ()); 71 triangle[2].setValue(graphicsbase[0]*meshScaling.getX(),graphicsbase[1]*meshScaling.getY(), graphicsbase[2]*meshScaling.getZ()); 82 triangle[0].setValue(graphicsbase[0]*meshScaling.getX(),graphicsbase[1]*meshScaling.getY(),graphicsbase[2]*meshScaling.getZ()); 84 triangle[1].setValue(graphicsbase[0]*meshScaling.getX(),graphicsbase[1]*meshScaling.getY(), graphicsbase[2]*meshScaling.getZ()); 86 triangle[2].setValue(graphicsbase[0]*meshScaling.getX(),graphicsbase[1]*meshScaling.getY(), graphicsbase[2]*meshScaling.getZ()); 97 triangle[0].setValue(graphicsbase[0]*meshScaling.getX(),graphicsbase[1]*meshScaling.getY(),graphicsbase[2]*meshScaling.getZ()); 99 triangle[1].setValue(graphicsbase[0]*meshScaling.getX(),graphicsbase[1]*meshScaling.getY(), graphicsbase[2]*meshScaling.getZ()); 101 triangle[2].setValue(graphicsbase[0]*meshScaling.getX(),graphicsbase[1]*meshScaling.getY(), graphicsbase[2]*meshScaling.getZ()); 124 triangle[0].setValue((btScalar)graphicsbase[0]*meshScaling.getX(),(btScalar)graphicsbase[1]*meshScaling.getY(),(btScalar)graphicsbase[2]*meshScaling.getZ()); [all...] |
btScaledBvhTriangleMeshShape.cpp | 58 btVector3 invLocalScaling(1.f/m_localScaling.getX(),1.f/m_localScaling.getY(),1.f/m_localScaling.getZ()); 64 scaledAabbMin[2] = m_localScaling.getZ() >= 0. ? aabbMin[2] * invLocalScaling[2] : aabbMax[2] * invLocalScaling[2]; 69 scaledAabbMax[2] = m_localScaling.getZ() <= 0. ? aabbMin[2] * invLocalScaling[2] : aabbMax[2] * invLocalScaling[2]; 87 localAabbMin[2] = (m_localScaling.getZ() >= 0.) ? tmpLocalAabbMin[2] : tmpLocalAabbMax[2]; 90 localAabbMax[2] = (m_localScaling.getZ() <= 0.) ? tmpLocalAabbMin[2] : tmpLocalAabbMax[2];
|
btOptimizedBvh.cpp | 240 btAssert(aabbMin.getZ() > m_bvhAabbMin.getZ()); 244 btAssert(aabbMax.getZ() < m_bvhAabbMax.getZ()); 329 graphicsbase[2]*meshScaling.getZ()); 334 triangleVerts[j] = btVector3( btScalar(graphicsbase[0]*meshScaling.getX()), btScalar(graphicsbase[1]*meshScaling.getY()), btScalar(graphicsbase[2]*meshScaling.getZ()));
|
btCollisionShape.cpp | 67 btScalar temporalAabbMaxz = temporalAabbMax.getZ(); 70 btScalar temporalAabbMinz = temporalAabbMin.getZ();
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/ |
btSphereBoxCollisionAlgorithm.cpp | 118 closestPoint.setZ( btMin(boxHalfExtent.getZ(), closestPoint.getZ()) ); 119 closestPoint.setZ( btMax(-boxHalfExtent.getZ(), closestPoint.getZ()) ); 195 faceDist = boxHalfExtent.getZ() - sphereRelPos.getZ(); 200 closestPoint.setZ( boxHalfExtent.getZ() ); 204 faceDist = boxHalfExtent.getZ() + sphereRelPos.getZ(); 209 closestPoint.setZ( -boxHalfExtent.getZ() ); [all...] |
/frameworks/base/rs/java/android/renderscript/ |
AllocationAdapter.java | 46 int tz = mAdaptedAllocation.mType.getZ(); 193 if (mAdaptedAllocation.getType().getZ() == 0) { 196 if (mAdaptedAllocation.getType().getZ() <= z) { 199 if (mWindow.getZ() == mAdaptedAllocation.getType().getZ()) { 202 if ((mWindow.getZ() + z) >= mAdaptedAllocation.getType().getZ()) { 284 (t.getZ() > at.getZ()) ||
|
ScriptIntrinsic3DLUT.java | 66 if (t.getZ() == 0) {
|
/developers/build/prebuilts/gradle/ElevationDrag/Application/tests/src/com/example/android/elevationdrag/tests/ |
SampleTests.java | 67 assertEquals(mFloatingShape.getZ(), 0f); 91 assertTrue(mFloatingShape.getZ() > 0f);
|
/developers/samples/android/ui/views/Elevation/ElevationDrag/Application/tests/src/com/example/android/elevationdrag/tests/ |
SampleTests.java | 67 assertEquals(mFloatingShape.getZ(), 0f); 91 assertTrue(mFloatingShape.getZ() > 0f);
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/ |
btQuantization.h | 68 out[2] = (unsigned short)(v.getZ()+0.5f); 81 (btScalar)(vecIn[2]) / (bvhQuantization.getZ()));
|
/frameworks/compile/slang/tests/P_reduce_general_inputs/ |
ScriptC_reduce_general_inputs.java.expect | 172 (t0.getZ() != t1.getZ()) || 236 (t0.getZ() != t1.getZ()) || 304 (t0.getZ() != t1.getZ()) || 372 (t0.getZ() != t1.getZ()) || 440 (t0.getZ() != t1.getZ()) || [all...] |
/cts/tests/tests/hardware/src/android/hardware/cts/ |
GeomagneticFieldTest.java | 46 assertEquals(36923.1f, geomagneticField.getZ(), 100.0f);
|
/external/libgdx/extensions/gdx-bullet/jni/src/custom/gdx/linearmath/ |
mathtypes.cpp | 33 jenv->SetFloatField(target, vector3_z, source.getZ()); 71 jenv->SetFloatField(target, quaternion_z, source.getZ()); 117 elements[2] = (jfloat) source.getColumn(0).getZ(); 120 elements[5] = (jfloat) source.getColumn(1).getZ(); 123 elements[8] = (jfloat) source.getColumn(2).getZ();
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/ |
btHingeConstraint.h | 205 rbAxisA1.getZ(),rbAxisA2.getZ(),axisInA.getZ() ); 217 rbAxisB1.getZ(),rbAxisB2.getZ(),axisInB.getZ() );
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/ |
btDefaultSoftBodySolver.cpp | 105 *(vertexPointer + 2) = position.getZ(); 120 *(normalPointer + 2) = normal.getZ();
|
/external/libgdx/backends/gdx-backend-robovm/src/com/badlogic/gdx/backends/iosrobovm/custom/ |
UIAcceleration.java | 65 public native double getZ();
|
/frameworks/base/tools/layoutlib/bridge/src/android/view/ |
ViewGroup_Delegate.java | 48 if (child.getZ() > thisVG.getZ()) { 89 return child.getZ() - parent.getZ();
|