/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/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/tests/hardware/src/android/hardware/input/cts/tests/ |
D | VirtualTouchEventTest.java | 36 final float x = 50f; in parcelAndUnparcel_matches() local 150 final float x = 0f; in touchEvent_palmAndCancelUsedProperly() local 178 final float x = 0f; in touchEvent_valid_created() local 199 final float x = 0f; in touchEvent_validWithPressureAndAxis_created() local
|
D | VirtualMouseRelativeEventTest.java | 34 final float x = 100f; in parcelAndUnparcel_matches() local 52 final float x = -50f; in relativeEvent_valid_created() local
|
D | VirtualMouseScrollEventTest.java | 36 final float x = 0.5f; in parcelAndUnparcel_matches() local 69 final float x = -1f; in scrollEvent_valid_created() local
|
D | VirtualTouchscreenTest.java | 56 final float x = 50f; in sendTouchEvent() local 88 private MotionEvent createMotionEvent(int action, float x, float y, float pressure, float size, in createMotionEvent()
|
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/ |
D | TouchHelper.java | 63 final int x = bounds.left + bounds.width() / 2; in touchAndCancelOnDisplayCenterSync() local 76 public void tapOnDisplaySync(int x, int y, int displayId) { in tapOnDisplaySync() 80 public void tapOnDisplay(int x, int y, int displayId, boolean sync) { in tapOnDisplay() 84 public void tapOnDisplay(int x, int y, int displayId, boolean sync, boolean waitAnimations) { in tapOnDisplay() 120 int x = topleft[0] + view.getWidth() / 2; in tapOnViewCenter() local 140 int x, int y, int displayId, boolean sync) { in injectMotion() 146 int x, int y, int displayId, boolean sync, boolean waitAnimations) { in injectMotion() 173 final int x = bounds.left + bounds.width() / 2; in tapOnTaskCenterAsync() local
|
/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
|
/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/accessibilityservice/src/android/accessibilityservice/cts/ |
D | AccessibilityMagnificationTest.java | 172 final float x = bounds.left + (bounds.width() / 4.0f); in testSetScaleAndCenter() local 202 final float x = windowManager.getCurrentWindowMetrics().getBounds().centerX(); in testSetMagnificationConfig_expectedConfig() local 246 final float x = windowManager.getCurrentWindowMetrics().getBounds().centerX(); in testSetConfigWithDefaultModeAndCenter_expectedConfig() local 290 final float x = windowManager.getCurrentWindowMetrics().getBounds().centerX(); in testSetFullScreenConfigWithDefaultValues_windowModeEnabled_expectedConfig() local 327 final float x = bounds.left + (bounds.width() / 4.0f); in testSetMagnificationConfig_legacyApiExpectedResult() local 356 final float x = windowManager.getCurrentWindowMetrics().getBounds().centerX(); in testSetWindowModeConfig_connectionReset_expectedResult() local 451 final float x = bounds.left + (bounds.width() / 4.0f); in testGetMagnificationConfig_setConfigByLegacyApi_expectedResult() local 538 final float x = windowManager.getCurrentWindowMetrics().getBounds().centerX(); in testListener_magnificationConfigChangedWithoutAnimation_notifyConfigChanged() local 632 final float x = windowManager.getCurrentWindowMetrics().getBounds().centerX(); in testListener_transitionFromFullScreenToWindow_notifyConfigChanged() local 682 final float x = windowManager.getCurrentWindowMetrics().getBounds().centerX(); in testListener_resetCurrentMagnification_notifyConfigChanged() local [all …]
|
/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/ |
D | TestUtils.java | 209 public static MotionEvent injectStylusDownEvent(@NonNull View view, int x, int y) { in injectStylusDownEvent() 230 public static MotionEvent injectStylusUpEvent(@NonNull View view, int x, int y) { in injectStylusUpEvent() 266 float x = startX + incrementX * i + xy[0]; in injectStylusMoveEvents() local 286 public static void injectStylusEvents(@NonNull View view, int x, int y) { in injectStylusEvents() 296 float x, float y) { in getMotionEvent() 301 int x, int y, int displayId) { in getMotionEvent()
|
/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()
|
/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/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/apps/CameraITS/tests/scene1_1/ |
D | test_3a.py | 31 def assert_is_number(x): argument
|
/cts/tests/tests/view/src/android/view/cts/util/ |
D | EventUtils.java | 25 public static MotionEvent generateMouseEvent(int x, int y, int eventType, int buttonState) { in generateMouseEvent()
|
/cts/tests/tests/renderscriptlegacy/src/android/renderscriptlegacy/cts/ |
D | LeakTest.java | 57 int x = mc * 1024 * 1024; in testForLeaks() local
|
/cts/apps/hotspot/src/com/android/cts/hotspot/ |
D | Notify.java | 27 private void turnOnHotspot(Context x) { in turnOnHotspot()
|