Home
last modified time | relevance | path

Searched refs:B (Results 1 – 25 of 241) sorted by relevance

12345678910

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DBaseObjTest.java31 BaseObj B = T; in testBaseObj() local
32 B.setName("int32_t"); in testBaseObj()
34 B.setName("int32_t"); in testBaseObj()
42 B = T; in testBaseObj()
44 B.setName(""); in testBaseObj()
50 B.setName(null); in testBaseObj()
54 B.setName("int32_t"); in testBaseObj()
56 assertTrue(B.getName().compareTo("int32_t") == 0); in testBaseObj()
57 B.destroy(); in testBaseObj()
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iget_byte/d/
DT_iget_byte_1.d19 .field public i1 B
20 .field protected p1 B
21 .field private pvt1 B
29 iput-byte v0, v1, dot.junit.opcodes.iget_byte.d.T_iget_byte_1.i1 B
32 iput-byte v0, v1, dot.junit.opcodes.iget_byte.d.T_iget_byte_1.p1 B
35 iput-byte v0, v1, dot.junit.opcodes.iget_byte.d.T_iget_byte_1.pvt1 B
40 .method public run()B
43 iget-byte v1, v2, dot.junit.opcodes.iget_byte.d.T_iget_byte_1.i1 B
DT_iget_byte_31.d19 .field public st_i1 B
27 .method public run()B
29 iget v0, v0, dot.junit.opcodes.iget_byte.d.T_iget_byte_31.st_i1 B
DT_iget_byte_5.d19 .field public static i1 B
28 .method public run()B
31 iget-byte v1, v2, dot.junit.opcodes.iget_byte.d.T_iget_byte_5.i1 B
DT_iget_byte_4.d19 .field public i1 B
28 .method public run()B
31 iget-byte v1, v2, dot.junit.opcodes.iget_byte.d.T_iget_byte_4.i1 B
DT_iget_byte_9.d19 .field public i1 B
28 .method public run()B
32 iget-byte v1, v0, dot.junit.opcodes.iget_byte.d.T_iget_byte_9.i1 B
/cts/tests/tests/jvmti/attaching/jni/
Dagent.c37 #define CONCAT(A,B) A ## B argument
38 #define EVAL(A,B) CONCAT(A,B) argument
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_byte/d/
DT_sget_byte_1.d19 .field public static i1 B
20 .field protected static p1 B
21 .field private static pvt1 B
26 sput-byte v0, dot.junit.opcodes.sget_byte.d.T_sget_byte_1.i1 B
29 sput-byte v0, dot.junit.opcodes.sget_byte.d.T_sget_byte_1.p1 B
32 sput-byte v0, dot.junit.opcodes.sget_byte.d.T_sget_byte_1.pvt1 B
44 .method public run()B
47 sget-byte v1, dot.junit.opcodes.sget_byte.d.T_sget_byte_1.i1 B
DT_sget_byte_5.d19 .field public i1 B
27 iput-byte v2, v3, dot.junit.opcodes.sget_byte.d.T_sget_byte_5.i1 B
31 .method public run()B
34 sget-byte v1, dot.junit.opcodes.sget_byte.d.T_sget_byte_5.i1 B
DT_sget_byte_9.d19 .field public static value B
29 sput-byte v1, dot.junit.opcodes.sget_byte.d.StubInitError.value B
46 .method public run()B
49 sget-byte v1, dot.junit.opcodes.sget_byte.d.StubInitError.value B
DT_sget_byte_4.d19 .field public static i1 B
28 .method public run()B
31 sget-byte v1, dot.junit.opcodes.sget_byte.d.T_sget_byte_4.i1 B
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_byte/d/
DT_sput_byte_1.d19 .field public static st_i1 B
20 .field protected static st_p1 B
21 .field private static st_pvt1 B
30 .method public static getPvtField()B
33 sget-byte v0, dot.junit.opcodes.sput_byte.d.T_sput_byte_1.st_pvt1 B
41 sput-byte v1, dot.junit.opcodes.sput_byte.d.T_sput_byte_1.st_i1 B
DT_sput_byte_14.d27 .method public static getProtectedField()B
30 sget-byte v0, dot.junit.opcodes.sput_byte.d.T_sput_byte_1.st_p1 B
38 sput-byte v1, dot.junit.opcodes.sput_byte.d.T_sput_byte_1.st_p1 B
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput_byte/d/
DT_iput_byte_1.d19 .field public st_i1 B
20 .field protected st_p1 B
21 .field private st_pvt1 B
30 .method public getPvtField()B
33 iget-byte v0, v1, dot.junit.opcodes.iput_byte.d.T_iput_byte_1.st_pvt1 B
41 iput-byte v1, v2, dot.junit.opcodes.iput_byte.d.T_iput_byte_1.st_i1 B
DT_iput_byte_14.d27 .method public getProtectedField()B
30 iget-byte v0, v1, dot.junit.opcodes.iput_byte.d.T_iput_byte_1.st_p1 B
38 iput-byte v1, v2, dot.junit.opcodes.iput_byte.d.T_iput_byte_1.st_p1 B
/cts/tests/simplecpu/jni/
DCpuNativeJni.cpp211 void doMatrixMultiplication(float* A, float* B, float* C, int n) in doMatrixMultiplication() argument
226 sum[0] += a * B[k * n + j]; in doMatrixMultiplication()
227 sum[1] += a * B[k * n + j + 1]; in doMatrixMultiplication()
228 sum[2] += a * B[k * n + j + 2]; in doMatrixMultiplication()
229 sum[3] += a * B[k * n + j + 3]; in doMatrixMultiplication()
230 sum[4] += a * B[k * n + j + 4]; in doMatrixMultiplication()
231 sum[5] += a * B[k * n + j + 5]; in doMatrixMultiplication()
232 sum[6] += a * B[k * n + j + 6]; in doMatrixMultiplication()
233 sum[7] += a * B[k * n + j + 7]; in doMatrixMultiplication()
247 float* B = new float[n * n]; in Java_android_simplecpu_cts_CpuNative_runMatrixMultiplication() local
[all …]
/cts/tests/acceleration/src/android/acceleration/cts/
DBaseAccelerationTest.java28 abstract class BaseAccelerationTest<B extends BaseAcceleratedActivity>
29 extends ActivityInstrumentationTestCase2<B> {
31 protected B mActivity;
45 BaseAccelerationTest(Class<B> clazz) { in BaseAccelerationTest()
/cts/tests/tests/rsblas/src/android/renderscript/cts/
DBNNMTest.java131 Allocation A, B, C; in runBNNM() local
138 B = Allocation.createTyped(mRS, b_type); in runBNNM()
142 B.copyFrom(b_byte); in runBNNM()
146 blas.BNNM(A, a_offset, B, b_offset, C, c_offset, c_mult_int); in runBNNM()
449 Allocation A, B, C; in testExceptionHandling() local
456 B = Allocation.createTyped(mRS, b_type); in testExceptionHandling()
460 B.copyFrom(b_data); in testExceptionHandling()
467 blas.BNNM(A, a_offset, B, b_offset, C, c_offset, c_mult_int); in testExceptionHandling()
474 blas.BNNM(A, a_offset, B, b_offset, C, c_offset, c_mult_int); in testExceptionHandling()
481 blas.BNNM(A, a_offset, B, b_offset, C, c_offset, c_mult_int); in testExceptionHandling()
[all …]
/cts/tools/vm-tests-tf/src/dot/junit/format/f1/d/
DT_f1_11.dfh8 C5 34 9B 75
10 4B 4B CE BA CF CF BB 48 3B 6A 80 1B 8A C6 11 04 21 E0 0A 08
102 00 00 00 00 01 00 00 00 01 00 00 00 00 00 00 00 03 00 00 00 00 00 00 00 6B 01 00 00 00 00 00 00
136 0B 00 00 00
139 14 00 7B 00 00 00
159 …1F 4C 64 6F 74 2F 6A 75 6E 69 74 2F 66 6F 72 6D 61 74 2F 66 31 2F 64 2F 54 5F 66 31 5F 31 31 3B 00
161 12 4C 6A 61 76 61 2F 6C 61 6E 67 2F 4F 62 6A 65 63 74 3B 00
244 00 20 00 00 01 00 00 00 6B 01 00 00
/cts/tests/tests/media/assets/
Dsegment000000.ts1 G@�B�$���������HLibav Service01h��I�������������������������������������������������������…
4 a�[���gj����)�r��$:&����B�� �ܷ���L�:.�O��i*Ç8L�t'��j[�-a��h�4y!O���aL4��[�Gh��jp��K�&D �2�8…
37 …����2��~��������*TP/�&��H��m5=1�2�k�ﭟ�h¹0� >o2��f�0�>�Ͻ`C��G�<s7�%B�����<��kJ�=o����>…
96 B���c>�ٝ�����f���vY�\���>���������)�05�;rl��[���w3��m�CEW�
104 …��ٻ�+���@�m��޸\���F���"����'8a���’�rM��?���x2'�"3U!Y���@��ӄ���AMm�^��6,B� ʃ��F�%��v�x��J�#'…
131 …D��{�ŷ\�Ӡ³�w���P�"\l7Ea���jClrh�a��_3�l��P(��Ys�]�������L2��U�G?�e���?�����W_�B�~�cG@����
134 …�����X�q��n1,�¸ �Vp�F�쿛��=�-�o4���Y��r� ��s;����Ea^���Ō����d���8O �a�B�u�K|���J��%<�]A��y…
157 fI��S���7j�������N ���H� �2(Trr�����ox�q��W$l�?j��#N��šB�W%E8�늷����E�i>���a\��…
188 …�P�) S*�����X!�������SB[Y���ͤ��?�Ɏʩ��Aj�bG�!;wp�2�BQ5Ǣ�M-��� p���\�u������<��gg�w^_{…
192 �b�|�o��[5���X�2��-���,�o�oC��C��B!J� D�v��~o
[all …]
Dsegment000001.ts1 G@�B�$���������HLibav Service01h��I�������������������������������������������������������…
77 …Vޔ˅��r��Ŷ����F�>�O�ùxkM��ч.�B�^<�o���$ �Bo�*b���v+{&8W@A���{�H��3���)���H�oT́G���_��…
93 …�����a�d��m�ؓ-�O����v��F�61��u�K�Zwt̯H������g����~\�"u���$�0Lk�Iظ �B�����Ӫ�;t����%-�_G…
96 >ѽA��n���aL�נ0����RL���D�K��i�⸘�����Hc�!p� ^��p����S w��oF�M�u1��!����A��_����us6e0A�B�����…
107 … T��ү~|����0�.��?a�R�|�� g����_��`��Dy�_�E~�iz<���\E�X�Q���*B�،7 ��G���0ڵ��2���…
141 �E=�-�B�m�Er�!iC�뺸���U�����-d\��:�%37N~�aWv���_ʭh�ߥ���n�M6����r�y4U�ߛ�����G���/F��>րBJ…
148 …"ˊcha�Mv:2� l��z���+Pj<�Æ�˫x����3�O� �@�G����[���sޖ?�)^��m�{u rBHY����B�8��@ �.��)��/���<…
158 …T��.�����:O��@&q��k]�΁�l����ap����O�!U��x �h+��������ڔ�r����:�m>��4i:�6tǬ�M>�X��� �/���B��
159 �2�a(�n��t�0.��Pq���B ��� ��x�to|�����zײ���ƀG��5���� ��((���y �W'U�[����|g��B�r�…
170 …��RQ2�ԟUUV� Z^R����C�������h�\�X�W�m}�X���Z?ڬk^��W���e���AG��A�^�B>`A�;z����MW�,��x�7��…
DfileSequence1.ts36 |�-np����a��I�@��g�Jޙ��孻S�������6���k�a�Bfs�G����O�9�B�"�o<�R&�+�x��u�`QI��V�rF&�;��{;�…
37 r�8�����L����\@"��67����!��XN%D�2�D�Ph�����T<�B��[W�)^nf�G1��Ѫ��HNs��y/ѕK���Pu�n���M��aE…
69 …��[[>����|g�5��� q���l��jJ`���\@%��47��* �1A,,G+B���@ K�R�h�Ʊ�Kp��d�:��e��\�8Im�9��φB
93 �€�d�4B�.�
107 …�:��!�y�����Κ��Sc/�ʺ�T��ƀ'PHL���\@!_�07���a@P0 D�Q���wU"ɲ�K�X�B�����Q�yڵ(hA,��ũY�/…
128 …u��^�߳�ߑ ���,���ʉ�DD�X��{�c�����D$�f�vl E�Lj�T·R`�8��\@(�,7��[ E�q�X$B ��k� ��\�Nu*�:�C��h�…
145 N7��%W#��HUN�(�ʧ���yf'%d1#�]o{��-^B){�D%��V�rc&wv���p���/Nw�
165 �L �� ��NQ(� -aq��9O8�����L�H�%eX�ի�_Zz\��\@#��.7�0V�Aa�P,7 D�р�n��)x�����q�!)~�û��B�…
189 ��%�B��I^�$j�hZQߊ�e%����+�Z�'���@��ɡN��m�@ �K��8��f�h
200 ���*B: �������U�R�#�Js&A�Nޡ�\rFxI�Z�4sՀ� 5Wͷ�S�4�1�4+;�C;gئ0����kRF��<cN��D\���G�|(…
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_interface_range/d/
DT_invoke_interface_range_2.dfh8 58 5E 5B F7
10 8D 58 41 7D D6 50 6A 07 7B 67 E0 45 7B 76 2A 94 0C A4 FC AD
24 0B 00 00 00
195 … 6F 6B 65 5F 69 6E 74 65 72 66 61 63 65 5F 72 61 6E 67 65 2F 64 2F 54 5F 69 6E 76 6F 6B 65 5F 69 6…
197 16 4C 6A 61 76 61 2F 6C 61 6E 67 2F 43 6F 6D 70 61 72 61 62 6C 65 3B 00
199 12 4C 6A 61 76 61 2F 6C 61 6E 67 2F 4F 62 6A 65 63 74 3B 00
201 …1F 54 5F 69 6E 76 6F 6B 65 5F 69 6E 74 65 72 66 61 63 65 5F 72 61 6E 67 65 5F 32 2E 6A 61 76 61 00
239 0B 00 00 00
249 01 00 00 00 0B 00 00 00 70 00 00 00
284 02 20 00 00 0B 00 00 00 56 01 00 00
/cts/tests/tests/security/res/raw/
Ddrm_uaf.dm9 ��W��cg[�<�(�@b�i�X�����+�|�d���t�=_�<�{����/���?���������f�p�<}B���i�[��H�}�uj8���A…
25 …9:ş�c�^.Vq�P<�-18�+^�|��i.�x�Cј�T��1흑�<�)Z8��^�y�E��H��L��E2e�@zeP<R�$B� ,T���Yv��pk�����…
35 …!�P<� @,8?��t[<���S#�̊>����<� �^~��+����ǁ����'`��!��[�@<�/:>�?���B���k=Ro����F��a��<�…
42B@<����x�K���4���֩��l&�t�aF��<{,�1L]8�+�`S ���m|��k����#� <�����{!��]8�\N���7{����<…
46 …%��"�[�dTUS����˳�>����vd�<Fd��!>=�+k��PfE�)���Sr���0`�<S���� ~�5�;�?+�9�+MTn\�D�B`�<l�y�~n
53 …����?� ܇qn����H <y����� �0b��76N닼 v��_����<�A����y��&��.�яt��,~B�<�&����i�\b�*� �…
56 �����J��������@�p�Yh��@<�3N��4_h��v8<�&B�� i֟|�)�<����h�4/��y���t�k��C�<�,����…
57 …��<a#,�8T�K�:5�)�Gm{�_��#U ���<������:*��vԅ7��@�����Ʈ!�`<q���C_���B[v5�����$J����<�Ε…
61 �c l��O�<�6�!Nz>��*�Q�� ��B�m�}�N�R� �<��z��w��:��ОK�P�y��ĿbJ���p<�0y+nl�������� 6��q�y&�\�…
66 �؉ �`<�,8 S�i k�`t�L�q�(�B����)�
[all …]
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_interface/d/
DT_invoke_interface_2.dfh10 1D EE 44 4E 27 44 F2 88 7C 13 FE E3 09 B1 55 80 3C 7B 09 A5
24 0B 00 00 00
195B 4C 64 6F 74 2F 6A 75 6E 69 74 2F 6F 70 63 6F 64 65 73 2F 69 6E 76 6F 6B 65 5F 69 6E 74 65 72 66 …
197 16 4C 6A 61 76 61 2F 6C 61 6E 67 2F 43 6F 6D 70 61 72 61 62 6C 65 3B 00
199 12 4C 6A 61 76 61 2F 6C 61 6E 67 2F 4F 62 6A 65 63 74 3B 00
201 19 54 5F 69 6E 76 6F 6B 65 5F 69 6E 74 65 72 66 61 63 65 5F 32 2E 6A 61 76 61 00
239 0B 00 00 00
249 01 00 00 00 0B 00 00 00 70 00 00 00
284 02 20 00 00 0B 00 00 00 56 01 00 00

12345678910