/cts/tests/tests/animation/src/android/animation/cts/ |
D | AnimatorSetTest.java | 286 ValueAnimator a1 = ValueAnimator.ofFloat(0f, 100f); in testPauseAndResume() local 287 a1.setDuration(50); in testPauseAndResume() 290 a1.addListener(new AnimatorListenerAdapter() { in testPauseAndResume() 297 set.playTogether(a1, a2); in testPauseAndResume() 346 ValueAnimator a1 = ValueAnimator.ofFloat(0f, 100f); in testPauseBeforeStart() local 347 a1.setDuration(50); in testPauseBeforeStart() 351 set.playSequentially(a1, a2); in testPauseBeforeStart() 405 ValueAnimator a1 = ValueAnimator.ofFloat(0f, 1f); in testReverseWithStartDelay() local 406 a1.setDuration(200); in testReverseWithStartDelay() 408 a1.addListener(listener1); in testReverseWithStartDelay() [all …]
|
D | ValueAnimatorTest.java | 231 ValueAnimator a1 = ValueAnimator.ofFloat(0, 1f); in testPauseListener() local 232 a1.addPauseListener(l1); in testPauseListener() 233 a1.addPauseListener(l2); in testPauseListener() 235 a1.start(); in testPauseListener() 236 a1.pause(); in testPauseListener() 237 verify(l1, times(1)).onAnimationPause(a1); in testPauseListener() 238 verify(l2, times(1)).onAnimationPause(a1); in testPauseListener() 239 a1.removePauseListener(l2); in testPauseListener() 240 a1.resume(); in testPauseListener() 244 verify(l1, times(1)).onAnimationResume(a1); in testPauseListener() [all …]
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | VLoadTest.java | 110 private void verify(byte[] a1, byte[] a2, String s) { in verify() argument 113 if (a1[i] != a2[i]) { in verify() 114 throw new RSRuntimeException(s + a1[i] + ", " + a2[i] + ", at " + i); in verify() 121 private void verify(short[] a1, short[] a2, String s) { in verify() argument 124 if (a1[i] != a2[i]) { in verify() 125 throw new RSRuntimeException(s + a1[i] + ", " + a2[i] + ", at " + i); in verify() 132 private void verify(int[] a1, int[] a2, String s) { in verify() argument 135 if (a1[i] != a2[i]) { in verify() 136 throw new RSRuntimeException(s + a1[i] + ", " + a2[i] + ", at " + i); in verify() 143 private void verify(long[] a1, long[] a2, String s) { in verify() argument [all …]
|
D | ImageProcessingTest.java | 65 private Allocation a1, a2; field in ImageProcessingTest 75 a1 = Allocation.createTyped(mRS, t); in setUp() 81 a1.destroy(); in tearDown() 91 a1_copy = Allocation.createTyped(mRS, a1.getType()); in testBlur() 96 a1_copy.copy2DRangeFrom(0, 0, a1.getType().getX(), a1.getType().getY(), a1, 0, 0); in testBlur() 669 a1_copy = Allocation.createTyped(mRS, a1.getType()); in testColorMatrix() 680 a1_copy.copy2DRangeFrom(0, 0, a1.getType().getX(), a1.getType().getY(), a1, 0, 0); in testColorMatrix() 691 a1_copy.copy2DRangeFrom(0, 0, a1.getType().getX(), a1.getType().getY(), a1, 0, 0); in testColorMatrix() 706 a1_copy = Allocation.createTyped(mRS, a1.getType()); in testConvolve3x3() 709 a1_copy.copy2DRangeFrom(0, 0, a1.getType().getX(), a1.getType().getY(), a1, 0, 0); in testConvolve3x3() [all …]
|
D | GetSetTest.java | 144 private void verify(byte[] a1, byte[] a2, Allocation alloc, String s, int vsize) { in verify() argument 147 if (a1[i] != a2[i]) { in verify() 151 throw new RSRuntimeException(s + a1[i] + ", " + a2[i] + ", at " + i); in verify() 158 private void verify(short[] a1, short[] a2, Allocation alloc, String s, int vsize) { in verify() argument 161 if (a1[i] != a2[i]) { in verify() 165 throw new RSRuntimeException(s + a1[i] + ", " + a2[i] + ", at " + i); in verify() 172 private void verify(int[] a1, int[] a2, Allocation alloc, String s, int vsize) { in verify() argument 175 if (a1[i] != a2[i]) { in verify() 179 throw new RSRuntimeException(s + a1[i] + ", " + a2[i] + ", at " + i); in verify() 186 private void verify(long[] a1, long[] a2, Allocation alloc, String s, int vsize) { in verify() argument [all …]
|
D | LaunchClip.java | 45 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/ |
D | T_a1_1.dfh | 1 // 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;"
|
D | T_a1_2.java | 17 package dot.junit.verify.a1.d;
|
D | T_a1_1.d | 16 .class public dot.junit.verify.a1.d.T_a1_1
|
/cts/hostsidetests/statsd/src/android/cts/statsd/atom/ |
D | UidAtomTests.java | 120 BleScanStateChanged a1 = data.get(1).getAtom().getBleScanStateChanged(); in testBleScan() local 122 assertTrue(a1.getState().getNumber() == stateOff); in testBleScan() 146 BleScanStateChanged a1 = data.get(1).getAtom().getBleScanStateChanged(); in testBleUnoptimizedScan() local 147 assertTrue(a1.getState().getNumber() == stateOff); in testBleUnoptimizedScan() 148 assertFalse(a1.getIsFiltered()); in testBleUnoptimizedScan() 149 assertFalse(a1.getIsFirstMatch()); in testBleUnoptimizedScan() 150 assertFalse(a1.getIsOpportunistic()); in testBleUnoptimizedScan() 162 a1 = data.get(1).getAtom().getBleScanStateChanged(); in testBleUnoptimizedScan() 163 assertTrue(a1.getState().getNumber() == stateOff); in testBleUnoptimizedScan() 164 assertFalse(a1.getIsFiltered()); in testBleUnoptimizedScan() [all …]
|
/cts/tools/vm-tests-tf/src/dot/junit/verify/a1/ |
D | Test_a1.java | 17 package dot.junit.verify.a1;
|
/cts/tools/vm-tests-tf/src/dot/junit/verify/ |
D | AllTests.java | 35 suite.addTestSuite(dot.junit.verify.a1.Test_a1.class); in suite()
|
/cts/tests/sensor/src/android/hardware/cts/ |
D | SensorManagerStaticTest.java | 474 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/ |
D | GridLayoutTest.java | 255 int a1 = a.getValue(v1); in verifyCellAlignment() local 258 a0, a1); in verifyCellAlignment()
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | BitmapFactoryTest.java | 977 final int a1 = Color.alpha(actual); in distance() local 979 final int r = multiplyAlpha(Color.red(actual), a1) - in distance() 981 final int g = multiplyAlpha(Color.green(actual), a1) - in distance() 983 final int b = multiplyAlpha(Color.blue(actual), a1) - in distance()
|
/cts/tests/tests/security/res/raw/ |
D | openssl_heartbleed_test_cert.pem | 50 7f:dd:5f:7b:eb:7c:a1:39:a2:8b:43:2e:f4:f2:71:
|
/cts/tests/vr/jni/ |
D | VrExtensionsJni.cpp | 344 float a1 = ((color1 >> 24) & 0xff) / 255.0f; in LerpColor() local 348 uint32_t a8 = (a0 * (1.0f - t) + a1 * t) * 255.0f; in LerpColor()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/opc_goto/d/ |
D | T_opc_goto_2.dfh | 9 // parsed: offset 12, len 20: signature : 19a1...8fae
|
/cts/tests/tests/media/assets/ |
D | fileSequence1.ts | 2763 …�Ξ������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�…
|
D | segment000001.ts | 3135 �8,�J�5�{}�؏�2n��c�/{��G�[� �u��=<8%�'������a1�1�z��`S�_�0z?bV�w��jSht�$)��f���.�9…
|
D | segment000000.ts | 668 …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/ |
D | testmp3_3.raw | 1 …Yro33TnaP/VFvYY76vfYvd9MZmLiTidqS4XQIAEaZblbk0tSOq5OblS7qG8avWUIpz2f9X1fEz/a1//rCH8/r8lygFM3nXuia0…
|