Home
last modified time | relevance | path

Searched defs:y (Results 1 – 25 of 51) sorted by relevance

123

/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual_range/d/
DT_invoke_virtual_range_1.java21 public boolean run(Object x, Object y) { in run()
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual/d/
DT_invoke_virtual_1.java21 public boolean run(Object x, Object y) { in run()
/cts/suite/cts/deviceTests/opengl/jni/graphics/
DMatrix.cpp76 void Matrix::translate(float x, float y, float z) { in translate()
86 void Matrix::scale(float x, float y, float z) { in scale()
96 void Matrix::rotate(float radians, float x, float y, float z) { in rotate()
112 float y = 0; in multiply() local
197 const float y = 2.0f * (near * r_height); in newFrustum() local
225 Matrix* Matrix::newTranslate(float x, float y, float z) { in newTranslate()
235 Matrix* Matrix::newScale(float x, float y, float z) { in newScale()
245 Matrix* Matrix::newRotate(float radians, float x, float y, float z) { in newRotate()
321 const float y = rhs[1]; in multiplyVector() local
DVector2D.cpp22 Vector2D::Vector2D(float x, float y) : in Vector2D()
/cts/suite/cts/deviceTests/browserbench/assets/octane/
Dnavier-stokes.js181 function lin_solve2(x, x0, y, y0, a, c) argument
216 function diffuse2(x, x0, y, y0, dt) argument
321 this.setDensity = function(x, y, d) { argument
324 this.getDensity = function(x, y) { argument
327 this.setVelocity = function(x, y, xv, yv) { argument
331 this.getXVelocity = function(x, y) { argument
334 this.getYVelocity = function(x, y) { argument
Dcrypto.js520 function cMulTo(x,y,r) { x.multiplyTo(y,r); this.reduce(r); } argument
606 function montMulTo(x,y,r) { x.multiplyTo(y,r); this.reduce(r); } argument
834 function op_and(x,y) { return x&y; } argument
838 function op_or(x,y) { return x|y; } argument
842 function op_xor(x,y) { return x^y; } argument
846 function op_andnot(x,y) { return x&~y; } argument
1015 function nMulTo(x,y,r) { x.multiplyTo(y,r); } argument
1089 function barrettMulTo(x,y,r) { x.multiplyTo(y,r); this.reduce(r); } argument
/cts/apps/CtsVerifier/lib/colorchecker/
Dwhitebalancetest.cpp88 float y = -949.86315f + 6253.80338f * exp(-n / 0.92159f) in findCorrelatedColorTemp() local
102 float y = 0.2126f * linearRed + 0.7152f * linearGreen + in initializeFromRGB() local
Dimagetesthandler.cpp97 float y = (j - static_cast<float>(i)) / sqrt(2.0); in drawLine() local
/cts/apps/CtsVerifier/include/colorchecker/
Dvec2.h60 inline T y() const { return mY; } in y() function
/cts/suite/cts/deviceTests/opengl/jni/reference/scene/flocking/
DBoid.cpp16 Boid::Boid(float x, float y) : in Boid()
DFlockingScene.cpp36 float y = (rand() % 101) - 50.0f; in FlockingScene() local
161 float y = pos->mY / (LIMIT_Y * BOID_SCALE); in updateSceneGraphs() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
DCameraPreviewView.java55 int y = (int) centerY - i * GRID_WIDTH; in onDraw() local
/cts/tests/tests/text/src/android/text/style/cts/
DReplacementSpanTest.java43 float x, int top, int y, int bottom, Paint paint) { in draw()
/cts/tests/tests/graphics/src/android/graphics/cts/
DBlurMaskFilterTest.java62 private void checkQuadrants(int color, Bitmap bitmap, int x, int y, int alphaTolerance) { in checkQuadrants()
DBitmapShaderTest.java86 private void assertColor(int color, Bitmap bitmap, int x, int y) { in assertColor()
DSweepGradientTest.java89 int y = CENTER + (int)(Math.sin(rad) * RADIUS); in checkColors() local
/cts/tests/tests/view/src/android/view/cts/
DFocusFinderTest.java138 int y = 0; in testFindNearestTouchable() local
DMotionEventTest.java226 float y = Y_4F + 5.0f; in testGetHistoricalY() local
264 float y = 20.0f; in testAddBatch() local
296 float y = 20.0f; in testGetHistorySize() local
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DTransitionDrawableTest.java196 private void assertColorFillRect(Bitmap bmp, int x, int y, int w, int h, int color) { in assertColorFillRect()
204 private void assertColorNotFillRect(Bitmap bmp, int x, int y, int w, int h, int color) { in assertColorNotFillRect()
/cts/tests/tests/text/src/android/text/method/cts/
DLinkMovementMethodTest.java273 int y = (mView.getLayout().getLineTop(1) + mView.getLayout().getLineBottom(1)) / 2; in testOnTouchEvent() local
471 int y = (mView.getLayout().getLineTop(line) + mView.getLayout().getLineBottom(line)) / 2; in performMotionOnLine() local
/cts/tests/tests/openglperf/src/android/openglperf/cts/
DSphere.java52 public Sphere(int nSlices, float x, float y, float z, float r, int numIndexBuffers) { in Sphere()
/cts/tests/tests/animation/src/android/animation/cts/
DObjectAnimatorTest.java67 float y = mActivity.view.newBall.getY(); in testOfFloat() local
178 float y = mActivity.view.newBall.getY(); in testSetFloatValues() local
DPropertyValuesHolderTest.java279 float y = mActivity.view.newBall.getY(); in getYPosition() local
288 float y = yArray[i]; in assertResults() local
/cts/tests/tests/opengl/src/android/opengl/cts/
DRendererOneColorBufferTest.java208 int y =1; in doOnDrawFrame() local
/cts/apps/CtsVerifier/jni/cameraanalyzer/
Dcom_android_cts_verifier_camera_analyzer_CameraTests.cpp76 for (int y = 0; y < inputInfo.height; y++ ) { in Java_com_android_cts_verifier_camera_analyzer_CameraTests_findNative() local

123