| /cts/tests/tests/renderscript/libcoremathtestcpp/ |
| D | CoreMathTestJni.cpp | 119 Java_android_renderscript_cts_CoreMathVerifier_acos(JNIEnv*, jclass, jfloat x) { in Java_android_renderscript_cts_CoreMathVerifier_acos() 124 Java_android_renderscript_cts_CoreMathVerifier_acosh(JNIEnv*, jclass, jfloat x) { in Java_android_renderscript_cts_CoreMathVerifier_acosh() 129 Java_android_renderscript_cts_CoreMathVerifier_asin(JNIEnv*, jclass, jfloat x) { in Java_android_renderscript_cts_CoreMathVerifier_asin() 134 Java_android_renderscript_cts_CoreMathVerifier_asinh(JNIEnv*, jclass, jfloat x) { in Java_android_renderscript_cts_CoreMathVerifier_asinh() 139 Java_android_renderscript_cts_CoreMathVerifier_atan(JNIEnv*, jclass, jfloat x) { in Java_android_renderscript_cts_CoreMathVerifier_atan() 144 Java_android_renderscript_cts_CoreMathVerifier_atan2(JNIEnv*, jclass, jfloat x, jfloat y) { in Java_android_renderscript_cts_CoreMathVerifier_atan2() 149 Java_android_renderscript_cts_CoreMathVerifier_atanh(JNIEnv*, jclass, jfloat x) { in Java_android_renderscript_cts_CoreMathVerifier_atanh() 154 Java_android_renderscript_cts_CoreMathVerifier_cbrt(JNIEnv*, jclass, jfloat x) { in Java_android_renderscript_cts_CoreMathVerifier_cbrt() 159 Java_android_renderscript_cts_CoreMathVerifier_ceil(JNIEnv*, jclass, jfloat x) { in Java_android_renderscript_cts_CoreMathVerifier_ceil() 164 Java_android_renderscript_cts_CoreMathVerifier_cos(JNIEnv*, jclass, jfloat x) { in Java_android_renderscript_cts_CoreMathVerifier_cos() [all …]
|
| /cts/tests/tests/renderscript/src/android/renderscript/cts/ |
| D | CoreMathVerifier.java | 57 static native float acos(float x); in acos() 58 static native float acosh(float x); in acosh() 59 static native float asin(float x); in asin() 60 static native float asinh(float x); in asinh() 61 static native float atan(float x); in atan() 62 static native float atan2(float x, float y); in atan2() 63 static native float atanh(float x); in atanh() 64 static native float cbrt(float x); in cbrt() 65 static native float ceil(float x); in ceil() 66 static native float cos(float x); in cos() [all …]
|
| 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/systemui/src/android/systemui/cts/ |
| D | TouchHelper.java | 43 public boolean click(int x, int y) { in click() 53 private boolean touchDown(int x, int y) { in touchDown() 59 private boolean touchUp(int x, int y) { in touchUp() 67 float x, float y) { in getMotionEvent()
|
| /cts/tests/tests/hardware/src/android/hardware/input/cts/tests/ |
| D | VirtualTouchscreenTest.java | 80 final float x = 50f; in sendTouchEvent() local 150 final float x = 50f; in sendTouchEvent_withoutCreateVirtualDevicePermission_throwsException() local 167 private void sendHoverEvent(int action, float x, float y) { in sendHoverEvent() 178 private MotionEvent createMotionEvent(int action, float x, float y) { in createMotionEvent() 183 private MotionEvent createMotionEvent(int action, float x, float y, float pressure, float size, in createMotionEvent()
|
| D | VirtualTouchEventTest.java | 36 final float x = 50f; in parcelAndUnparcel_matches() local 167 final float x = 0f; in touchEvent_palmAndCancelUsedProperly() local 195 final float x = 0f; in touchEvent_valid_created() local 220 final float x = 0f; in touchEvent_validWithPressureAndAxis_created() local
|
| D | VirtualMouseRelativeEventTest.java | 36 final float x = 100f; in parcelAndUnparcel_matches() local 69 final float x = -50f; in relativeEvent_valid_created() local
|
| D | VirtualNavigationTouchpadTest.java | 80 final float x = 30f; in sendTouchEvent() local 111 final float x = 30f; in sendTouchEvent_withoutCreateVirtualDevicePermission_throwsException() local 147 final float x = 30f; in sendTap_motionEventNotConsumed_getsConvertedToDpadCenter() local 230 float x = 30f; in sendLongPress_motionEventNotConsumed_getsIgnored() local 303 private MotionEvent createMotionEvent(int action, float x, float y, float pressure, float size, in createMotionEvent()
|
| D | VirtualMouseScrollEventTest.java | 36 final float x = 0.5f; in parcelAndUnparcel_matches() local 83 final float x = -1f; in scrollEvent_valid_created() local
|
| /cts/tests/tests/media/common/jni/ |
| 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() 111 float x = 0; in multiply() local 196 const float x = 2.0f * (near * r_width); 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() 320 const float x = rhs[0]; in multiplyVector() local
|
| /cts/tests/tests/os/src/android/os/cts/ |
| D | IpcDataCacheTest.java | 53 boolean query(int x) { in query() 59 boolean value(int x) { in value() 64 void verify(int x) { in verify() 79 public Boolean apply(Integer x) { in apply() 83 public boolean shouldBypassCache(Integer x) { in shouldBypassCache()
|
| /cts/tests/input/src/android/input/cts/ |
| D | InputShellCommandTest.kt | 35 val x = location[0] + v.width / 2 in getViewCenterOnScreen() constant 65 val (x, y) = getViewCenterOnScreen(activity.window.decorView) in testDefaultToolType() constant 76 val (x, y) = getViewCenterOnScreen(activity.window.decorView) in testToolType() constant
|
| D | MultiTouchTest.kt | 105 val x = v.width / 4f in parameters() constant 114 val x = location[0].toFloat() + pt.x in getViewPointerOnScreen() constant
|
| /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
| D | AccessibilityMagnificationTest.java | 180 final float x = bounds.left + (bounds.width() / 4.0f); in testSetScaleAndCenter() local 209 final float x = rect.centerX(); in testSetMagnificationConfig_expectedConfig() local 253 final float x = bounds.centerX(); in testSetConfigWithDefaultModeAndCenter_expectedConfig() local 293 final float x = bounds.centerX(); in testSetConfigWithActivatedFalse_expectedConfig() local 355 final float x = bounds.centerX(); in testSetFullScreenConfigWithDefaultValues_windowModeEnabled_expectedConfig() local 411 final float x = bounds.centerX(); in testResetCurrentMagnification_fullScreenEnabled_expectedConfig() local 444 final float x = bounds.left + (bounds.width() / 4.0f); in testSetMagnificationConfig_legacyApiExpectedResult() local 472 final float x = bounds.centerX(); in testSetWindowModeConfig_connectionReset_expectedResult() local 567 final float x = bounds.left + (bounds.width() / 4.0f); in testGetMagnificationConfig_setConfigByLegacyApi_expectedResult() local 588 final float x = bounds.left + (bounds.width() / 4.0f); in testGetMagnificationConfig_setConfigByLegacyApiAndReset_expectedResult() local [all …]
|
| /cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/ |
| D | TestUtils.java | 232 public static MotionEvent injectStylusDownEvent(@NonNull View view, int x, int y) { in injectStylusDownEvent() 254 public static MotionEvent injectStylusUpEvent(@NonNull View view, int x, int y) { in injectStylusUpEvent() 278 int x = xy[0] + view.getWidth() / 2; in injectFingerEventOnViewCenter() local 312 float x = startX + incrementX * i + xy[0]; in injectStylusMoveEvents() local 333 public static void injectStylusEvents(@NonNull View view, int x, int y) { in injectStylusEvents() 343 float x, float y, int toolType) { in getMotionEvent() 348 int x, int y, int displayId, int toolType) { in getMotionEvent() 466 float x = startX + incrementX * i; in injectNavBarToHomeGestureEvents() local
|
| /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/framework/base/windowmanager/util/src/android/server/wm/ |
| D | TouchHelper.java | 64 final int x = bounds.left + bounds.width() / 2; in touchAndCancelOnDisplayCenterSync() local 77 public void tapOnDisplaySync(int x, int y, int displayId) { in tapOnDisplaySync() 81 public void tapOnDisplay(int x, int y, int displayId, boolean sync) { in tapOnDisplay() 85 public void tapOnDisplay(int x, int y, int displayId, boolean sync, boolean waitAnimations) { in tapOnDisplay() 121 int x = topleft[0] + view.getWidth() / 2; in tapOnViewCenter() local 141 int x, int y, int displayId, boolean sync) { in injectMotion() 147 int x, int y, int displayId, boolean sync, boolean waitAnimations) { in injectMotion() 191 final int x = bounds.left + bounds.width() / 2; in tapOnTaskCenterAsync() local
|
| /cts/tests/tests/uirendering27/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()
|
| /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()
|
| /cts/tests/tests/webkit/src/android/webkit/cts/ |
| D | WebViewDarkModeTestBase.java | 69 private static int[] getBitmapPixels(Bitmap bitmap, int x, int y, int width, int height) { in getBitmapPixels() 76 Bitmap bitmap, int x, int y, int width, int height) { in getBitmapHistogram()
|
| /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/ |
| D | DspBufferMath.java | 58 T x = a; in add() local 130 T x = a; in mult() local 213 T x = a; in mult() local 259 T x = a; in set() local
|
| /cts/tests/tests/view/src/android/view/cts/util/ |
| D | EventUtils.java | 25 public static MotionEvent generateMouseEvent(int x, int y, int action, int buttonState) { in generateMouseEvent()
|
| /cts/apps/CameraITS/tests/scene1_1/ |
| D | test_3a.py | 31 def assert_is_number(x): argument
|