Home
last modified time | relevance | path

Searched defs:x (Results 1 – 25 of 179) sorted by relevance

12345678

/cts/tests/tests/renderscript/libcoremathtestcpp/
DCoreMathTestJni.cpp119 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/suite/audio_quality/lib/include/
DLog.h55 #define LOGE(x...) do { Log::Instance()->printf(Log::ELogE, x); \ argument
57 #define LOGW(x...) do { Log::Instance()->printf(Log::ELogW, x); } while(0) argument
58 #define LOGI(x...) do { Log::Instance()->printf(Log::ELogI, x); } while(0) argument
59 #define LOGD(x...) do { Log::Instance()->printf(Log::ELogD, x); } while(0) argument
60 #define LOGV(x...) do { Log::Instance()->printf(Log::ELogV, x); } while(0) argument
62 #define MSG(x...) do { Log::Instance()->printf(Log::ELogE, x); } while(0) argument
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DCoreMathVerifier.java57 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 …]
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/systemui/src/android/systemui/cts/
DTouchHelper.java43 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/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/framework/base/windowmanager/util/src/android/server/wm/
DTouchHelper.java63 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()
116 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()
/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()
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/input/src/android/input/cts/
DInputShellCommandTest.kt35 val x = location[0] + v.width / 2 in getViewCenterOnScreen() constant
63 val (x, y) = getViewCenterOnScreen(mActivity.window.decorView) in testDefaultToolType() constant
74 val (x, y) = getViewCenterOnScreen(mActivity.window.decorView) in testToolType() constant
/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/uirendering27/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()
/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()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/
DDspBufferMath.java58 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/
DEventUtils.java25 public static MotionEvent generateMouseEvent(int x, int y, int eventType, int buttonState) { in generateMouseEvent()
/cts/tests/tests/renderscriptlegacy/src/android/renderscriptlegacy/cts/
DLeakTest.java57 int x = mc * 1024 * 1024; in testForLeaks() local
/cts/apps/hotspot/src/com/android/cts/hotspot/
DNotify.java27 private void turnOnHotspot(Context x) { in turnOnHotspot()
/cts/tests/tests/graphics/jni/
Dandroid_graphics_cts_BasicVulkanGpuTest.cpp110 for (size_t x = 0; x < kTestImageWidth; ++x) { in verifyBasicBufferImport() local
137 for (uint32_t x = 0; x < kTestImageWidth; ++x) { in verifyBasicBufferImport() local
/cts/tests/tests/view/src/android/view/cts/
DPointerCaptureTest.java140 private void injectRelativeMouseEvent(int action, int x, int y) { in injectRelativeMouseEvent()
144 private static MotionEvent obtainRelativeMouseEvent(int action, int x, int y) { in obtainRelativeMouseEvent()
152 View.OnCapturedPointerListener listener, View view, int action, int x, int y) { in verifyRelativeMouseEvent()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2021-29368/
Dpoc.cpp33 #define SYSCHK(x) \ argument
/cts/apps/CameraITS/tools/
Drun_sensor_fusion.py97 get_argv_vals = lambda x: x.split('=')[1] argument
/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/tests/tests/uirendering27/src/android/uirendering/cts/bitmapcomparers/
DBitmapComparer.java36 protected static int indexFromXAndY(int x, int y, int stride, int offset) { in indexFromXAndY()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DCtsMouseUtil.java61 final int x = screenPos[0] + offsetX; in obtainMouseEvent() local
83 final int x = screenPos[0] + offsetX; in emulateHoverOnView() local
120 public PositionMatcher(int action, int x, int y) { in PositionMatcher()

12345678