/cts/tests/tests/rscpp/src/android/cts/rscpp/ |
D | RSLUTTest.java | 31 private final int X = 1024; field in RSLUTTest 34 native boolean lutTest(String path, int X, int Y, byte[] input, byte[] output); in lutTest() 59 … lutTest(this.getContext().getCacheDir().toString().toString(), X, Y, byteAlloc, nativeByteAlloc); in testRSLUT() local
|
D | RSBlurTest.java | 31 private final int X = 1024; field in RSBlurTest 34 …native boolean blurTest(String path, int X, int Y, byte[] input, byte[] output, boolean singleChan… in blurTest() 55 … blurTest(this.getContext().getCacheDir().toString(), X, Y, byteAlloc, nativeByteAlloc, true); in testRSBlurOneChannel() local 84 … blurTest(this.getContext().getCacheDir().toString(), X, Y, byteAlloc, nativeByteAlloc, false); in testRSBlurFourChannels() local
|
D | RSBlendTest.java | 31 private static final int X = 256; field in RSBlendTest 34 … native boolean blendTest(String path, int X, int Y, byte[] input, byte[] output, int optionFlag); in blendTest() 111 … blendTest(this.getContext().getCacheDir().toString(), X, Y, byteAlloc, byteAlloc2, iter); in testRSBlend() local
|
D | RSColorMatrixTest.java | 31 private final int X = 1024; field in RSColorMatrixTest 34 …native boolean colorMatrixTest(String path, int X, int Y, byte[] input, byte[] output, float[] coe… in colorMatrixTest() 67 …colorMatrixTest(this.getContext().getCacheDir().toString(), X, Y, byteAlloc, nativeByteAlloc, coef… in testRSColorMatrix0() local 97 …colorMatrixTest(this.getContext().getCacheDir().toString(), X, Y, byteAlloc, nativeByteAlloc, coef… in testRSColorMatrix1() local 132 …colorMatrixTest(this.getContext().getCacheDir().toString(), X, Y, byteAlloc, nativeByteAlloc, coef… in testRSColorMatrix2() local 163 …colorMatrixTest(this.getContext().getCacheDir().toString(), X, Y, byteAlloc, nativeByteAlloc, coef… in testRSColorMatrix3() local 194 …colorMatrixTest(this.getContext().getCacheDir().toString(), X, Y, byteAlloc, nativeByteAlloc, coef… in testRSColorMatrix4() local
|
D | RSConvolveTest.java | 31 private final int X = 1024; field in RSConvolveTest 34 …native boolean convolveTest(String path, int X, int Y, byte[] input, byte[] output, float[] coeffs… in convolveTest() 66 …convolveTest(this.getContext().getCacheDir().toString(), X, Y, byteAlloc, nativeByteAlloc, coeffs,… in testConvolve3x3() local 123 …convolveTest(this.getContext().getCacheDir().toString(), X, Y, byteAlloc, nativeByteAlloc, coeffs,… in testConvolve5x5() local
|
D | RS3DLUTTest.java | 31 private final int X = 1024; field in RS3DLUTTest 36 …native boolean lutTest(String path, int X, int Y, int lutSize, byte[] input, byte[] input2, byte[]… in lutTest() 70 …lutTest(this.getContext().getCacheDir().toString(), X, Y, lutSize, byteAlloc, byteColorCube, nativ… in testRSLUT() local
|
D | RSYuvTest.java | 80 native boolean yuvTest(String path, int X, int Y, byte[] input, byte[] output, int yuvFormat); in yuvTest()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | ForEachTest.java | 526 int X = 5; in testMultipleForEach() local 550 int X = 5; in testNoRoot() local
|
D | KernelTest.java | 526 int X = 5; in testMultipleForEach() local 550 int X = 5; in testNoRoot() local
|
D | TestCtxDim.java | 27 int X = 2; in test() local
|
D | SingleSourceForEachTest.java | 27 private static final int X = 1024; field in SingleSourceForEachTest
|
/cts/tests/tests/rscpp/librscpptest/ |
D | rs_jni.cpp | 83 jint X, in Java_android_cts_rscpp_RSBlurTest_blurTest() 123 jint X, jint Y, jbyteArray inputByteArray, in Java_android_cts_rscpp_RSConvolveTest_convolveTest() 170 jint X, in Java_android_cts_rscpp_RSLUTTest_lutTest() 210 jint X, in Java_android_cts_rscpp_RS3DLUTTest_lutTest() 256 jint X, jint Y, jbyteArray inputByteArray, in Java_android_cts_rscpp_RSColorMatrixTest_colorMatrixTest() 306 jint X, jint Y, jbyteArray inputByteArray, in Java_android_cts_rscpp_RSBlendTest_blendTest() 388 jint X, in Java_android_cts_rscpp_RSResizeTest_resizeTest() 448 jint X, in Java_android_cts_rscpp_RSYuvTest_yuvTest()
|
D | rs_jni_foreach.cpp | 293 int X = 5; in Java_android_cts_rscpp_RSForEachTest_testMultipleForEach() local 327 int X = 5; in Java_android_cts_rscpp_RSForEachTest_testNoRoot() local
|
/cts/tests/openglperf2/jni/graphics/ |
D | Renderer.cpp | 26 #define EGL_RESULT_CHECK(X) do { \ argument
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/audiolib/ |
D | WaveScopeView.java | 94 float X = 0; in setupPointBuffer() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/ |
D | RobustnessPath.java | 146 final double X = x * (qy * qy + qx * qx - qz * qz - qw * qw) in calculateRotation() local
|
/cts/tests/tests/time/shell_utils/common/android/app/time/cts/shell/ |
D | DeviceConfigShellHelper.java | 162 private static <X, Y> Map<X, Y> subMap(Map<X, Y> keyValues, Set<X> keySet) { in subMap()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/ |
D | MathsUtils.java | 29 public static final int X = PoseData.INDEX_TRANSLATION_X; field in MathsUtils
|
/cts/tests/tests/rsblas/src/android/renderscript/cts/ |
D | IntrinsicBLAS.java | 197 private boolean validateVecInput(Allocation X) { in validateVecInput() 205 …private boolean validateGEMV(Element e, int TransA, Allocation A, Allocation X, int incX, Allocati… in validateGEMV() 1233 …private boolean validateSYMV(Element e, int Uplo, Allocation A, Allocation X, int incX, Allocation… in validateSYMV() 1529 …private boolean validateSPMV(Element e, int Uplo, Allocation Ap, Allocation X, int incX, Allocatio… in validateSPMV() 1699 …ean validateTRMV(Element e, int Uplo, int TransA, int Diag, Allocation A, Allocation X, int incX) { in validateTRMV() 2267 …an validateTPMV(Element e, int Uplo, int TransA, int Diag, Allocation Ap, Allocation X, int incX) { in validateTPMV() 3386 …private boolean validateGER(Element e, Allocation X, int incX, Allocation Y, int incY, Allocation … in validateGER() 3545 …private boolean validateGERU(Element e, Allocation X, int incX, Allocation Y, int incY, Allocation… in validateGERU() 4310 private boolean validateSYR(Element e, int Uplo, Allocation X, int incX, Allocation A) { in validateSYR() 4447 private boolean validateSPR(Element e, int Uplo, Allocation X, int incX, Allocation Ap) { in validateSPR() [all …]
|
/cts/tests/camera/src/android/hardware/camera2/cts/rs/ |
D | RawConverter.java | 521 private static double[] calculateCIExyCoordinates(double X, double Y, double Z) { in calculateCIExyCoordinates()
|
/cts/tests/tests/media/src/android/media/cts/ |
D | DecodeAccuracyTestBase.java | 1759 private static final int X = 0; field in BitmapCompare
|