/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | Float16ArithmeticTest.java | 83 private boolean checkFloat16Output(int x, int y, short[][][] refValues, in checkFloat16Output() 129 private boolean checkFloat16Add(int x, int y) { in checkFloat16Add() 147 private boolean checkFloat16Sub(int x, int y) { in checkFloat16Sub() 165 private boolean checkFloat16Mul(int x, int y) { in checkFloat16Mul() 183 private boolean checkFloat16Div(int x, int y) { in checkFloat16Div()
|
/cts/tests/tests/media/libmediandkjni/ |
D | md5_utils.cpp | 144 #define F1(x, y, z) (z ^ (x & (y ^ z))) argument 145 #define F2(x, y, z) F1(z, x, y) argument 146 #define F3(x, y, z) (x ^ y ^ z) argument 147 #define F4(x, y, z) (y ^ (x | ~z)) argument 150 #define MD5STEP(f,w,x,y,z,in,s) \ argument
|
/cts/tests/openglperf2/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/view/src/android/view/cts/ |
D | TouchDelegateTest.java | 140 private void click(int y) { in click() 147 private void dispatchMotionEventToActivity(int action, int y, long downTime) { in dispatchMotionEventToActivity() 159 int y, long downTime) { in dispatchMultiTouchMotionEventToActivity()
|
D | PointerCaptureTest.java | 135 private void injectRelativeMouseEvent(int action, int x, int y) { in injectRelativeMouseEvent() 139 private static MotionEvent obtainRelativeMouseEvent(int action, int x, int y) { in obtainRelativeMouseEvent() 147 View.OnCapturedPointerListener listener, View view, int action, int x, int y) { in verifyRelativeMouseEvent()
|
/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/tests/tests/uirendering/src/android/uirendering/cts/bitmapverifiers/ |
D | PerPixelBitmapVerifier.java | 51 protected int getExpectedColor(int x, int y) { in getExpectedColor() 86 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 | RectVerifier.java | 40 protected int getExpectedColor(int x, int y) { in getExpectedColor()
|
/cts/tests/tests/graphics/jni/ |
D | android_graphics_cts_BasicVulkanGpuTest.cpp | 108 for (size_t y = 0; y < kTestImageHeight; ++y) { in verifyBasicBufferImport() local 135 for (uint32_t y = 0; y < kTestImageHeight; ++y) { in verifyBasicBufferImport() local
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/ |
D | DepthOfFieldOptions.java | 44 public void setFocusPoint(float x, float y) { in setFocusPoint()
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapcomparers/ |
D | BitmapComparer.java | 36 protected static int indexFromXAndY(int x, int y, int stride, int offset) { in indexFromXAndY()
|
/cts/apps/CtsVerifier/include/colorchecker/ |
D | vec2.h | 60 inline T y() const { return mY; } in y() function
|
/cts/tests/autofillservice/src/android/autofillservice/cts/common/ |
D | ShellHelper.java | 59 final int y = (int) (xy[1] + (viewHeight / 2.0f)); in tap() local
|
/cts/tests/tests/security/src/android/security/cts/ |
D | MotionEventTest.java | 175 private void injectTap(int x, int y) { in injectTap() 181 private void injectEvent(int action, int x, int y, long downTime) { in injectEvent()
|
/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/tests/camera/src/android/hardware/camera2/cts/rs/ |
D | ScriptYuvCrop.java | 102 int y = (int)(mCropWindow.top * mInputInfo.getSize().getHeight()); in updateScriptInput() local
|
/cts/tests/tests/systemui/src/android/systemui/cts/ |
D | LightBarTests.java | 112 int y = mActivityRule.getActivity().getBottom() + 10; in testLightNavigationBar() local 134 private void injectCanceledTap(int x, int y) { in injectCanceledTap() 140 private void injectEvent(int action, int x, int y, long downTime) { in injectEvent()
|
/cts/tests/tests/media/src/android/media/cts/ |
D | CodecUtils.java | 133 CodecImage image, Rect area, int y, int u, int v); in fillImageRectWithYUV() 135 public static void fillImageRectWithYUV(Image image, Rect area, int y, int u, int v) { in fillImageRectWithYUV() 136 fillImageRectWithYUV(ImageWrapper.createFromImage(image), area, y, u, v); in fillImageRectWithYUV() local
|
/cts/tests/openglperf2/jni/reference/scene/flocking/ |
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
|
D | Boid.cpp | 16 Boid::Boid(float x, float y) : in Boid()
|
/cts/common/device-side/util/src/com/android/compatibility/common/util/ |
D | CtsMouseUtil.java | 60 final int y = screenPos[1] + offsetY; in obtainMouseEvent() local 88 public PositionMatcher(int action, int x, int y) { in PositionMatcher()
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
D | TransitionDrawableTest.java | 211 private void verifyColorFillRect(Bitmap bmp, int x, int y, int w, int h, int color) { in verifyColorFillRect() 219 private void verifyColorNotFillRect(Bitmap bmp, int x, int y, int w, int h, int color) { in verifyColorNotFillRect()
|