| /frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/ |
| D | ImageProcessingTest.java | 108 public void runTest(TestAction ta, String testName) { in runTest() 151 TestAction ta = new TestAction(TestName.LEVELS_VEC3_RELAXED); in testLevelsVec3Relaxed() local 158 TestAction ta = new TestAction(TestName.LEVELS_VEC4_RELAXED); in testLevelsVec4Relaxed() local 165 TestAction ta = new TestAction(TestName.LEVELS_VEC3_FULL); in testLevelsVec3Full() local 172 TestAction ta = new TestAction(TestName.LEVELS_VEC4_FULL); in testLevelsVec4Full() local 179 TestAction ta = new TestAction(TestName.BLUR_RADIUS_25); in testBlurRadius25() local 186 TestAction ta = new TestAction(TestName.INTRINSIC_BLUR_RADIUS_25); in testIntrinsicBlurRadius25() local 193 TestAction ta = new TestAction(TestName.GREYSCALE); in testGreyscale() local 200 TestAction ta = new TestAction(TestName.GRAIN); in testGrain() local 207 TestAction ta = new TestAction(TestName.FISHEYE_FULL); in testFisheyeFull() local [all …]
|
| /frameworks/rs/tests/java_api/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/tests/java_api/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/ |
| D | BlasTest.java | 96 public void runTest(TestAction ta, String testName) { in runTest() 115 TestAction ta = new TestAction(TestName.SGEMM_SMALL); in testSGEMMSmall() local 122 TestAction ta = new TestAction(TestName.SGEMM_MEDIUM); in testSGEMMedium() local 129 TestAction ta = new TestAction(TestName.SGEMM_LARGE); in testSGEMMLarge() local 136 TestAction ta = new TestAction(TestName.BNNM_SMALL); in testBNNMSmall() local 143 TestAction ta = new TestAction(TestName.BNNM_MEDIUM); in testBNNMMMedium() local 150 TestAction ta = new TestAction(TestName.BNNM_LARGE); in testBNNMLarge() local 157 TestAction ta = new TestAction(TestName.SGEMM_GoogLeNet); in testSGEMMGoogLeNet() local 164 TestAction ta = new TestAction(TestName.BNNM_GoogLeNet); in testBNNMGoogLeNet() local 171 TestAction ta = new TestAction(TestName.SGEMM_GoogLeNet_Padded); in testSGEMMGoogLeNetPadded() local [all …]
|
| /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/layoutlib/bridge/src/android/content/res/ |
| D | Resources_Theme_Delegate.java | 59 BridgeTypedArray ta = RenderSessionImpl.getCurrentContext().internalObtainStyledAttributes( in obtainStyledAttributes() local 72 BridgeTypedArray ta = RenderSessionImpl.getCurrentContext().internalObtainStyledAttributes( in obtainStyledAttributes() local 84 … BridgeTypedArray ta = RenderSessionImpl.getCurrentContext().internalObtainStyledAttributes(set, in obtainStyledAttributes() local
|
| /frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/ |
| D | GraphicsUtils.java | 112 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in getAttrColor() local 122 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in getFloat() local
|
| D | ThemedIconDrawable.java | 233 TypedArray ta = mResources.obtainTypedArray(mResID); in wrapDrawable() local
|
| /frameworks/base/packages/SettingsLib/src/com/android/settingslib/utils/ |
| D | ColorUtil.java | 29 final TypedArray ta = context.obtainStyledAttributes( in getDisabledAlpha() local
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/util/ |
| D | DualHeightHorizontalLinearLayout.kt | 73 val ta = context.obtainStyledAttributes( in <lambda>() constant
|
| /frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
| D | StackEducationView.kt | 71 val ta = mContext.obtainStyledAttributes(intArrayOf(android.R.attr.colorAccent, in setTextColor() constant
|
| D | BubbleOverflowContainerView.java | 292 final TypedArray ta = mContext.obtainStyledAttributes( in onCreateViewHolder() local
|
| /frameworks/base/packages/SettingsLib/src/com/android/settingslib/ |
| D | Utils.java | 273 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in applyAlphaAttr() local 288 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in getColorAttrDefaultColor() local 295 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in getColorAttr() local 310 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in getThemeAttr() local 317 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in getDrawable() local
|
| /frameworks/base/tools/aapt2/integration-tests/NamespaceTest/LibTwo/src/com/android/aapt/namespace/libtwo/ |
| D | TextView.java | 41 final TypedArray ta = context.getTheme().obtainStyledAttributes(attrs, R.styleable.TextView, in TextView() local
|
| /frameworks/base/core/java/com/android/internal/widget/ |
| D | ButtonBarLayout.java | 48 final TypedArray ta = context.obtainStyledAttributes(attrs, R.styleable.ButtonBarLayout); in ButtonBarLayout() local
|
| D | ActionBarOverlayLayout.java | 180 TypedArray ta = getContext().getTheme().obtainStyledAttributes(ATTRS); in init() local
|
| /frameworks/rs/cpu_ref/ |
| D | rsCpuIntrinsicLUT.cpp | 63 const uchar *ta = &tb[256]; in kernel() local
|
| /frameworks/layoutlib/bridge/src/android/view/ |
| D | LayoutInflater_Delegate.java | 95 final TypedArray ta = context.obtainStyledAttributes(attrs, ATTRS_THEME); in parseInclude() local
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/people/ |
| D | PeopleSpaceActivity.java | 94 final TypedArray ta = mContext.getTheme().obtainStyledAttributes( in buildActivity() local
|
| /frameworks/base/core/java/com/android/internal/policy/ |
| D | AttributeCache.java | 62 public Entry(Context c, TypedArray ta) { in Entry()
|
| /frameworks/base/core/java/android/widget/ |
| D | DayPickerView.java | 135 final TypedArray ta = mContext.obtainStyledAttributes(null, in DayPickerView() local
|
| D | AbsSeekBar.java | 166 final TypedArray ta = context.obtainStyledAttributes(attrs, R.styleable.Theme, 0, 0); in AbsSeekBar() local
|
| /frameworks/base/telephony/java/android/telephony/ |
| D | CellSignalStrengthGsm.java | 62 public CellSignalStrengthGsm(int rssi, int ber, int ta) { in CellSignalStrengthGsm()
|
| /frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/ |
| D | OneHandedTutorialHandler.java | 232 TypedArray ta = themedContext.obtainStyledAttributes(new int[]{ in updateThemeColor() local
|
| /frameworks/base/core/java/android/view/ |
| D | LayoutInflater.java | 992 final TypedArray ta = context.obtainStyledAttributes(attrs, ATTRS_THEME); in createViewFromTag() local 1151 final TypedArray ta = context.obtainStyledAttributes(attrs, R.styleable.ViewTag); in parseViewTag() local 1173 final TypedArray ta = context.obtainStyledAttributes(attrs, ATTRS_THEME); in parseInclude() local
|
| /frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
| D | AnimatableClockView.java | 81 TypedArray ta = context.obtainStyledAttributes( in AnimatableClockView() local
|