Home
last modified time | relevance | path

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

12

/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
DImageProcessingTest.java109 public void runTest(TestAction ta, String testName) { in runTest()
152 TestAction ta = new TestAction(TestName.LEVELS_VEC3_RELAXED); in testLevelsVec3Relaxed() local
159 TestAction ta = new TestAction(TestName.LEVELS_VEC4_RELAXED); in testLevelsVec4Relaxed() local
166 TestAction ta = new TestAction(TestName.LEVELS_VEC3_FULL); in testLevelsVec3Full() local
173 TestAction ta = new TestAction(TestName.LEVELS_VEC4_FULL); in testLevelsVec4Full() local
180 TestAction ta = new TestAction(TestName.BLUR_RADIUS_25); in testBlurRadius25() local
187 TestAction ta = new TestAction(TestName.INTRINSIC_BLUR_RADIUS_25); in testIntrinsicBlurRadius25() local
194 TestAction ta = new TestAction(TestName.GREYSCALE); in testGreyscale() local
201 TestAction ta = new TestAction(TestName.GRAIN); in testGrain() local
208 TestAction ta = new TestAction(TestName.FISHEYE_FULL); in testFisheyeFull() local
[all …]
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
DImageProcessingTest.java96 public void runTest(TestAction ta, String testName) { in runTest()
117 TestAction ta = new TestAction(TestName.LEVELS_VEC3_RELAXED); in testLevelsVec3Relaxed() local
124 TestAction ta = new TestAction(TestName.LEVELS_VEC4_RELAXED); in testLevelsVec4Relaxed() local
131 TestAction ta = new TestAction(TestName.LEVELS_VEC3_FULL); in testLevelsVec3Full() local
138 TestAction ta = new TestAction(TestName.LEVELS_VEC4_FULL); in testLevelsVec4Full() local
145 TestAction ta = new TestAction(TestName.BLUR_RADIUS_25); in testBlurRadius25() local
152 TestAction ta = new TestAction(TestName.INTRINSIC_BLUE_RADIUS_25); in testIntrinsicBlurRadius25() local
159 TestAction ta = new TestAction(TestName.GREYSCALE); in testGreyscale() local
166 TestAction ta = new TestAction(TestName.GRAIN); in testGrain() local
173 TestAction ta = new TestAction(TestName.FISHEYE_FULL); in testFisheyeFull() local
[all …]
/frameworks/rs/tests/java_api/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
DBlasTest.java97 public void runTest(TestAction ta, String testName) { in runTest()
116 TestAction ta = new TestAction(TestName.SGEMM_SMALL); in testSGEMMSmall() local
123 TestAction ta = new TestAction(TestName.SGEMM_MEDIUM); in testSGEMMedium() local
130 TestAction ta = new TestAction(TestName.SGEMM_LARGE); in testSGEMMLarge() local
137 TestAction ta = new TestAction(TestName.BNNM_SMALL); in testBNNMSmall() local
144 TestAction ta = new TestAction(TestName.BNNM_MEDIUM); in testBNNMMMedium() local
151 TestAction ta = new TestAction(TestName.BNNM_LARGE); in testBNNMLarge() local
158 TestAction ta = new TestAction(TestName.SGEMM_GoogLeNet); in testSGEMMGoogLeNet() local
165 TestAction ta = new TestAction(TestName.BNNM_GoogLeNet); in testBNNMGoogLeNet() local
172 TestAction ta = new TestAction(TestName.SGEMM_GoogLeNet_Padded); in testSGEMMGoogLeNetPadded() local
[all …]
/frameworks/wilhelm/tests/sandbox/
Dmultithread.c46 ThreadArgument *ta = (ThreadArgument *) param; in thread_start() local
132 ThreadArgument *ta = &thread_args[i]; in main() local
165 ThreadArgument *ta = &thread_args[i]; in main() local
177 ThreadArgument *ta = &thread_args[i]; in main() local
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
DResources_Theme_Delegate.java59 BridgeTypedArray ta = RenderSessionImpl.getCurrentContext().obtainStyledAttributes(attrs); in obtainStyledAttributes() local
71 BridgeTypedArray ta = RenderSessionImpl.getCurrentContext().obtainStyledAttributes(resid, in obtainStyledAttributes() local
83 BridgeTypedArray ta = RenderSessionImpl.getCurrentContext().obtainStyledAttributes(set, in obtainStyledAttributes() local
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
DUtils.java186 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in applyAlphaAttr() local
201 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in getColorAttr() local
208 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in getThemeAttr() local
215 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in getDrawable() local
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/utils/
DResourceHelper.java45 TypedArray ta = theme.obtainStyledAttributes(new int[] {attribute}); in getThemeColor() local
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DGuidanceStylingRelativeLayout.java36 TypedArray ta = context.getTheme().obtainStyledAttributes( in getKeyLinePercent() local
DGuidedActionsRelativeLayout.java40 TypedArray ta = getContext().getTheme().obtainStyledAttributes( in init() local
/frameworks/rs/cpu_ref/
DrsCpuIntrinsicLUT.cpp63 const uchar *ta = &tb[256]; in kernel() local
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DButtonBarLayout.java55 final TypedArray ta = context.obtainStyledAttributes(attrs, R.styleable.ButtonBarLayout); in ButtonBarLayout() local
DActionBarOverlayLayout.java147 TypedArray ta = getContext().getTheme().obtainStyledAttributes(ATTRS); in init() local
/frameworks/base/core/java/com/android/internal/widget/
DButtonBarLayout.java52 final TypedArray ta = context.obtainStyledAttributes(attrs, R.styleable.ButtonBarLayout); in ButtonBarLayout() local
DActionBarOverlayLayout.java177 TypedArray ta = getContext().getTheme().obtainStyledAttributes(ATTRS); in init() local
/frameworks/base/tools/layoutlib/bridge/src/android/view/
DLayoutInflater_Delegate.java95 final TypedArray ta = context.obtainStyledAttributes(attrs, ATTRS_THEME); in parseInclude() local
/frameworks/base/services/core/java/com/android/server/
DAttributeCache.java62 public Entry(Context c, TypedArray ta) { in Entry()
/frameworks/base/core/java/android/widget/
DDayPickerView.java137 final TypedArray ta = mContext.obtainStyledAttributes(null, in DayPickerView() local
DAbsSeekBar.java142 final TypedArray ta = context.obtainStyledAttributes(attrs, R.styleable.Theme, 0, 0); in AbsSeekBar() local
DTimePickerClockDelegate.java363 final TypedArray ta = mContext.obtainStyledAttributes(ATTRS_DISABLED_ALPHA); in applyLegacyColorFixes() local
/frameworks/base/core/java/android/view/
DLayoutInflater.java756 final TypedArray ta = context.obtainStyledAttributes(attrs, ATTRS_THEME); in createViewFromTag() local
887 final TypedArray ta = context.obtainStyledAttributes(attrs, R.styleable.ViewTag); in parseViewTag() local
905 final TypedArray ta = context.obtainStyledAttributes(attrs, ATTRS_THEME); in parseInclude() local
/frameworks/base/telephony/java/android/telephony/
DCellSignalStrengthGsm.java91 public void initialize(int ss, int ber, int ta) { in initialize()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DScrimView.java79 TypedArray ta = context.obtainStyledAttributes(attrs, R.styleable.ScrimView); in ScrimView() local
DNotificationGuts.java143 final TypedArray ta = context.obtainStyledAttributes(attrs, in NotificationGuts() local
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
DMediaRouterThemeHelper.java169 TypedArray ta = context.obtainStyledAttributes(style, attrs); in getThemeColor() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSTileBaseView.java85 final TypedArray ta = getContext().obtainStyledAttributes(attrs); in newTileBackground() local

12