/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 | 67 private boolean checkFloat16Output(int x, int y, short[][][] refValues, in checkFloat16Output() 113 private boolean checkFloat16Add(int x, int y) { in checkFloat16Add() 134 private boolean checkFloat16Sub(int x, int y) { in checkFloat16Sub() 155 private boolean checkFloat16Mul(int x, int y) { in checkFloat16Mul() 176 private boolean checkFloat16Div(int x, int y) { in checkFloat16Div()
|
D | ForEachTest.java | 56 int x = 7; in testForEach() local
|
D | KernelTest.java | 56 int x = 7; in testForEach() 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/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/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
|
D | Vector2D.cpp | 22 Vector2D::Vector2D(float x, float y) : in Vector2D()
|
/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/tools/dasm/src/dasm/ |
D | Utils.java | 56 double x = Double.parseDouble(str); in stringToNumber() local 72 long x = Long.parseLong(str, radix); in stringToSmallestInteger() local
|
/cts/tests/tests/renderscriptlegacy/src/android/renderscriptlegacy/cts/ |
D | LeakTest.java | 57 int x = mc * 1024 * 1024; in testForLeaks() local
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapverifiers/ |
D | PerPixelBitmapVerifier.java | 52 protected int getExpectedColor(int x, int y) { in getExpectedColor() 89 protected boolean verifyPixel(int x, int y, int observedColor) { in verifyPixel()
|
D | ColorVerifier.java | 43 protected int getExpectedColor(int x, int y) { in getExpectedColor()
|
D | BitmapVerifier.java | 38 protected static int indexFromXAndY(int x, int y, int stride, int offset) { in indexFromXAndY()
|
D | RectVerifier.java | 40 protected int getExpectedColor(int x, int y) { in getExpectedColor()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/ |
D | DepthOfFieldOptions.java | 44 public void setFocusPoint(float x, float y) { in setFocusPoint()
|
/cts/apps/CtsVerifier/include/colorchecker/ |
D | vec2.h | 59 inline T x() const { return mX; } in x() function
|
/cts/hostsidetests/services/activitymanager/app/src/android/server/app/ |
D | ResizeableActivity.java | 60 private static String buildCoordString(int x, int y) { in buildCoordString()
|
/cts/tests/camera/src/android/hardware/camera2/cts/rs/ |
D | ScriptYuvCrop.java | 101 int x = (int)(mCropWindow.left * mInputInfo.getSize().getWidth()); in updateScriptInput() local
|
/cts/tests/tests/view/src/android/view/inputmethod/cts/ |
D | EditorInfoTest.java | 96 public void println(String x) { in println()
|
/cts/tests/tests/rscpp/librscpptest/ |
D | rs_jni_type.cpp | 48 for (int x = min; x < max; x ++) { in testTypeBuilderHelper() local 117 for (int x = 1; x < 8; x ++) { in Java_android_cts_rscpp_RSTypeTest_testGetCount() local
|
/cts/tests/openglperf2/jni/reference/scene/flocking/ |
D | Boid.cpp | 16 Boid::Boid(float x, float y) : in Boid()
|