/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/hardware/src/android/hardware/input/cts/virtualcreators/ |
D | VirtualInputEventCreator.java | 28 public static MotionEvent createMouseEvent(int action, float x, float y, int buttonState, in createMouseEvent() 57 public static MotionEvent createMouseEvent(int action, float x, float y, int buttonState, in createMouseEvent() 63 public static MotionEvent createTouchscreenEvent(int action, float x, float y, float pressure, in createTouchscreenEvent() 93 public static MotionEvent createNavigationTouchpadMotionEvent(int action, float x, float y, in createNavigationTouchpadMotionEvent() 123 public static MotionEvent createStylusHoverMotionEvent(int action, float x, float y, in createStylusHoverMotionEvent() 128 public static MotionEvent createStylusHoverMotionEvent(int action, float x, float y, in createStylusHoverMotionEvent() 133 public static MotionEvent createStylusTouchMotionEvent(int action, float x, float y, in createStylusTouchMotionEvent() 138 public static MotionEvent createStylusTouchMotionEvent(int action, float x, float y, in createStylusTouchMotionEvent() 144 public static MotionEvent createStylusTouchMotionEvent(int action, float x, float y, in createStylusTouchMotionEvent() 149 public static MotionEvent createStylusEvent(int action, int toolType, float x, float y, in createStylusEvent() [all …]
|
/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 | 59 final float x = 50f; in sendTouchEvent() local 136 final float x = 50f; in sendTouchEvent_withoutCreateVirtualDevicePermission_throwsException() local 151 private void sendHoverEvent(int action, float x, float y) { in sendHoverEvent() 162 private MotionEvent createMotionEvent(int action, float x, float y) { in createMotionEvent()
|
D | VirtualNavigationTouchpadTest.java | 61 final float x = 30f; in sendTouchEvent() local 86 final float x = 30f; in sendTouchEvent_withoutCreateVirtualDevicePermission_throwsException() local 104 final float x = 30f; in sendTap_motionEventNotConsumed_getsConvertedToDpadCenter() local 174 float x = 30f; in sendLongPress_motionEventNotConsumed_getsIgnored() local 239 private void sendVirtualNavigationTouchEvent(float x, float y, int action) { in sendVirtualNavigationTouchEvent()
|
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 | VirtualMouseScrollEventTest.java | 36 final float x = 0.5f; in parcelAndUnparcel_matches() local 83 final float x = -1f; in scrollEvent_valid_created() local
|
D | VirtualStylusMotionEventTest.java | 45 final int x = 50; in parcelAndUnparcel_matches() local 207 final int x = 50; in stylusMotionEvent_validWithoutPressureAndTilt_created() local 229 final int x = 50; in stylusMotionEvent_validWithPressureAndTilt_created() local
|
D | VirtualStylusTest.java | 73 final int x = 50; in sendTouchEvents() local 226 final int x = 50; in sendTouchEvent_withoutCreateVirtualDevicePermission_throwsException() local 284 private void sendMotionEvent(int action, int x, int y, int pressure, int toolType, in sendMotionEvent() 297 private void sendMotionEvent(int action, int x, int y, int pressure, int toolType) { in sendMotionEvent()
|
/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/apps/CameraITS/tests/scene3/ |
D | test_imu_drift.py | 65 def define_3axis_plot(x, y, z, t, plot_name): argument 84 def plot_rotation_vector_data(x, y, z, t, log_path): argument 125 def plot_raw_gyro_data(x, y, z, t, log_path): argument 144 def do_riemann_sums(x, y, z, t, log_path): argument
|
/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/ |
D | TestUtils.java | 325 public static MotionEvent injectStylusDownEvent(@NonNull View view, int x, int y) { in injectStylusDownEvent() 338 @NonNull UinputTouchDevice device, @NonNull View view, int x, int y) { in injectStylusDownEvent() 368 public static MotionEvent injectStylusUpEvent(@NonNull View view, int x, int y) { in injectStylusUpEvent() 372 public static void injectStylusHoverEvents(@NonNull View view, int x, int y) { in injectStylusHoverEvents() 378 private static MotionEvent injectStylusEvent(@NonNull View view, int action, int x, int y) { in injectStylusEvent() 403 int x = xy[0] + view.getWidth() / 2; in injectFingerEventOnViewCenter() local 427 int x = xy[0] + view.getWidth() / 2; in injectFingerEventOnViewCenter() local 467 float x = startX + incrementX * i + xy[0]; in injectStylusMoveEvents() local 501 int x = (int) (startX + incrementX * i + xy[0]); in injectStylusMoveEvents() local 518 public static void injectStylusEvents(@NonNull View view, int x, int y) { in injectStylusEvents() [all …]
|
/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 | 55 boolean query(int x) { in query() 61 boolean value(int x) { in value() 66 void verify(int x) { in verify() 81 public Boolean apply(Integer x) { in apply() 85 public boolean shouldBypassCache(Integer x) { in shouldBypassCache()
|
/cts/tests/input/src/android/input/cts/ |
D | InputShellCommandTest.kt | 36 val x = location[0] + v.width / 2 in getViewCenterOnScreen() constant 66 val (x, y) = getViewCenterOnScreen(activity.window.decorView) in testDefaultTapToolType() constant 77 val (x, y) = getViewCenterOnScreen(activity.window.decorView) in testTapToolType() constant 112 val (x, y) = getViewCenterOnScreen(activity.window.decorView) in testPointerScroll() constant
|
D | MultiTouchTest.kt | 137 val x = v.width / 4f in parameters() constant 146 val x = location[0].toFloat() + pt.x in getViewPointerOnScreen() constant
|
/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 136 int x, int y, int displayId, boolean sync) { in injectMotion() 142 int x, int y, int displayId, boolean sync, boolean waitAnimations) { in injectMotion() 186 final int x = bounds.left + bounds.width() / 2; in tapOnTaskCenterAsync() local
|
/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/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()
|