/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/suite/audio_quality/lib/include/ |
D | Log.h | 55 #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/ |
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()
|
D | LightBarTests.java | 114 int x = mActivityRule.getActivity().getWidth() / 2; in testLightNavigationBar() local 139 private void injectCanceledTap(int x, int y) { in injectCanceledTap() 145 private void injectEvent(int action, int x, int y, long downTime) { in injectEvent() 241 int x = i % bitmap.getWidth(); in evaluateLightBarBitmap() local
|
/cts/tests/tests/media/libmediandkjni/ |
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/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/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/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()
|
D | ColorVerifier.java | 43 protected int getExpectedColor(int x, int y) { in getExpectedColor()
|
/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()
|
D | ColorVerifier.java | 43 protected int getExpectedColor(int x, int y) { in getExpectedColor()
|
/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 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()
|
/cts/tests/tests/graphics/jni/ |
D | android_graphics_cts_BasicVulkanGpuTest.cpp | 110 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/renderscript/src/android/renderscript/cts/refocus/ |
D | DepthOfFieldOptions.java | 44 public void setFocusPoint(float x, float y) { in setFocusPoint()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | PointerCaptureTest.java | 140 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/tests/tests/uirendering/src/android/uirendering/cts/bitmapcomparers/ |
D | BitmapComparer.java | 36 protected static int indexFromXAndY(int x, int y, int stride, int offset) { in indexFromXAndY()
|
/cts/tests/tests/uirendering27/src/android/uirendering/cts/bitmapcomparers/ |
D | BitmapComparer.java | 36 protected static int indexFromXAndY(int x, int y, int stride, int offset) { in indexFromXAndY()
|
/cts/common/device-side/util/src/com/android/compatibility/common/util/ |
D | CtsMouseUtil.java | 61 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()
|
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | CtsMouseUtil.java | 61 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()
|