Home
last modified time | relevance | path

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

123

/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
DImageProcessingTest.java108 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/
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.java96 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/
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/layoutlib/bridge/src/android/content/res/
DResources_Theme_Delegate.java59 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/base/packages/SettingsLib/src/com/android/settingslib/utils/
DColorUtil.java29 final TypedArray ta = context.obtainStyledAttributes( in getDisabledAlpha() local
/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
DGraphicsUtils.java130 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in getAttrColor() local
140 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in getFloat() local
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/mobile/
DMobileIconCarrierIdOverrides.kt74 val ta = resources.obtainTypedArray(resId) in getOverrideFor() constant
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
DUtils.java296 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in applyAlphaAttr() local
319 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in getColorAttrDefaultColor() local
326 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in getColorAttr() local
341 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in getThemeAttr() local
348 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in getDrawable() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DFontSizeUtils.java52 TypedArray ta = v.getContext().obtainStyledAttributes(resId, attrs); in updateFontSizeFromStyle() local
/frameworks/base/tools/aapt2/integration-tests/NamespaceTest/LibTwo/src/com/android/aapt/namespace/libtwo/
DTextView.java41 final TypedArray ta = context.getTheme().obtainStyledAttributes(attrs, R.styleable.TextView, in TextView() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DStackEducationView.kt104 val ta = mContext.obtainStyledAttributes(intArrayOf(android.R.attr.colorAccent, in setTextColor() constant
/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/theme/
DAndroidColorScheme.kt70 val ta = context.obtainStyledAttributes(intArrayOf(attr)) in getColor() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/ui/view/
DPeopleViewBinder.kt151 val ta = in <lambda>() constant
/frameworks/base/core/java/com/android/internal/widget/
DButtonBarLayout.java48 final TypedArray ta = context.obtainStyledAttributes(attrs, R.styleable.ButtonBarLayout); in ButtonBarLayout() local
DActionBarOverlayLayout.java180 TypedArray ta = getContext().getTheme().obtainStyledAttributes(ATTRS); in init() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipContentOverlay.java116 final TypedArray ta = context.obtainStyledAttributes(new int[] { in getContentOverlayColor() local
243 final TypedArray ta = mContext.obtainStyledAttributes(new int[] { in prepareAppIconOverlay() local
/frameworks/rs/cpu_ref/
DrsCpuIntrinsicLUT.cpp63 const uchar *ta = &tb[256]; in kernel() local
/frameworks/layoutlib/bridge/src/android/view/
DLayoutInflater_Delegate.java95 final TypedArray ta = context.obtainStyledAttributes(attrs, ATTRS_THEME); in parseInclude() local
/frameworks/base/core/java/com/android/internal/policy/
DAttributeCache.java62 public Entry(Context c, TypedArray ta) { in Entry()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DUdfpsEnrollDrawable.java115 final TypedArray ta = context.obtainStyledAttributes(attrs, in loadResources() local
/frameworks/base/core/java/android/widget/
DDayPickerView.java135 final TypedArray ta = mContext.obtainStyledAttributes(null, in DayPickerView() local
/frameworks/base/telephony/java/android/telephony/
DCellSignalStrengthGsm.java62 public CellSignalStrengthGsm(int rssi, int ber, int ta) { in CellSignalStrengthGsm()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/
DOneHandedTutorialHandler.java249 TypedArray ta = themedContext.obtainStyledAttributes(new int[]{ in updateThemeColor() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DHybridNotificationView.java98 try (TypedArray ta = mContext.getTheme().obtainStyledAttributes( in resolveThemeTextColors()

123