/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual/d/ |
D | T_invoke_virtual_1.java | 21 public boolean run(Object x, Object y) { in run()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual_range/d/ |
D | T_invoke_virtual_range_1.java | 21 public boolean run(Object x, Object y) { in run()
|
/cts/suite/cts/deviceTests/opengl/jni/graphics/ |
D | Matrix.cpp | 76 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
|
D | Vector2D.cpp | 22 Vector2D::Vector2D(float x, float y) : in Vector2D()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | Float16ArithmeticTest.java | 134 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/ |
D | navier-stokes.js | 181 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/ |
D | PerPixelBitmapVerifier.java | 52 protected int getExpectedColor(int x, int y) { in getExpectedColor() 89 protected boolean verifyPixel(int x, int y, int observedColor) { in verifyPixel()
|
D | ColorVerifier.java | 43 protected int getExpectedColor(int x, int y) { in getExpectedColor()
|
D | BitmapVerifier.java | 38 protected static int indexFromXAndY(int x, int y, int stride, int offset) { in indexFromXAndY()
|
D | RectVerifier.java | 40 protected int getExpectedColor(int x, int y) { in getExpectedColor()
|
D | SamplePointVerifier.java | 47 int y = mTestPoints[i].y; in verify() local
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
D | DrawableTestingUtils.java | 25 public static int getPixel(Drawable d, int x, int y) { in getPixel()
|
/cts/apps/CtsVerifier/include/colorchecker/ |
D | vec2.h | 60 inline T y() const { return mY; } in y() function
|
/cts/tests/tests/media/src/android/media/cts/ |
D | CodecUtils.java | 122 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/ |
D | ScriptYuvCrop.java | 102 int y = (int)(mCropWindow.top * mInputInfo.getSize().getHeight()); in updateScriptInput() local
|
/cts/tests/tests/rscpp/librscpptest/ |
D | rs_jni_type.cpp | 49 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/ |
D | Boid.cpp | 16 Boid::Boid(float x, float y) : in Boid()
|
D | FlockingScene.cpp | 36 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/ |
D | CameraPreviewView.java | 55 int y = (int) centerY - i * GRID_WIDTH; in onDraw() local
|
/cts/tests/tests/text/src/android/text/style/cts/ |
D | ReplacementSpanTest.java | 43 float x, int top, int y, int bottom, Paint paint) { in draw()
|
/cts/tests/tests/view/src/android/view/animation/cts/ |
D | AnimatorInflaterTest.java | 280 float y; field in AnimatorInflaterTest.DummyObject 294 public void setY(float y) { in setY()
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapcomparers/ |
D | BitmapComparer.java | 51 protected static int indexFromXAndY(int x, int y, int stride, int offset) { in indexFromXAndY()
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | BitmapShaderTest.java | 86 private void assertColor(int color, Bitmap bitmap, int x, int y) { in assertColor()
|
D | BlurMaskFilterTest.java | 62 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/ |
D | DspBufferMath.java | 59 T y = b; in add() local 131 T y = b; in mult() local
|