/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/support/samples/Support4Demos/src/com/example/android/supportv4/media/utils/ |
D | ResourceHelper.java | 45 TypedArray ta = theme.obtainStyledAttributes(new int[] {attribute}); in getThemeColor() local
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
D | ButtonBarLayout.java | 49 final TypedArray ta = context.obtainStyledAttributes(attrs, R.styleable.ButtonBarLayout); in ButtonBarLayout() local
|
D | ActionBarOverlayLayout.java | 141 TypedArray ta = getContext().getTheme().obtainStyledAttributes(ATTRS); in init() local
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
D | GuidanceStylingRelativeLayout.java | 39 TypedArray ta = getContext().getTheme().obtainStyledAttributes( in init() local
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsicLUT.cpp | 69 const uchar *ta = &tb[256]; in kernel() local
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | ButtonBarLayout.java | 52 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/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 | 62 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 | 138 final TypedArray ta = context.obtainStyledAttributes(attrs, R.styleable.Theme, 0, 0); in AbsSeekBar() local
|
D | DayPickerPagerAdapter.java | 71 final TypedArray ta = context.obtainStyledAttributes(new int[] { in DayPickerPagerAdapter() local
|
D | DatePickerCalendarDelegate.java | 216 final TypedArray ta = mContext.obtainStyledAttributes(ATTRS_DISABLED_ALPHA); in applyLegacyColorFixes() local
|
/frameworks/base/telephony/java/android/telephony/ |
D | CellSignalStrengthGsm.java | 91 public void initialize(int ss, int ber, int ta) { in initialize()
|
/frameworks/base/core/java/android/view/ |
D | LayoutInflater.java | 753 final TypedArray ta = context.obtainStyledAttributes(attrs, ATTRS_THEME); in createViewFromTag() local 889 final TypedArray ta = context.obtainStyledAttributes(attrs, R.styleable.ViewTag); in parseViewTag() local 907 final TypedArray ta = context.obtainStyledAttributes(attrs, ATTRS_THEME); in parseInclude() local
|
/frameworks/support/v7/mediarouter/src/android/support/v7/app/ |
D | MediaRouterThemeHelper.java | 162 TypedArray ta = context.obtainStyledAttributes(style, attrs); in getThemeColor() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | QSTileBaseView.java | 71 final TypedArray ta = mContext.obtainStyledAttributes(attrs); in newTileBackground() local
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/ |
D | Utils.java | 162 TypedArray ta = context.obtainStyledAttributes(new int[]{android.R.attr.colorAccent}); in getColorAccent() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/ |
D | TileAdapter.java | 472 TypedArray ta = in TileItemDecoration() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationGuts.java | 105 final TypedArray ta = in NotificationGuts() local
|