Home
last modified time | relevance | path

Searched refs:S (Results 1 – 25 of 117) sorted by relevance

12345

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DScriptTest.java34 Script S = new ScriptC_primitives(mRS); in testScript() local
36 S.setTimeZone("America/New_York"); in testScript()
38 S.setVar(4, 9.0f); // floatTest in testScript()
39 S.setVar(5, 9.0); // doubleTest in testScript()
40 S.setVar(6, 7); // charTest in testScript()
41 S.setVar(7, 300); // shortTest in testScript()
42 S.setVar(8, 20000); // intTest in testScript()
43 S.setVar(9, 20000000000l); // longTest in testScript()
44 S.setVar(11, true); // boolTest in testScript()
48 S.setVar(12, fp); // structTest in testScript()
[all …]
DStructPadTest.java28 ScriptField_PadMe S = new ScriptField_PadMe(mRS, 1); in testStructPadding() local
31 S.set_i(0, 7, true); in testStructPadding()
32 S.set_f4(0, F4, true); in testStructPadding()
33 S.set_j(0, 9, true); in testStructPadding()
36 I.i = S.get_i(0); in testStructPadding()
37 I.f4 = S.get_f4(0); in testStructPadding()
38 I.j = S.get_j(0); in testStructPadding()
40 S.set(new ScriptField_PadMe.Item(), 0, true); in testStructPadding()
DStructArrayTest.java26 ScriptField_ArrayMe S = new ScriptField_ArrayMe(mRS, 1); in testStructArrays() local
28 S.set_i(0, values, true); in testStructArrays()
30 pad.bind_s(S); in testStructArrays()
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_short/d/
DT_sget_short_1.d19 .field public static i1 S
20 .field protected static p1 S
21 .field private static pvt1 S
26 sput-short v0, dot.junit.opcodes.sget_short.d.T_sget_short_1.i1 S
29 sput-short v0, dot.junit.opcodes.sget_short.d.T_sget_short_1.p1 S
32 sput-short v0, dot.junit.opcodes.sget_short.d.T_sget_short_1.pvt1 S
44 .method public run()S
47 sget-short v1, dot.junit.opcodes.sget_short.d.T_sget_short_1.i1 S
DT_sget_short_5.d19 .field public i1 S
27 iput-short v2, v3, dot.junit.opcodes.sget_short.d.T_sget_short_5.i1 S
31 .method public run()S
34 sget-short v1, dot.junit.opcodes.sget_short.d.T_sget_short_5.i1 S
DT_sget_short_9.d19 .field public static value S
29 sput-short v1, dot.junit.opcodes.sget_short.d.StubInitError.value S
46 .method public run()S
49 sget-short v1, dot.junit.opcodes.sget_short.d.StubInitError.value S
DT_sget_short_4.d19 .field public static i1 S
28 .method public run()S
31 sget-short v1, dot.junit.opcodes.sget_short.d.T_sget_short_4.i1 S
DT_sget_short_6.d27 .method public run()S
30 sget-short v1, dot.junit.opcodes.sget_short.TestStubs.TestStubField S
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iget_short/d/
DT_iget_short_1.d19 .field public i1 S
20 .field protected p1 S
21 .field private pvt1 S
29 iput-short v0, v1, dot.junit.opcodes.iget_short.d.T_iget_short_1.i1 S
32 iput-short v0, v1, dot.junit.opcodes.iget_short.d.T_iget_short_1.p1 S
35 iput-short v0, v1, dot.junit.opcodes.iget_short.d.T_iget_short_1.pvt1 S
41 .method public run()S
44 iget-short v1, v2, dot.junit.opcodes.iget_short.d.T_iget_short_1.i1 S
DT_iget_short_4.d19 .field public i1 S
28 .method public run()S
31 iget-short v1, v2, dot.junit.opcodes.iget_short.d.T_iget_short_4.i1 S
DT_iget_short_31.d19 .field public st_i1 S
27 .method public run()S
29 iget v0, v0, dot.junit.opcodes.iget_short.d.T_iget_short_31.st_i1 S
DT_iget_short_5.d19 .field public static i1 S
28 .method public run()S
31 iget-short v1, v2, dot.junit.opcodes.iget_short.d.T_iget_short_5.i1 S
DT_iget_short_9.d19 .field public i1 S
28 .method public run()S
32 iget-short v1, v0, dot.junit.opcodes.iget_short.d.T_iget_short_9.i1 S
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_short/d/
DT_sput_short_1.d19 .field public static st_i1 S
20 .field protected static st_p1 S
21 .field private static st_pvt1 S
30 .method public static getPvtField()S
33 sget-short v0, dot.junit.opcodes.sput_short.d.T_sput_short_1.st_pvt1 S
41 sput-short v1, dot.junit.opcodes.sput_short.d.T_sput_short_1.st_i1 S
DT_sput_short_14.d27 .method public static getProtectedField()S
30 sget-short v0, dot.junit.opcodes.sput_short.d.T_sput_short_1.st_p1 S
38 sput-short v1, dot.junit.opcodes.sput_short.d.T_sput_short_1.st_p1 S
DT_sput_short_13.d19 .field public static value S
28 sput-short v1, dot.junit.opcodes.sput_short.d.StubInitError.value S
49 sput-short v1, dot.junit.opcodes.sput_short.d.StubInitError.value S
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput_short/d/
DT_iput_short_1.d19 .field public st_i1 S
20 .field protected st_p1 S
21 .field private st_pvt1 S
30 .method public getPvtField()S
33 iget-short v0, v1, dot.junit.opcodes.iput_short.d.T_iput_short_1.st_pvt1 S
41 iput-short v1, v2, dot.junit.opcodes.iput_short.d.T_iput_short_1.st_i1 S
DT_iput_short_14.d27 .method public getProtectedField()S
30 iget-short v0, v1, dot.junit.opcodes.iput_short.d.T_iput_short_1.st_p1 S
38 iput-short v1, v2, dot.junit.opcodes.iput_short.d.T_iput_short_1.st_p1 S
DT_iput_short_9.d19 .field public st_i1 S
32 iput-short v1, v2, dot.junit.opcodes.iput_short.d.T_iput_short_9noclass.st_i1 S
/cts/apps/CameraITS/pymodules/its/
Ddng.py92 S = numpy.array([ccm[0:3], ccm[3:6], ccm[6:9]])
108 numpy.dot(numpy.dot(numpy.dot(numpy.dot(H, W), S), G), CC))
109 FM = numpy.dot(numpy.dot(HH, W), S)
/cts/tests/tests/media/assets/
DfileSequence0.ts4 …�P�) S*�����X!�������SB[Y���ͤ��?�Ɏʩ��Aj�b�!G;wp�2�BQ5Ǣ�M-��� p���\�u������<��gg�w^_{…
7 V`$�]�z�Q���юX���0�P �:Ӟxv��^�n1��S��a偍SF�2�@�c)0܋}�W��1����Gj o��_���.l��Z��T-�����-� …
13 …AW�풃"9�/�{/1�N���СWw�:���o������Ud�N�U��ͪ��D�Jq�_����r����\��e$���I�S���ɒ�.x��k!�(�\�…
17 …@�(���ĄU���(q�7�ع�eN���KˤXi�G�X�"���W��U;z�=�eM�D����S�@��r�í)��K��<҅9<����Oq;��S��b*�J…
73  �`#/�n��CY�3��>zD7g� (���IP± SwF�⤡��I��mtGٰ[ ��P��}I.��)�ȯ��M~׸�-��SF:���zSm+���\@)�…
89 L�Tn�'Ur�ux��G�S@nz��U�������\@���7�T�<"��0tL�U
97 ��X�Gf0����*�0�5������XC*jMj�$��&���j��:�����S��5��
102 �J_����XQ� �8��\@��7���,� ӈ@"�(m �Q5t��XMG�d��JE�S��,���[�*19ў��~GV�0�Y�[�'r>A\:�A>�jXo…
108 � 'S�.��,Y����k�UTp'+S���R.���dZi�7��$��;�0�D��(�x%b@N�"����j�҅̀b���\@!G�7���#
121 …�;Ѱ4%\���l~9�V����^��\@+�7��� ��0`,4�ݲTm��e�Q�A�JP^<��ay��[OM�k|S��T�@ܲ�~��y_I�6��D…
Dsegment000000.ts63 `=�-���'��� �}�)��,��Xe�2S�0����|���!')������g�s�L��{N[�I6;՟24�
97 …!˛ɣb�D�� s�z���L�����g�\͂�X�0��:����;�� ��!���y�G�o�hl�<st��K�!F8p[cf��4S����*�窖�|[�w ��G�…
128 �W$�4rϭG�*�ՙ8nvF���d�*��[����޶ᦁ��A�&�Z!\4ߚWuEE��?�Ůx��
129 �.H���z(S�N�����G8�������M�ףE������ ;�뵨L��]@W:�H j;!յ�EzA6?r�[�v3v�|K�UK"i�F�R�a\!
143 ���\&C��7�U� �1�Y@�z}K� �xN���)�`S�X��ώ��ŁQ:K��E��s�_�0g���O]Y�i�Z+��/��l��|�G�?�����…
157 fI��S���7j�������N ���H� �2(Trr�����ox�q��W$l�?j��#N��šB�W%E8�늷����E�i>���a\��…
167 �x b�F�iF�;�KtOަ��Ցo|-�W�j�TO3�*S���d�ij�xW#���7+ȱ��U��G[U�ۍ
168 ���'�G��I� x��/��YKx3�@��B�H�x8�5F*, '�9s���W:>y���?���9�b)ǂ_��� �Sp@Ġ�2mȿOA(�$x�_�_�…
178 � �i@�e�@G�Len��!<�%^�@�*��H;b<���簂:�B�Ag16bI�s�#z��@$�[�C塔�ں
179 �x��?�� ���¸*��6�����KC`���w�8S�M�����M8e���� �-����m+�����?����������}��l(;�7�[ 4�� a�…
[all …]
Dsegment000001.ts3 ����h�<���e�������@�P����������������������~ AV�@� *�s-K�m�+r������Z��-iWO��?q�7��)��S*v�i…
9 …�[��Z����Q;�v���3�v���U�z99�\��2I�Y��a;��}�=Z��]�0��0��IWA��,�-Ht_S�;��"~�=�`iG���…
16 �M�ĭ���5?�Z����*G���IG��S.| ��n����bfg��7��n+{m
28S��=H����م?y��SR����L�0c����iy��h���a*�DƝ�L�l&�JMV�k&N��N�?Y�e��}�}�s��#��&Խ���gm ��]…
36 ��%�$+G�j����@�_YO�����S����PZ�����=����W�
42 ����ӀC�A��4���.k���$�U��Y�(ƳI�p9Ǧ��b@�%�m_�����n��c�Y�_�S���F&l�f��_u�ӄ�?�O�@��D��5
49 F(/�jޗ��'H#n �`~$<x�q��|��/}���S�6���8w�� ,a���Q����֫S�j�s^��1P�RQ?n�L
96 >ѽA��n���aL�נ0����RL���D�K��i�⸘�����Hc�!p� ^��p����S w��oF�M�u1��!����A��_����us6e0A�B�����…
210 …|��~�xٳ����xGA����A��!�A4���� ����A���Kł� 1g��G�� ��D#y��T��S�7UtI5Zi���Ak�Ď���…
212 L�?F�^G���^�@,�!~�+G� R��ڸ}�����h �����o$��lC+�Rlv(@O�G�t�O� ?@E>' (�%@Ā7*"pD�S��…
/cts/apps/CameraITS/tests/dng_noise_model/
Ddng_noise_model.py170 [S, O, R, p, stderr] = scipy.stats.linregress(samples_s)
171 measured_models.append([round(s), S, O])
172 print "Sensitivity %d: %e*y + %e (R=%f)" % (round(s), S, O, R)
178 plt_s.plot([0, max_signal_level], [O, O + S*max_signal_level], 'r-',
182 plt_s.set_ylim(ymin=0, ymax=(O + S*xmax)*1.25)
247 S = A*s + B
249 plt_s.plot([0, max_signal_level], [O, O + S*max_signal_level], 'b-',
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_wide/d/
DT_sget_wide_15.d19 .field public static i1 S
31 sget-wide v0, dot.junit.opcodes.sget_wide.d.T_sget_wide_15.i1 S

12345