Home
last modified time | relevance | path

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

1234

/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/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/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/tests/tests/renderscript/src/android/renderscript/cts/
DFloat16ArithmeticTest.java134 private boolean checkFloat16Output(int x, int y, short[][][] refValues, in checkFloat16Output()
178 private boolean checkFloat16Add(int x, int y) { in checkFloat16Add()
199 private boolean checkFloat16Sub(int x, int y) { in checkFloat16Sub()
220 private boolean checkFloat16Mul(int x, int y) { in checkFloat16Mul()
241 private boolean checkFloat16Div(int x, int y) { in checkFloat16Div()
/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
/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapverifiers/
DPerPixelBitmapVerifier.java52 protected int getExpectedColor(int x, int y) { in getExpectedColor()
89 protected boolean verifyPixel(int x, int y, int observedColor) { in verifyPixel()
DColorVerifier.java43 protected int getExpectedColor(int x, int y) { in getExpectedColor()
DBitmapVerifier.java38 protected static int indexFromXAndY(int x, int y, int stride, int offset) { in indexFromXAndY()
DRectVerifier.java40 protected int getExpectedColor(int x, int y) { in getExpectedColor()
DSamplePointVerifier.java47 int y = mTestPoints[i].y; in verify() local
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DDrawableTestingUtils.java25 public static int getPixel(Drawable d, int x, int y) { in getPixel()
/cts/apps/CtsVerifier/include/colorchecker/
Dvec2.h60 inline T y() const { return mY; } in y() function
/cts/tests/tests/media/src/android/media/cts/
DCodecUtils.java122 CodecImage image, Rect area, int y, int u, int v); in fillImageRectWithYUV()
124 public static void fillImageRectWithYUV(Image image, Rect area, int y, int u, int v) { in fillImageRectWithYUV()
125 fillImageRectWithYUV(ImageWrapper.createFromImage(image), area, y, u, v); in fillImageRectWithYUV() local
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/rs/
DScriptYuvCrop.java102 int y = (int)(mCropWindow.top * mInputInfo.getSize().getHeight()); in updateScriptInput() local
/cts/tests/tests/rscpp/librscpptest/
Drs_jni_type.cpp49 for (int y = min; y < max; y ++) { in testTypeBuilderHelper() local
118 for (int y = 1; y < 8; y ++) { in Java_android_cts_rscpp_RSTypeTest_testGetCount() local
/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/view/src/android/view/animation/cts/
DAnimatorInflaterTest.java280 float y; field in AnimatorInflaterTest.DummyObject
294 public void setY(float y) { in setY()
/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapcomparers/
DBitmapComparer.java51 protected static int indexFromXAndY(int x, int y, int stride, int offset) { in indexFromXAndY()
/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapShaderTest.java86 private void assertColor(int color, Bitmap bitmap, int x, int y) { in assertColor()
DBlurMaskFilterTest.java62 private void checkQuadrants(int color, Bitmap bitmap, int x, int y, int alphaTolerance) { in checkQuadrants()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/
DDspBufferMath.java59 T y = b; in add() local
131 T y = b; in mult() local

1234