/cts/hostsidetests/sustainedperf/dhrystone/ |
D | Drystone-2.1.sh | 18 X 19 X Reinhold P. Weicker 20 X Siemens AG, E STE 35 21 X Postfach 3240 22 X D-8520 Erlangen 23 X Germany (West) 24 X 25 X 26 X 27 X [all …]
|
/cts/tests/tests/rscpp/src/android/cts/rscpp/ |
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() argument 36 int[] baseAlloc = new int[X * Y * 4]; in testRSColorMatrix0() 38 byte[] byteAlloc = new byte[X * Y * 4]; in testRSColorMatrix0() 39 for (int i = 0; i < X * Y * 4; i++) { in testRSColorMatrix0() 55 build.setX(X); in testRSColorMatrix0() 66 byte[] nativeByteAlloc = new byte[X * Y * 4]; in testRSColorMatrix0() 67 …colorMatrixTest(this.getContext().getCacheDir().toString(), X, Y, byteAlloc, nativeByteAlloc, coef… in testRSColorMatrix0() local 76 int[] baseAlloc = new int[X * Y * 4]; in testRSColorMatrix1() 78 byte[] byteAlloc = new byte[X * Y * 4]; in testRSColorMatrix1() [all …]
|
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() argument 36 int[] baseAlloc = new int[X * Y]; in testRSBlurOneChannel() 38 byte[] byteAlloc = new byte[X * Y]; in testRSBlurOneChannel() 39 for (int i = 0; i < X * Y; i++) { in testRSBlurOneChannel() 44 build.setX(X); in testRSBlurOneChannel() 54 byte[] nativeByteAlloc = new byte[X * Y]; in testRSBlurOneChannel() 55 … blurTest(this.getContext().getCacheDir().toString(), X, Y, byteAlloc, nativeByteAlloc, true); in testRSBlurOneChannel() local 65 int[] baseAlloc = new int[X * Y * 4]; in testRSBlurFourChannels() 67 byte[] byteAlloc = new byte[X * Y * 4]; in testRSBlurFourChannels() [all …]
|
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() argument 36 int[] baseAlloc = new int[X * Y]; in testConvolve3x3() 49 byte[] byteAlloc = new byte[X * Y]; in testConvolve3x3() 50 for (int i = 0; i < X * Y; i++) { in testConvolve3x3() 55 build.setX(X); in testConvolve3x3() 65 byte[] nativeByteAlloc = new byte[X * Y]; in testConvolve3x3() 66 …convolveTest(this.getContext().getCacheDir().toString(), X, Y, byteAlloc, nativeByteAlloc, coeffs,… in testConvolve3x3() local 75 int[] baseAlloc = new int[X * Y]; in testConvolve5x5() 106 byte[] byteAlloc = new byte[X * Y]; in testConvolve5x5() [all …]
|
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() argument 37 int[] baseAlloc = new int[X * Y * 4]; in testRSBlend() 39 byte[] byteAlloc = new byte[X * Y * 4]; in testRSBlend() 40 for (int i = 0; i < X * Y * 4; i++) { in testRSBlend() 44 int[] baseAlloc2 = new int[X * Y * 4]; in testRSBlend() 46 byte[] byteAlloc2 = new byte[X * Y * 4]; in testRSBlend() 47 for (int i = 0; i < X * Y * 4; i++) { in testRSBlend() 52 build.setX(X); in testRSBlend() 111 … blendTest(this.getContext().getCacheDir().toString(), X, Y, byteAlloc, byteAlloc2, iter); in testRSBlend() local
|
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() argument 36 int[] baseAlloc = new int[X * Y * 4]; in testRSLUT() 38 byte[] byteAlloc = new byte[X * Y * 4]; in testRSLUT() 39 for (int i = 0; i < X * Y * 4; i++) { in testRSLUT() 44 build.setX(X); in testRSLUT() 58 byte[] nativeByteAlloc = new byte[X * Y * 4]; in testRSLUT() 59 … lutTest(this.getContext().getCacheDir().toString().toString(), X, Y, byteAlloc, nativeByteAlloc); in testRSLUT() 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() argument 38 int[] baseAlloc = new int[X * Y * 4]; in testRSLUT() 42 byte[] byteAlloc = new byte[X * Y * 4]; in testRSLUT() 44 for (int i = 0; i < X * Y * 4; i++) { in testRSLUT() 52 build.setX(X); in testRSLUT() 69 byte[] nativeByteAlloc = new byte[X * Y * 4]; in testRSLUT() 70 …lutTest(this.getContext().getCacheDir().toString(), X, Y, lutSize, byteAlloc, byteColorCube, nativ… in testRSLUT() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/ |
D | ComplexMovementPath.java | 22 import static com.android.cts.verifier.sensors.sixdof.Utils.MathsUtils.X; 177 ringCenter[X] += mLocationMapping[ringLocationDifference.ordinal()][0]; in createRing() 192 rotation[X] = location2[X] - location1[X]; in calculateRingRotation() 231 float magnitude = (float) Math.sqrt(Math.pow(rotation[X], 2) + in calculateRectangleHitbox() 236 float[] rotationInverse = {0 - rotation[X], 0 - rotation[Y]}; in calculateRectangleHitbox() 237 float[] rotationNinety = {rotation[Y], 0 - rotation[X]}; in calculateRectangleHitbox() 238 float[] rotationNinetyInverse = {0 - rotation[Y], rotation[X]}; in calculateRectangleHitbox() 241 midFront[X] = centre[X] + (lengthScaleFactor * rotation[X]); in calculateRectangleHitbox() 244 midRear[X] = centre[X] + (lengthScaleFactor * rotationInverse[X]); in calculateRectangleHitbox() 249 frontLeft[X] = midFront[X] + (widthScaleFactor * rotationNinetyInverse[X]); in calculateRectangleHitbox() [all …]
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | SingleSourceForEachTest.java | 27 private static final int X = 1024; field in SingleSourceForEachTest 45 i32TypeBuilder.setX(X).setY(Y); in setUp() 51 testInputArray = new int[X * Y]; in setUp() 52 testInputArray2 = new int[X * Y]; in setUp() 53 testOutputArray = new int[X * Y]; in setUp() 54 baselineOutputArray = new int[X * Y]; in setUp() 82 checkArray(baselineOutputArray, testOutputArray, Y, X, X); in testSingleInputKernelLaunch() 92 checkArray(baselineOutputArray, testOutputArray, Y, X, X); in testMultiInputKernelLaunch() 103 sc.setX(0, X); in testKernelLaunchWithOptions() 106 s.invoke_testLaunchOptions(testInputAlloc, testOutputAlloc, X, Y); in testKernelLaunchWithOptions() [all …]
|
/cts/tests/tests/rscpp/librscpptest/ |
D | rs_jni.cpp | 83 jint X, in Java_android_cts_rscpp_RSBlurTest_blurTest() argument 103 sp<Allocation> inputAlloc = Allocation::createSized2D(rs, e, X, Y); in Java_android_cts_rscpp_RSBlurTest_blurTest() 104 sp<Allocation> outputAlloc = Allocation::createSized2D(rs, e, X, Y); in Java_android_cts_rscpp_RSBlurTest_blurTest() 107 inputAlloc->copy2DRangeFrom(0, 0, X, Y, input); in Java_android_cts_rscpp_RSBlurTest_blurTest() 112 outputAlloc->copy2DRangeTo(0, 0, X, Y, output); in Java_android_cts_rscpp_RSBlurTest_blurTest() 123 jint X, jint Y, jbyteArray inputByteArray, in Java_android_cts_rscpp_RSConvolveTest_convolveTest() argument 139 sp<Allocation> inputAlloc = Allocation::createSized2D(rs, e, X, Y); in Java_android_cts_rscpp_RSConvolveTest_convolveTest() 140 sp<Allocation> outputAlloc = Allocation::createSized2D(rs, e, X, Y); in Java_android_cts_rscpp_RSConvolveTest_convolveTest() 142 inputAlloc->copy2DRangeFrom(0, 0, X, Y, input); in Java_android_cts_rscpp_RSConvolveTest_convolveTest() 157 outputAlloc->copy2DRangeTo(0, 0, X, Y, output); in Java_android_cts_rscpp_RSConvolveTest_convolveTest() [all …]
|
/cts/tests/tests/media/assets/audio_only/ |
D | index.m3u8 | 2 #EXT-X-INDEPENDENT-SEGMENTS 3 #EXT-X-VERSION:5 4 #EXT-X-TARGETDURATION:10 5 #EXT-X-PLAYLIST-TYPE:VOD 6 #EXT-X-KEY:METHOD=SAMPLE-AES,URI="00.key",IV=0x76fb8e8c870c8f95234d6c40aac52902 31 #EXT-X-ENDLIST
|
/cts/tests/tests/media/assets/unmuxed_1500k/ |
D | index.m3u8 | 2 #EXT-X-INDEPENDENT-SEGMENTS 3 #EXT-X-VERSION:5 4 #EXT-X-TARGETDURATION:10 5 #EXT-X-PLAYLIST-TYPE:VOD 6 #EXT-X-KEY:METHOD=SAMPLE-AES,URI="00.key",IV=0x10428210ced85ee2ece4f45206ba81ce 37 #EXT-X-ENDLIST
|
/cts/tests/tests/media/assets/ |
D | prog_index.m3u8 | 2 #EXT-X-TARGETDURATION:10 3 #EXT-X-VERSION:3 4 #EXT-X-MEDIA-SEQUENCE:0 5 #EXT-X-PLAYLIST-TYPE:VOD 10 #EXT-X-ENDLIST
|
D | hls.m3u8 | 2 #EXT-X-TARGETDURATION:10 3 #EXT-X-MEDIA-SEQUENCE:0 8 #EXT-X-ENDLIST
|
/cts/tests/tests/media/assets/hls_variant/ |
D | index.m3u8 | 2 #EXT-X-INDEPENDENT-SEGMENTS 3 #EXT-X-STREAM-INF:CLOSED-CAPTIONS=NONE,BANDWIDTH=165340,RESOLUTION=256x144,CODECS="mp4a.40.5,avc1.4… 5 #EXT-X-STREAM-INF:CLOSED-CAPTIONS=NONE,BANDWIDTH=344388,RESOLUTION=426x240,CODECS="mp4a.40.5,avc1.4… 7 #EXT-X-STREAM-INF:CLOSED-CAPTIONS=NONE,BANDWIDTH=387360,RESOLUTION=640x360,CODECS="mp4a.40.2,avc1.4… 9 #EXT-X-STREAM-INF:CLOSED-CAPTIONS=NONE,BANDWIDTH=765178,RESOLUTION=854x480,CODECS="mp4a.40.2,avc1.4… 11 #EXT-X-STREAM-INF:CLOSED-CAPTIONS=NONE,BANDWIDTH=1676816,RESOLUTION=1280x720,CODECS="mp4a.40.2,avc1…
|
/cts/tests/tests/media/assets/hls_variant/165340/ |
D | index.m3u8 | 2 #EXT-X-VERSION:3 3 #EXT-X-TARGETDURATION:5 4 #EXT-X-PLAYLIST-TYPE:VOD 53 #EXT-X-ENDLIST
|
D | 06.ts | 11 …@��UJ�M�do�)T��.� O�s����P4E+$�o�w3*5�ͳ�]�G���<������@\P?�!X�Z//�߬[�ڏ���50���&z… 19 … �f����c�9G_i�8��Ns������2+���%�K�:*X?�FP51���C��c�*c�������wq�a����ע�Kh���^)�[… 42 …��#D4�����<Z�M�B�i�~�X(р�GA����!�Á �A�@?���wl�pn��87D��������i�40(��^�… 44 …4|m��������l8����d3m{�2G���)����`��V��;�4�4��E�����L2ؒr���C��1�����8h�7�s٩�8HC�X���YU�Z� 46 �Su���X�k�G�#�SA��x&�_�����!��wL]?y<2�L����(�e}\�L�/e����v;�^�����Ȁ���m��"�ֳ�z�q�-b�_}t�… 63 �����1B�_���C��&n~;�p3A%�0�M���î���:0�n�����d�X�����}����}���MOa 80 x�X���b]�)�����fb�TbZi�&�2�qv����ZF*����D�^���6E������K����m�K���aE�*��Xv6��lVM>i��2… 97 …87�GA�'��!����\@#��&,4�*9��`��%Uu�v�+�`��d�� +�c�q�Ǵn��l�X�)p0J�4�;�۳y:"�����&�v…
|
D | 03.ts | 17 …�Y~��_����3��s�����4v!��&��@Nr]+#��Q}��������1',�F�6�~�)E�>l�A|�XG#9�0��p���… 20 Ώ@��p���&�Ʋ�XJ�R������ԇ 21 X ����[EچAc�Y������g����N+0��!�m�?��J��iG?6������������������������������������������������… 44 ���cs&71���B}�s�v��ؘ耲+�30kW�:${�Y�X/�q�<��AQ�j�Ӑ����w!�'�R+����1��V���NwU�����xGA��… 45 ��`�MMP��������JG���z��TN�ѻ���75��v�3����J��)���"����)G7X��������������������������… 57 )����{�����1�Q����A4����f�L��bR���`�q�D�A������ l]s��h�߬GHG{U���x�B�O){s��4X�Ƚ;�… 80 ….�'X�V�A�*W�Г[XU�[�&�����G5W����������������������������������������������������������������… 85 …?��%/��.c�YB��^�Z[����:|��,�_9����N��%��UStCRd�҈.E��ڃ����?��gq�ȟ�`� X���^��K��y}w�7^�3… 132 …��C��������3�H:�!���G���֛�̀���{��vK���Å_,�O��݂�X����0o��$����Z���@�&����d��tS�kY�X���… 134 ���ן�'��N��l�_��o���oۿ��!�P�*���������O���GA�.��!W~���\@$��*,T�25��`�X&F��rL [all …]
|
/cts/tests/tests/media/assets/hls_variant/1676816/ |
D | index.m3u8 | 2 #EXT-X-VERSION:3 3 #EXT-X-TARGETDURATION:5 4 #EXT-X-PLAYLIST-TYPE:VOD 53 #EXT-X-ENDLIST
|
/cts/tests/tests/media/assets/hls_variant/344388/ |
D | index.m3u8 | 2 #EXT-X-VERSION:3 3 #EXT-X-TARGETDURATION:5 4 #EXT-X-PLAYLIST-TYPE:VOD 53 #EXT-X-ENDLIST
|
/cts/tests/tests/media/assets/hls_variant/387360/ |
D | index.m3u8 | 2 #EXT-X-VERSION:3 3 #EXT-X-TARGETDURATION:5 4 #EXT-X-PLAYLIST-TYPE:VOD 53 #EXT-X-ENDLIST
|
D | 18.ts | 4 �T�~�/���;`5@X`�����E����$�z�n��p#����2�Ju��Q�!��/$t��z^� ��bt�Z0�]+k��'GX������^|@… 38 … �B��C�t��y�7О�u'UfG�` j�T��^=�Re�Ld@���^�����@`�t 2�6��!�AbBz E���伎�X�g+��G"� �Q�… 39 �X�O�"f*����@\�9�m�����+��O�j�(��G; ufU?�?��`?MV�yKVU����!���LV�B���"z���YC@]NؘR`�… 46 …˃08U7gk���u��\��Fef +���U��ؑ���\�VyU?�R���Lf7�s�e�F&��8a}��Pj� fg��X�X�ϤP�*��/UT!�yy�&… 48 _~��an�UJD���<$X=D)l~���.L��,�6���O�@J��|�1�"�����RO���ﺸ11�Zԏ�a2�Ж����MW���d����!… 71 …GA����!�`! ��B�wv�dF�13���[�cU�,X����y�9��;3��G��_ /<�… 74 x/m�q��|D4HC��.<×�y�<w�����98d}]��%�W+�ʒ>X��umL��"��<p�0��*I��o&2��q�,�Dy�@�a�*��$�cz… 95 ����X�~\���HT/�AX�6[�]���7J���Fq�cb����Gg��{��6�όb�7�Z�Jr�\b~��^���N=yh� 97 �L�n�uñ�<U��Q<KA���R�d?�ү�?S8�Mu�gh�4mX:�U�ki���)�D�#z���aB�'��Gi9��ʞXF� 101 …D�m=oìb^<����Ԍ��s��|�=O�0x��|�{�'��FGM�QF�����?5����Ȫ#��wr��X{&ͥ����X�U;+�g$��$B�… [all …]
|
/cts/tests/tests/media/assets/hls_variant/765178/ |
D | index.m3u8 | 2 #EXT-X-VERSION:3 3 #EXT-X-TARGETDURATION:5 4 #EXT-X-PLAYLIST-TYPE:VOD 53 #EXT-X-ENDLIST
|
/cts/tests/tests/security/res/raw/ |
D | drm_uaf.dm | 9 ��W��cg[�<�(�@b�i�X�����+�|�d���t�=_�<�{����/���?���������f�p�<}B���i�[��H�}uj8���A… 23 …���y?-��f�C�r�ٗo)[� R�R�� <���Nn�i�J�w�-!TB^ 4늶�F �P<}���r0ߥ�:c/�͆�X/�'V��rAx <�)�����… 33 (�ʗ��~i�C������ĝQ#:��@<�3i��?h~���Z':��v�X����s�`<��� 35 …o����F��a��<�g�*7�h�\����F�ï�͓�&Z0<���|�������`�X+�{�Rxp��<���_>�h�_4�c�~VZ%@X�… 40 …�xZ��g�x���>��Gu^o�$�5�z�<�-,���hmy��<X��5��ʄI��>���<��g�� _�w�W��%�P��g���q��� <�"x��… 42 …X���ͻ}�'�X�0h��`��<�,t)���+�P�A'���0�խO��FsB@<����x�K���4���֩��l&�t�aF��<{,�1L]8�+�`S ��… 43 \��<�/��R7:D���n�:j�*�l��P<yc��=�*X �?E�� ʘ��������@<���: 49 �����5���]c��{u�{$Ց!�<X���z�9���-Z��$�l�;�� ��<��sA�*��C�+��jc�8{�E�&\�R<X�c,_*�[.�`� 55 �ӀWyy�:�[5w��D~�XĆb<6�{:����*��TmT�5q��h������pp<�-#�X���z�>+��iw��F��5�C�<r���>�/j�M…
|
/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 52 float[] inDefaultOrientation = new float[]{location[X], location[Z], -location[Y]}; in convertToOpenGlCoordinates() 66 inCurrentOrientation = new float[]{coordinates[Y], -coordinates[X], in rotateCoordinates() 70 inCurrentOrientation = new float[]{coordinates[X], coordinates[Y], in rotateCoordinates() 74 inCurrentOrientation = new float[]{-coordinates[Y], coordinates[X], in rotateCoordinates() 231 float xDifference = point2[X] - point1[X]; in distanceCalculationOnXYPlane() 245 float xDifference = point2[X] - point1[X]; in distanceCalculationInXYZSpace()
|