/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
|
/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/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/tests/tests/media/assets/hls_variant/165340/ |
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 …]
|
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…
|
/cts/tests/tests/media/assets/hls_variant/387360/ |
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 …]
|
D | 13.ts | 49 …��*�y�m,�M�|�l���&!����9-D� 艸���H���͉�Gm-��4���K�5����x��ɏP;: �͑�IX�vQaPJ�]�:G�K����a�5… 56 �@�G�m;~�qzːʒj�O��X�?����˜���Pސ.)N�[Z)��iq2�� 66 …:s��_!w��<褐y���S�c� �w�p�"�b8dX�oۚ�gթ��'�E2�:��n����׆2.� Uj�����ܧ�M�X��V�YA�K3�R.�e�� 74 ��\F����I2-u�0�Y��X��W�k3�Ȳ�&�����xPԫӑ�u`K�������� 4�z�/=Ĺ���P;E�~�I�e�~6�)#�Op2GwHK… 75 …GA�X�� 89 ��g5hs%zP`d.0��X����*��W4搏��GN��)Z��f"f����.�Y�?�8P���A�4k��kw�)2'iB�����z 113 …;R���[���6|� U8W�*|S�ި6��>`�G����˜L2p�hα��6���>C�N��na�4����+��87X��@��¹�Oe=;�7��0e�… 131 �o�Cw���0�O��[�D)*�ʗ��r���<��kZ���n�9�N X�{չ��8 �ڙ(�)t�7����E�;n�F�4Q[��^�C��o�z�5… 138 …��0��`�{���.w������\��A��]�!��a���'�(!ͨ�����߆?xZAp���t�en�E�uZ\X&�;_�''��D���^O�L>�g… 141 …@:CJ�J��!��F!S�,|���lLw��W����O�Z�ۼ��,\r��,V��$�XT$4�?�X��e3�Uo���)&� �uB�8X��5 �G�g�… [all …]
|
/cts/tests/tests/media/assets/hls_variant/765178/ |
D | 00.ts | 14 …�&?��%7;�>S�hW�]����ֲ��CVv��w�n�6s@�ӳ�g ����;�a_��V������KU�h�X�v��:Ƀ�%�9_���`3… 21 He�8�~m櫼�@}����*V�.��</��@��ho�j���s�Xb ����O1��66u���9BH��ͱGz�JA:ے����)������]��… 33 …4���3pi �?�R�G*u@W%1j��T��"�ڟY�=�n�)%H\Y��x���x_m��*H�P��1z��#�J������X!�����ӑ �L~��w����g… 49 …K:ք�?dDʷrbB�vo��d�����il.)1�)$��}��}lW��Q���rv����� ��� 4nX�>�G��(9��G�X�8hL-�����y… 65 …�S�Z�2uʾBrB@�u鱢u�>�:U�r�k�6������c&۩Ԕ7FԔ���oj�D����᪳�[7G�M$A����$sZ�X���Y�0zhN?!o��o�Z�… 90 …��WL)� �m���E~���e��0�,��qo���/�j?��*L8̇ٻ�MI$��0ο���CL�Ұ���1�N��_E���X���ɓU����GW�XT6x6�… 139 …������R���Ӓ!D^�����W�M���/s���I�땩�Hxl,B�'E��6��|5smW`����a+Q�ȓ}c��X!�{��3��r�e ��F��… 141 ��h�T˜�8�T#aٍ\�/�-E�[��+'���!�R��>@&s�B�ĉ���/�Y�x�!�X?�u2G�.�{��8�F7�b�sɮ��)��-�… 150 …�����O���_cqf[.���7O/v�i3ۥ*^eױnىE���`u�1��r(�e��O�f$�ʿ�6�i��)�������X�� �k=�Y-���e|Jk�… 156 y�X+����GJ��6�D��e�[@1�4}y��-���,��p�H�@(���B��rW��{
|
D | 14.ts | 40 …����ς�ş�T�˥���C�^eh���W��h�fPΝʝ��|�M�8;����'��<�G^����o�;Ge����m[։X�l7v�&���,-�F�E�O��… 74 �Θ^��3N����3������ZQ���ی�X`s�$��j� _2L ��F�jC�Fj�K�ŗ�h�I\Gy�i��tQ�ɛO��������ø… 96 ….����Lf?P4�?�?rtt�4X�SGq�<�1K�5dyb�ӣ,�B7�������,�:�,�[������J�H,c���p��\��b�3"D�s�o… 101 …�(�*AVK�GNAJ����$R5�=xi�uun;�h��R�ic~J�r��m���/���+Vm�ٟ�)����v�`�].вh�U������c�$X-:� 103 …;�����&?-Z�dF����(0;�5\4&ؑ ��1*b*?��x�َ����9�� 9�Y*ȑ5��G��A����7��a�X�������J)?o0�G���i�… 112 ��FUM+�!�@��2��U����aw�-z%=Q&2��-��a@Tv����x�L�3��X<��ȇGӟ���q2�'�qhQ�k��p�!.4�<A�… 138 �����tPHg�=������*�ݩ�X��ၯ�Gf�~jY����<7FLf��{����7���*}��&���,�S-��ϫQcdetއ�r~��߰e2… 158 ��%(0�>�l��R�֝�X�+�r�%F����F����������{�<�o�{�RF�v��M��c�jt�9Z��uvgݪ,7ץl��\k�GF$%6�EZ$4g��3… 168 …�*��uxl���-���rM��ʊT�lf0y�ycD��.�'�h��a~q����I;'61�Ib�S�r�6kIX���Χ��k1�b]>EGA��… 191 7P� J����4�Q9e�Y�k�3�$nd���6��:f�v�I�t<q�6$u$gSĔ��*�7���oì13�r��`�|U�5�g�k��G�X���|… [all …]
|
D | 15.ts | 12 �������q�OBe����n �X���k�D'�Q�2��P�o9�4b��hĤ�D����: ez��ڂ5\`��[�D�,�wV��{���p%i���7����R@�… 27 ���r-U�x�#�������Hb�3Ķon&~A�t�x�X��ئ�-̾���E 33 :�@�Es�X�8G� [^c�2>�� �DZ/^���NjӰ�I�Tႇ7JȹkoL5�0�t������z�H�Jj�e����*��86����M��Q!v��O… 39 5^�"�#GC+�ɷx��7`.y��u1K������s�[t���}�v�r¬�Q�={���B�K2��%�R>���X'9�ĸ,��=���U�e�\OwjWKq��… 49 y�m'��%X��F���)��ꤹ�J�32�͟�5��X�~�� ,=%T���֍��L_�� 50 �u�sG�tI��U��2�������\�U��7%����o��책J��n�e�L8A�[��u��NQ�x3wg�1@�)�̷*�4�I�ȹ��J�G��yi����w�X� 52 …�F��ϐ�F\ #x*r��b�~���wos4]�WI��:�Sc��mh�@���_���*��P�|T���X�=ޤs;g��?��M0̓�]�[/��… 61 …߸����֙d�7��X(T����S��+���"�ol��&Ѫ�y8|TФ�o�Uo(M�\�G��gg�e�p�4��I��6�X��5oT�0���Z.Fް�,F|~�… 65 &4�b-$�ؑ%��͗L<O�o��6S��j []����M�Pp�:��R�f�5�X�,[��<����B���`v`��ۻ�T��{R��/�@��~NB������/… 68 ��:X!䕱�;�d������A)�����e��>�K6��}�;fx�����L��l�uB��FfWپ��ZV���sG��]ޖ8m82�q<v�]�5O�|v�_… [all …]
|
D | 04.ts | 3 …h� e���h80��I���~��qH8�wV֗�qos���@�A��ᤣ/�䎥����=�z�X��e"��YF�u��=,��… 23 …!�6�W�!�W�r�SN�.k�~��)�Y�z#C~D�P���pn)�#~[B�ތY��9��R���f0����9X�*ҮCP�z︢+�I��9m�… 25 FWa�*�̦X&���.!�Gėp n���XX�9L�g�����<�o�Z�}��b�<M�*Y���@�����SA��j�6� 33 ��͓�:�76��M*Ţڷ8�l2�Y����`��۪���(F�W��X{(��b{j���Fs��Ʌ1ߩ_�V5H@=�9�]%^�QL�N�HY�,��������� 59 i�ss�<��~�GV|�^X��.���Ƅ�1��IJj�QB>��臋���`�#������}�[�x.P�}f�� 91 m�ݓO�6�G�X'�En;=n��JnP*��$| 95 …�˫̈(-֍��!a�U�Ѱ�j�HL���Ǡ�!����G�i'1o�at�^�qp�gv�\M�M@�G�;X���IwbO+pq�2�[;���_j����X� 107 …�RO�V����);�AiV�F������#ϑv�}����\d�.���'Zn�����A�����b8����U�'���X^�j@GA� ��!o… 158 �vQ�vR�o��]H�B�I!���&i#��z�X�b��Gr@��|)&}�sB���yND�u��'a�%;��e�!h'F��&3�� 166 …���������������������������������������������������������������������������8X��!Z!���^=sJN��3��-… [all …]
|
/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()
|
/cts/tests/tests/media/assets/hls_variant/344388/ |
D | 00.ts | 21 …���z����X���^p�J�A]�<�o�Qcq�7/�e�[$@�i��Ō����!��e���SZvgJ�Ξ}��3��QB����^�QI��G��:�i`�L$����… 33 ' ��WeJ+FGt3X��MvQo7OR����m��/It@�#�g��Z6�v�o�M����S��^nC�V���D��aiU�<:� 51 ^�X�a��(<����Ż��/�do��GŜ\�^0�u�<����[�����ˏ<m�s�O�F�9��(G�}mD<`��hƮ1&���D>�R�[^M�P… 62 V1G�����$�Q��ñy�t�ೕ/$���#�����x��ё�WhnZ8��X���Y��g>q�!E��d��2?�NЀ¸,F���y�B�a��M�kF�… 91 y{�h�X��sז`��!m;�HFo� 172 …3W����Av��H+�r�9%0�s�E�Rm�ޝ@Ke�H�ތ���7�d�P�:3���;ߣ�4��]]�]�<,k��X膃���nX��� ,�B�I����… 214 �o��+�E�DU�J\�4]�_/`�\���'���"�c-�E�aܦ�[ cd-�*��<'Z��e�Mj��V\x��w����<��3�7�Fb�<X�1��O)�… 238 �m�X��0G�-@q!·� ��t�XFa�چ�C�e�HEt�k������o�O�_�ߟTY���C��4�`D�f��6�ʋ�9[��}'m��… 239 �R>R��kݬ�_끭�cX�T>�{�r�M�vx '�R;��Kz��#[ 249 …X�߲�\���Gkf"1�5Y跼�R�7�I>��Y���T�Df��]�)8��FF�M�f�8��G�!�_q���2{��w��k��K�㪂��hS������…
|