Home
last modified time | relevance | path

Searched refs:a1 (Results 1 – 21 of 21) sorted by relevance

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DVLoadTest.java96 private void verify(byte[] a1, byte[] a2, String s) { in verify() argument
99 if (a1[i] != a2[i]) { in verify()
100 throw new RSRuntimeException(s + a1[i] + ", " + a2[i] + ", at " + i); in verify()
107 private void verify(short[] a1, short[] a2, String s) { in verify() argument
110 if (a1[i] != a2[i]) { in verify()
111 throw new RSRuntimeException(s + a1[i] + ", " + a2[i] + ", at " + i); in verify()
118 private void verify(int[] a1, int[] a2, String s) { in verify() argument
121 if (a1[i] != a2[i]) { in verify()
122 throw new RSRuntimeException(s + a1[i] + ", " + a2[i] + ", at " + i); in verify()
129 private void verify(long[] a1, long[] a2, String s) { in verify() argument
[all …]
DImageProcessingTest.java65 private Allocation a1, a2; field in ImageProcessingTest
75 a1 = Allocation.createTyped(mRS, t); in setUp()
84 a1_copy = Allocation.createTyped(mRS, a1.getType()); in testBlur()
89 a1_copy.copy2DRangeFrom(0, 0, a1.getType().getX(), a1.getType().getY(), a1, 0, 0); in testBlur()
655 a1_copy = Allocation.createTyped(mRS, a1.getType()); in testColorMatrix()
666 a1_copy.copy2DRangeFrom(0, 0, a1.getType().getX(), a1.getType().getY(), a1, 0, 0); in testColorMatrix()
677 a1_copy.copy2DRangeFrom(0, 0, a1.getType().getX(), a1.getType().getY(), a1, 0, 0); in testColorMatrix()
692 a1_copy = Allocation.createTyped(mRS, a1.getType()); in testConvolve3x3()
695 a1_copy.copy2DRangeFrom(0, 0, a1.getType().getX(), a1.getType().getY(), a1, 0, 0); in testConvolve3x3()
715 a1_copy = Allocation.createTyped(mRS, a1.getType()); in testConvolve5x5()
[all …]
DGetSetTest.java118 private void verify(byte[] a1, byte[] a2, Allocation alloc, String s, int vsize) { in verify() argument
121 if (a1[i] != a2[i]) { in verify()
125 throw new RSRuntimeException(s + a1[i] + ", " + a2[i] + ", at " + i); in verify()
132 private void verify(short[] a1, short[] a2, Allocation alloc, String s, int vsize) { in verify() argument
135 if (a1[i] != a2[i]) { in verify()
139 throw new RSRuntimeException(s + a1[i] + ", " + a2[i] + ", at " + i); in verify()
146 private void verify(int[] a1, int[] a2, Allocation alloc, String s, int vsize) { in verify() argument
149 if (a1[i] != a2[i]) { in verify()
153 throw new RSRuntimeException(s + a1[i] + ", " + a2[i] + ", at " + i); in verify()
160 private void verify(long[] a1, long[] a2, Allocation alloc, String s, int vsize) { in verify() argument
[all …]
DLaunchClip.java45 int a0, int a1, int a2, int a3) { in setup() argument
53 mDimA1 = a1; in setup()
/cts/tools/vm-tests-tf/src/dot/junit/verify/a1/d/
DT_a1_1.dfh1 // Processing 'out/classes_dasm/dot/junit/verify/a1/d/T_a1_1.dex'...
2 // Opened 'out/classes_dasm/dot/junit/verify/a1/d/T_a1_1.dex', DEX version '035'
55 // parsed: offset 116, len 4: [1] string_data_off: 268 (0x00010c) "Ldot/junit/verify/a1/d/T_a1_1;"
67 // parsed: offset 136, len 4: [0] descriptor_idx: 1 (0x000001) "Ldot/junit/verify/a1/d/T_a1_1;"
93 // class_idx: 0 "Ldot/junit/verify/a1/d/T_a1_1;"
103 // CODE_ITEM for "dot.junit.verify.a1.d.T_a1_1.<init>"
123 // CODE_ITEM for "dot.junit.verify.a1.d.T_a1_1.run"
146 // parsed: offset 268, len 32: TYPE_STRING_DATA_ITEM [1] "Ldot/junit/verify/a1/d/T_a1_1;"
156 // CLASS_DATA_ITEM for class [0] "Ldot/junit/verify/a1/d/T_a1_1;"
DT_a1_2.java17 package dot.junit.verify.a1.d;
DT_a1_1.d16 .class public dot.junit.verify.a1.d.T_a1_1
/cts/tests/tests/animation/src/android/animation/cts/
DAnimatorSetTest.java189 ValueAnimator a1 = ValueAnimator.ofFloat(0f, 100f); in testPauseAndResume() local
190 a1.setDuration(50); in testPauseAndResume()
193 a1.addListener(new AnimatorListenerAdapter() { in testPauseAndResume()
200 set.playTogether(a1, a2); in testPauseAndResume()
254 ValueAnimator a1 = ValueAnimator.ofFloat(0f, 100f); in testPauseBeforeStart() local
255 a1.setDuration(50); in testPauseBeforeStart()
259 set.playSequentially(a1, a2); in testPauseBeforeStart()
/cts/tools/vm-tests-tf/src/dot/junit/verify/a1/
DTest_a1.java17 package dot.junit.verify.a1;
/cts/tools/vm-tests-tf/src/dot/junit/verify/
DAllTests.java35 suite.addTestSuite(dot.junit.verify.a1.Test_a1.class); in suite()
/cts/tests/tests/hardware/src/android/hardware/cts/
DSensorManagerStaticTest.java474 int a1, a2; // AXIS_X/Y/Z in testRemapCoordinateSystem() local
488 a1 = j/3 + 1; in testRemapCoordinateSystem()
492 if (a1 == a2) continue; in testRemapCoordinateSystem()
496 b1 = a1 | (((k & 2) != 0) ? 0x80 : 0); in testRemapCoordinateSystem()
499 b3 = (6 - a1 -a2) | in testRemapCoordinateSystem()
500 ( (((a2 + 3 - a1) % 3 == 2) ? 0x80 : 0) ^ (b1 & 0x80) ^ (b2 & 0x80)); in testRemapCoordinateSystem()
/cts/tests/tests/widget/src/android/widget/cts/
DGridLayoutTest.java239 int a1 = a.getValue(v1); in testAlignment() local
242 a0, a1); in testAlignment()
/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapFactoryTest.java817 final int a1 = Color.alpha(actual); in distance() local
819 final int r = multiplyAlpha(Color.red(actual), a1) - in distance()
821 final int g = multiplyAlpha(Color.green(actual), a1) - in distance()
823 final int b = multiplyAlpha(Color.blue(actual), a1) - in distance()
/cts/tests/tests/security/res/raw/
Dopenssl_heartbleed_test_cert.pem50 7f:dd:5f:7b:eb:7c:a1:39:a2:8b:43:2e:f4:f2:71:
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/opc_goto/d/
DT_opc_goto_2.dfh9 // parsed: offset 12, len 20: signature : 19a1...8fae
/cts/tests/tests/media/assets/
DfileSequence1.ts2763 …�Ξ������a��["�g��{�̰j�=��&'��ܦUY��-�~���/� �%~�n�벟�uީW,��!�i�gU�T�����a1�y�}��s���-��x"Wi�B…
2877 (��T�A����F����:�a1�|f6.�| tfm� �d^P@Z�j���\+���ʔ�#��F�9��'tg�U��J��4� �[Q���g�a��#YQ�*p�…
Dsegment000001.ts3135 �8,�J�5�{}�؏�2n��c�/{��G��[� �u��=<8%�'������a1�1�z��`S�_�0z?bV�w��jSht� �$)��f���.�9…
DfileSequence0.ts919 …g��b0/R�a žhy�b0,�2�S�0��f �Ƈ�Y�Ȧ)�b�fw��d���f)�b����%��AR�����%�9|I�a1 ��bO%��^��yx��A�yx…
Dsegment000000.ts668 …g��b0/R�a žhy�b0,�2�S�0��f �Ƈ�Y�Ȧ)�b�fw��d���f)�b����%��AR�����%�9|I�a1 ��bO%��^��yx��A�yx…
/cts/tests/tests/media/res/raw/
Dtestmp3_3.raw1 …Yro33TnaP/VFvYY76vfYvd9MZmLiTidqS4XQIAEaZblbk0tSOq5OblS7qG8avWUIpz2f9X1fEz/a1//rCH8/r8lygFM3nXuia0…
Dfootball_qvga.yuv16 …�����������qltvtsspnookkiiowxx|�~nTCL[`����tbcjgb^[bipx�������������������a1*Cw��G<o���^:��vsmj…
140 …�������������|M("(,o�mikt{Z$1g}{mk��L8c;]�w�f%Bm����������|��������������a1?5\���L0��[<^qrqvkYG5…
279a1/Qof:(Go�����������ztqpnkjklnoquy�������{wrmd]\_aceffghilnoquz}yk^YZ_fjgbjttuvtpqtuxwwuttk]cdc…
297 …hhijkiijjjjhhgefggeehhgjljklklnnmqpnonmmommoomnoptwttvtttssrsrppnnpqlo�����a1-HSJb�������z?T^OOTQP…