Home
last modified time | relevance | path

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

12345

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DFloat16ArithmeticTest.java83 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/
Dmd5_utils.cpp144 #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/
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/view/src/android/view/cts/
DTouchDelegateTest.java140 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()
DPointerCaptureTest.java135 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/
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/tests/tests/uirendering/src/android/uirendering/cts/bitmapverifiers/
DPerPixelBitmapVerifier.java51 protected int getExpectedColor(int x, int y) { in getExpectedColor()
86 protected boolean verifyPixel(int x, int y, int observedColor) { in verifyPixel()
DColorVerifier.java43 protected int getExpectedColor(int x, int y) { in getExpectedColor()
DRectVerifier.java40 protected int getExpectedColor(int x, int y) { in getExpectedColor()
/cts/tests/tests/graphics/jni/
Dandroid_graphics_cts_BasicVulkanGpuTest.cpp108 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/
DDepthOfFieldOptions.java44 public void setFocusPoint(float x, float y) { in setFocusPoint()
/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapcomparers/
DBitmapComparer.java36 protected static int indexFromXAndY(int x, int y, int stride, int offset) { in indexFromXAndY()
/cts/apps/CtsVerifier/include/colorchecker/
Dvec2.h60 inline T y() const { return mY; } in y() function
/cts/tests/autofillservice/src/android/autofillservice/cts/common/
DShellHelper.java59 final int y = (int) (xy[1] + (viewHeight / 2.0f)); in tap() local
/cts/tests/tests/security/src/android/security/cts/
DMotionEventTest.java175 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/
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/tests/camera/src/android/hardware/camera2/cts/rs/
DScriptYuvCrop.java102 int y = (int)(mCropWindow.top * mInputInfo.getSize().getHeight()); in updateScriptInput() local
/cts/tests/tests/systemui/src/android/systemui/cts/
DLightBarTests.java112 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/
DCodecUtils.java133 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/
DFlockingScene.cpp36 float y = (rand() % 101) - 50.0f; in FlockingScene() local
161 float y = pos->mY / (LIMIT_Y * BOID_SCALE); in updateSceneGraphs() local
DBoid.cpp16 Boid::Boid(float x, float y) : in Boid()
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DCtsMouseUtil.java60 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/
DTransitionDrawableTest.java211 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()

12345