| /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
| D | ImageProcessingTest.java | 96 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/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
| D | ImageProcessingTest.java | 111 public void runTest(TestAction ta, String testName) { in runTest() 132 TestAction ta = new TestAction(TestName.LEVELS_VEC3_RELAXED); in testLevelsVec3Relaxed() local 139 TestAction ta = new TestAction(TestName.LEVELS_VEC4_RELAXED); in testLevelsVec4Relaxed() local 146 TestAction ta = new TestAction(TestName.LEVELS_VEC3_FULL); in testLevelsVec3Full() local 153 TestAction ta = new TestAction(TestName.LEVELS_VEC4_FULL); in testLevelsVec4Full() local 160 TestAction ta = new TestAction(TestName.BLUR_RADIUS_25); in testBlurRadius25() local 167 TestAction ta = new TestAction(TestName.INTRINSIC_BLUR_RADIUS_25); in testIntrinsicBlurRadius25() local 174 TestAction ta = new TestAction(TestName.GREYSCALE); in testGreyscale() local 181 TestAction ta = new TestAction(TestName.GRAIN); in testGrain() local 188 TestAction ta = new TestAction(TestName.FISHEYE_FULL); in testFisheyeFull() local [all …]
|
| /frameworks/rs/java/tests/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/ |
| D | BlasTest.java | 97 public void runTest(TestAction ta, String testName) { in runTest() 118 TestAction ta = new TestAction(TestName.SGEMM_SMALL); in testSGEMMSmall() local 125 TestAction ta = new TestAction(TestName.SGEMM_MEDIUM); in testSGEMMedium() local 132 TestAction ta = new TestAction(TestName.SGEMM_LARGE); in testSGEMMLarge() local 139 TestAction ta = new TestAction(TestName.BNNM_SMALL); in testBNNMSmall() local 146 TestAction ta = new TestAction(TestName.BNNM_MEDIUM); in testBNNMMMedium() local 153 TestAction ta = new TestAction(TestName.BNNM_LARGE); in testBNNMLarge() local
|
| /frameworks/wilhelm/tests/sandbox/ |
| D | multithread.c | 46 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/ |
| D | Resources_Theme_Delegate.java | 59 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/core/java/com/android/internal/widget/ |
| D | ButtonBarLayout.java | 41 final TypedArray ta = context.obtainStyledAttributes(attrs, R.styleable.ButtonBarLayout); in ButtonBarLayout() local
|
| D | ActionBarOverlayLayout.java | 176 TypedArray ta = getContext().getTheme().obtainStyledAttributes(ATTRS); in init() local
|
| /frameworks/rs/cpu_ref/ |
| D | rsCpuIntrinsicLUT.cpp | 69 const uchar *ta = &tb[256]; in kernel() local
|
| /frameworks/base/tools/layoutlib/bridge/src/android/view/ |
| D | LayoutInflater_Delegate.java | 93 final TypedArray ta = context.obtainStyledAttributes(attrs, ATTRS_THEME); in parseInclude() local
|
| /frameworks/base/services/core/java/com/android/server/ |
| D | AttributeCache.java | 58 public Entry(Context c, TypedArray ta) { in Entry()
|
| /frameworks/base/core/java/android/widget/ |
| D | DayPickerView.java | 136 final TypedArray ta = mContext.obtainStyledAttributes(null, in DayPickerView() local
|
| D | AbsSeekBar.java | 116 final TypedArray ta = context.obtainStyledAttributes(attrs, R.styleable.Theme, 0, 0); in AbsSeekBar() local
|
| D | TimePickerClockDelegate.java | 259 final TypedArray ta = mContext.obtainStyledAttributes(ATTRS_DISABLED_ALPHA); in applyLegacyColorFixes() local
|
| D | DayPickerPagerAdapter.java | 72 final TypedArray ta = context.obtainStyledAttributes(new int[] { in DayPickerPagerAdapter() local
|
| D | DatePickerCalendarDelegate.java | 214 final TypedArray ta = mContext.obtainStyledAttributes(ATTRS_DISABLED_ALPHA); in applyLegacyColorFixes() local
|
| /frameworks/base/core/java/android/view/ |
| D | LayoutInflater.java | 730 final TypedArray ta = context.obtainStyledAttributes(attrs, ATTRS_THEME); in createViewFromTag() local 866 final TypedArray ta = context.obtainStyledAttributes(attrs, R.styleable.ViewTag); in parseViewTag() local 884 final TypedArray ta = context.obtainStyledAttributes(attrs, ATTRS_THEME); in parseInclude() local
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
| D | QSTileView.java | 230 final TypedArray ta = mContext.obtainStyledAttributes(attrs); in newTileBackground() local
|
| /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
| D | ListRowPresenter.java | 485 TypedArray ta = gridView.getContext() in setupFadingEffect() local
|
| /frameworks/base/core/java/android/view/inputmethod/ |
| D | BaseInputConnection.java | 592 TypedArray ta = context.getTheme() in ensureDefaultComposingSpans() local
|
| /frameworks/base/core/java/android/hardware/radio/ |
| D | RadioManager.java | 462 boolean stereo, boolean rds, boolean ta, boolean af) { in FmBandDescriptor() 767 boolean stereo, boolean rds, boolean ta, boolean af) { in FmBandConfig()
|
| /frameworks/support/v4/java/android/support/v4/view/ |
| D | PagerTitleStrip.java | 153 final TypedArray ta = context.obtainStyledAttributes(textAppearance, TEXT_ATTRS); in PagerTitleStrip() local
|
| /frameworks/support/v17/leanback/src/android/support/v17/leanback/app/ |
| D | BrowseFragment.java | 550 TypedArray ta = getActivity().obtainStyledAttributes(R.styleable.LeanbackTheme); in onCreate() local
|
| D | BrowseSupportFragment.java | 552 TypedArray ta = getActivity().obtainStyledAttributes(R.styleable.LeanbackTheme); in onCreate() local
|
| /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
| D | BridgeContext.java | 652 BridgeTypedArray ta = map3.get(resid); in obtainStyledAttributes() local 703 BridgeTypedArray ta = ((BridgeResources) mSystemResources).newTypeArray(attrs.length, in obtainStyledAttributes() local 938 BridgeTypedArray ta = ((BridgeResources) mSystemResources).newTypeArray(attrs.length, in createStyleBasedTypedArray() local
|
| /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ |
| D | ActionBarOverlayLayout.java | 143 TypedArray ta = getContext().getTheme().obtainStyledAttributes(ATTRS); in init() local
|