/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/v7/appcompat/src/android/support/v7/widget/ |
D | ButtonBarLayout.java | 49 final TypedArray ta = context.obtainStyledAttributes(attrs, R.styleable.ButtonBarLayout); in ButtonBarLayout() 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 | 61 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 | 214 final TypedArray ta = mContext.obtainStyledAttributes(ATTRS_DISABLED_ALPHA); in applyLegacyColorFixes() local
|
D | TimePickerClockDelegate.java | 287 final TypedArray ta = mContext.obtainStyledAttributes(ATTRS_DISABLED_ALPHA); in applyLegacyColorFixes() local
|
/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 | 150 TypedArray ta = context.obtainStyledAttributes(style, attrs); in getThemeColor() local
|
/frameworks/base/telephony/java/android/telephony/ |
D | CellSignalStrengthGsm.java | 91 public void initialize(int ss, int ber, int ta) { in initialize()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | QSTileBaseView.java | 70 final TypedArray ta = mContext.obtainStyledAttributes(attrs); in newTileBackground() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationGuts.java | 105 final TypedArray ta = in NotificationGuts() local
|
/frameworks/base/core/java/android/hardware/radio/ |
D | RadioManager.java | 463 boolean stereo, boolean rds, boolean ta, boolean af, boolean ea) { in FmBandDescriptor() 784 boolean stereo, boolean rds, boolean ta, boolean af, boolean ea) { in FmBandConfig()
|
/frameworks/support/v4/java/android/support/v4/view/ |
D | PagerTitleStrip.java | 154 final TypedArray ta = context.obtainStyledAttributes(textAppearance, TEXT_ATTRS); in PagerTitleStrip() local
|
/frameworks/base/core/java/android/view/inputmethod/ |
D | BaseInputConnection.java | 751 TypedArray ta = context.getTheme() in ensureDefaultComposingSpans() local
|