Home
last modified time | relevance | path

Searched defs:ta (Results 1 – 11 of 11) sorted by relevance

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DYuvTest.java112 Allocation ta = Allocation.createSized(mRS, Element.U8(mRS), tmp.length); in testV17() local
151 Allocation ta = Allocation.createTyped(mRS, tb.create(), Allocation.USAGE_SCRIPT); in test_NV21() local
202 Allocation ta = Allocation.createTyped(mRS, tb.create(), Allocation.USAGE_SCRIPT); in test_YV12() local
254 Allocation ta = Allocation.createTyped(mRS, tb.create(), Allocation.USAGE_SCRIPT); in test_YV12_Float4() local
301 Allocation ta = Allocation.createTyped(mRS, tb.create(), Allocation.USAGE_SCRIPT); in test_NV21_Float4() local
/cts/tests/tests/view/src/android/view/cts/
DContextThemeWrapperTest.java78 TypedArray ta = in testAccessTheme() local
144 private void verifyIdenticalTextAppearanceStyle(TypedArray ta) { in verifyIdenticalTextAppearanceStyle()
/cts/tests/tests/rscpp/src/android/cts/rscpp/
DRSYuvTest.java98 Allocation ta = Allocation.createSized(mRS, Element.U8(mRS), tmp.length); in testV17() local
125 Allocation ta = Allocation.createTyped(mRS, tb.create(), Allocation.USAGE_SCRIPT); in test_YV12() local
164 Allocation ta = Allocation.createTyped(mRS, tb.create(), Allocation.USAGE_SCRIPT); in test_NV21() local
/cts/hostsidetests/services/activityandwindowmanager/activitymanager/app/src/android/server/cts/
DFontScaleActivity.java48 TypedArray ta = getTheme().obtainStyledAttributes(attrs, in dumpFontSize() local
/cts/tests/tests/content/src/android/content/res/cts/
DTypedArrayTest.java242 final TypedArray ta = getContext().getResources().obtainAttributes(set, in testNonResourceString() local
260 final TypedArray ta = theme.obtainStyledAttributes(parser, R.styleable.style1, 0, 0); in testEmptyXmlAttributeDoesNotFallbackToTheme() local
DResources_ThemeTest.java88 final TypedArray ta = mResTheme.obtainStyledAttributes(new int[] { R.attr.testString }); in testObtainStyledAttributesWithInlineStringInTheme() local
DResourcesTest.java113 final TypedArray ta = mResources.obtainTypedArray(R.array.string); in testObtainTypedArray() local
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DCustomDrawableTest.java64 final TypedArray ta; in inflate() local
/cts/tests/tests/telephony/src/android/telephony/cts/
DCellInfoTest.java145 int ta = cellSignalStrengthLte.getTimingAdvance(); in verifyLteInfo() local
/cts/tests/app/src/android/app/cts/
DDialogTest.java104 TypedArray ta = in testConstructor() local
127 private void assertTextAppearanceStyle(TypedArray ta) { in assertTextAppearanceStyle()
DAlertDialog_BuilderTest.java108 TypedArray ta = themedContext.obtainStyledAttributes(attrs); in testConstructorWithThemeId() local