/cts/tests/tests/rscpp/src/android/cts/rscpp/ |
D | RSLUTTest.java | 32 private final int Y = 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 | 32 private final int Y = 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 | 32 private static final int Y = 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 | 32 private final int Y = 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 | 32 private final int Y = 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 | 32 private final int Y = 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 | 527 int Y = 7; in testMultipleForEach() local 551 int Y = 7; in testNoRoot() local
|
D | KernelTest.java | 527 int Y = 7; in testMultipleForEach() local 551 int Y = 7; in testNoRoot() local
|
D | TestCtxDim.java | 30 int Y = 5; in test() local
|
D | SingleSourceForEachTest.java | 28 private static final int Y = 768; field in SingleSourceForEachTest
|
/cts/tests/tests/rscpp/librscpptest/ |
D | rs_jni.cpp | 84 jint Y, in Java_android_cts_rscpp_RSBlurTest_blurTest() 123 jint X, jint Y, jbyteArray inputByteArray, in Java_android_cts_rscpp_RSConvolveTest_convolveTest() 171 jint Y, in Java_android_cts_rscpp_RSLUTTest_lutTest() 211 jint Y, 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() 389 jint Y, in Java_android_cts_rscpp_RSResizeTest_resizeTest() 449 jint Y, in Java_android_cts_rscpp_RSYuvTest_yuvTest()
|
D | rs_jni_foreach.cpp | 294 int Y = 7; in Java_android_cts_rscpp_RSForEachTest_testMultipleForEach() local 328 int Y = 7; in Java_android_cts_rscpp_RSForEachTest_testNoRoot() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/audiolib/ |
D | WaveScopeView.java | 120 float Y = zeroY; in drawChannel16() local 149 float Y = zeroY; in drawChannelFloat() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/ |
D | RobustnessPath.java | 149 final double Y = x * (2 * qx * qw + 2 * qy * qz) in calculateRotation() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/ |
D | MathsUtils.java | 30 public static final int Y = PoseData.INDEX_TRANSLATION_Y; field in MathsUtils
|
/cts/tests/tests/rsblas/src/android/renderscript/cts/ |
D | IntrinsicBLAS.java | 205 …validateGEMV(Element e, int TransA, Allocation A, Allocation X, int incX, Allocation Y, int incY) { in validateGEMV() 1233 …n validateSYMV(Element e, int Uplo, Allocation A, Allocation X, int incX, Allocation Y, int incY) { in validateSYMV() 1529 … validateSPMV(Element e, int Uplo, Allocation Ap, Allocation X, int incX, Allocation Y, int incY) { in validateSPMV() 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() 4590 …private boolean validateSYR2(Element e, int Uplo, Allocation X, int incX, Allocation Y, int incY, … in validateSYR2() 4749 …private boolean validateSPR2(Element e, int Uplo, Allocation X, int incX, Allocation Y, int incY, … in validateSPR2()
|
/cts/tests/tests/media/libmediandkjni/ |
D | codec-utils-jni.cpp | 409 uint64_t Y = *ycol; in getRawStats() local
|
/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 | 1760 private static final int Y = 1; field in BitmapCompare
|