/cts/tests/tests/view/src/android/view/cts/ |
D | ContextThemeWrapperTest.java | 59 TypedArray ta = in testAccessTheme() local 63 assertEqualsTextAppearanceStyle(ta); in testAccessTheme() 122 private void assertEqualsTextAppearanceStyle(TypedArray ta) { in assertEqualsTextAppearanceStyle() argument 129 assertEquals(expectedTa.getIndexCount(), ta.getIndexCount()); in assertEqualsTextAppearanceStyle() 131 ta.getColor(R.styleable.TextAppearance_textColor, defValue)); in assertEqualsTextAppearanceStyle() 133 ta.getColor(R.styleable.TextAppearance_textColorHint, defValue)); in assertEqualsTextAppearanceStyle() 135 ta.getColor(R.styleable.TextAppearance_textColorLink, defValue)); in assertEqualsTextAppearanceStyle() 137 ta.getColor(R.styleable.TextAppearance_textColorHighlight, defValue)); in assertEqualsTextAppearanceStyle() 139 ta.getDimension(R.styleable.TextAppearance_textSize, defValue)); in assertEqualsTextAppearanceStyle() 141 ta.getInt(R.styleable.TextAppearance_textStyle, defValue)); in assertEqualsTextAppearanceStyle()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | YuvTest.java | 97 Allocation ta = Allocation.createSized(mRS, Element.U8(mRS), tmp.length); in testV17() local 98 ta.copyFrom(tmp); in testV17() 101 syuv.setInput(ta); in testV17() 131 Allocation ta = Allocation.createTyped(mRS, tb.create(), Allocation.USAGE_SCRIPT); in test_NV21() local 142 ta.copyFrom(tmp); in test_NV21() 146 syuv.setInput(ta); in test_NV21() 150 script.set_mInput(ta); in test_NV21() 175 Allocation ta = Allocation.createTyped(mRS, tb.create(), Allocation.USAGE_SCRIPT); in test_YV12() local 188 ta.copyFrom(tmp); in test_YV12() 192 syuv.setInput(ta); in test_YV12() [all …]
|
/cts/tests/tests/rscpp/src/android/cts/rscpp/ |
D | RSYuvTest.java | 98 Allocation ta = Allocation.createSized(mRS, Element.U8(mRS), tmp.length); in testV17() local 99 ta.copyFrom(tmp); in testV17() 102 syuv.setInput(ta); in testV17() 125 Allocation ta = Allocation.createTyped(mRS, tb.create(), Allocation.USAGE_SCRIPT); in test_YV12() local 138 ta.copyFrom(tmp); in test_YV12() 140 syuv.setInput(ta); in test_YV12() 164 Allocation ta = Allocation.createTyped(mRS, tb.create(), Allocation.USAGE_SCRIPT); in test_NV21() local 175 ta.copyFrom(tmp); in test_NV21() 177 syuv.setInput(ta); in test_NV21()
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
D | CustomDrawableTest.java | 55 final TypedArray ta; in inflate() local 57 ta = theme.obtainStyledAttributes(attrs, ATTRS, 0, 0); in inflate() 59 ta = r.obtainAttributes(attrs, ATTRS); in inflate() 62 mColor = ta.getColor(0, Color.BLACK); in inflate()
|
/cts/tests/tests/telephony/src/android/telephony/cts/ |
D | CellInfoTest.java | 110 int ta = ((CellSignalStrengthLte)lte.getCellSignalStrength()).getTimingAdvance(); in verifyLteInfo() local 113 ta == Integer.MAX_VALUE || (ta >= 0 && ta <=1282)); in verifyLteInfo()
|
/cts/tests/app/src/android/app/cts/ |
D | DialogTest.java | 103 TypedArray ta = in testConstructor() local 105 assertTextAppearanceStyle(ta); in testConstructor() 108 ta = w.getContext().getTheme().obtainStyledAttributes(R.styleable.TextAppearance); in testConstructor() 109 assertTextAppearanceStyle(ta); in testConstructor() 126 private void assertTextAppearanceStyle(TypedArray ta) { in assertTextAppearanceStyle() argument 133 assertEquals(expectedTa.getIndexCount(), ta.getIndexCount()); in assertTextAppearanceStyle() 135 ta.getColor(R.styleable.TextAppearance_textColor, defValue)); in assertTextAppearanceStyle() 137 ta.getColor(R.styleable.TextAppearance_textColorHint, defValue)); in assertTextAppearanceStyle() 139 ta.getColor(R.styleable.TextAppearance_textColorLink, defValue)); in assertTextAppearanceStyle() 141 ta.getColor(R.styleable.TextAppearance_textColorHighlight, defValue)); in assertTextAppearanceStyle() [all …]
|
D | AlertDialog_BuilderTest.java | 107 TypedArray ta = themedContext.obtainStyledAttributes(attrs); in testConstructorWithThemeId() local 108 assertEquals(20, ta.getInt(0, 0)); in testConstructorWithThemeId()
|
/cts/tests/tests/content/src/android/content/res/cts/ |
D | TypedArrayTest.java | 208 final TypedArray ta = getContext().getResources().obtainAttributes(set, in testNonResourceString() local 210 assertEquals(1, ta.getIndexCount()); in testNonResourceString() 211 assertEquals(EXPECTED_NON_RESOURCE_STRING, ta.getNonResourceString( in testNonResourceString() 213 ta.recycle(); in testNonResourceString()
|
D | ResourcesTest.java | 109 final TypedArray ta = mResources.obtainTypedArray(R.array.string); in testObtainTypedArray() local 110 assertEquals(3, ta.length()); in testObtainTypedArray() 111 assertEquals("Test String 1", ta.getString(0)); in testObtainTypedArray() 112 assertEquals("Test String 2", ta.getString(1)); in testObtainTypedArray() 113 assertEquals("Test String 3", ta.getString(2)); in testObtainTypedArray() 114 assertEquals(mResources, ta.getResources()); in testObtainTypedArray()
|
/cts/tests/tests/media/assets/ |
D | fileSequence1.ts | 2310 ���0��t��xX�<��cɃ(/��`��u�HPG¶�H����@D֝^ � Fc�V^�B�!��,�#������N��ta�@a�'��j����?�GA5…
|
D | segment000001.ts | 2811 �m�\��G=t�dO+�,�����w��ta��Z�� %�`]qr�%�ا��"�t�Jqg���$D2�4��'^v�t��(4�v��(=wՏ�R…
|
D | fileSequence0.ts | 2328 …�3~�d�hJ68�_������@�����$�Hw�!�q�_�V��g&U �'��bʍ5��~0Q����ta�4*�&żJ�DK a)��<…
|
/cts/tests/tests/media/res/raw/ |
D | football_qvga.yuv | 16 …agmt}�����������������|p����T)D���SD��r;��ty|y{�������������������������ta]ahmpw~{trttsnWBAJSPR… 41 …������������mc~��me�����������z^QUXYYY\]\\[XX[]^^^_`bcbbm}������������Ȼ���ta\_cb_`bcbc``b_]^___][… 63 …125332034410236=GMOSSRQMRZZVUUhuuwy{{z~~L)y��d:����������}depv�������������ta]aghikmjikjgfeddddgjh… 84 …W]b`bcf���d������}fcjiedfgikkkn{������������������}tf^`dccegknlikmjnvxy���ta[^ahnkgkorx����viddfg… 121 …puwyz|yqqtssrmjjs�xlooijnruwxwvvvvwyz{|zxwtsstuttsttsrngdffeccba`aba�������ta`bcegigdddddddccccccc… 141 …k��~wmZ?27:634=G@6AGH\iecflsvwvroou�������k���������������Ԛ]61CPX_imip�����ta`[J<;COW_hiffikida]WZ… 153 …dz�yrsk`YPYdeaUC80<UV[pzqb]^43��xevyv}�������u~���������nP89FOV[bmqi�������ta\`ghea\aff^Y]a`_^XQJI… 200 …jgdeb`cdda_agrwsmfZL>.N��QNX_he6_����������������x:0AH;9{�y���h47B-B��|{��e6.:dncJ/368Ocb^u�ta��C 214 …��pnlkihiiknoommlnqtttrmkjknsusqnmopswz}}{xsqruwwvvtroqwv{�����������}{ta? %EPIJPQE?LYWNQZ]Z]f… 221 …���utukms~~nlrod`fmqponmoqruxwuvxxxyzxxyxxxyywuuvutvvsssrtw|������iW\js��ta^^VV_aajrwy|���������… [all …]
|