Home
last modified time | relevance | path

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

1234

/aosp12/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
H A DImageProcessingTest.java108 public void runTest(TestAction ta, String testName) { in runTest()
193 TestAction ta = new TestAction(TestName.GREYSCALE); in testGreyscale() local
200 TestAction ta = new TestAction(TestName.GRAIN); in testGrain() local
312 TestAction ta = new TestAction(TestName.COPY); in testCopy() local
361 TestAction ta = new TestAction(TestName.VIBRANCE); in testVibrance() local
368 TestAction ta = new TestAction(TestName.BW_FILTER); in testBWFilter() local
375 TestAction ta = new TestAction(TestName.SHADOWS); in testShadows() local
382 TestAction ta = new TestAction(TestName.CONTRAST); in testContrast() local
389 TestAction ta = new TestAction(TestName.EXPOSURE); in testExposure() local
403 TestAction ta = new TestAction(TestName.COLOR_CUBE); in testColorCube() local
[all …]
/aosp12/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
H A DImageProcessingTest.java96 public void runTest(TestAction ta, String testName) { in runTest()
159 TestAction ta = new TestAction(TestName.GREYSCALE); in testGreyscale() local
166 TestAction ta = new TestAction(TestName.GRAIN); in testGrain() local
278 TestAction ta = new TestAction(TestName.COPY); in testCopy() local
327 TestAction ta = new TestAction(TestName.VIBRANCE); in testVibrance() local
334 TestAction ta = new TestAction(TestName.BW_FILTER); in testBWFilter() local
341 TestAction ta = new TestAction(TestName.SHADOWS); in testShadows() local
348 TestAction ta = new TestAction(TestName.CONTRAST); in testContrast() local
355 TestAction ta = new TestAction(TestName.EXPOSURE); in testExposure() local
383 TestAction ta = new TestAction(TestName.USAGE_IO); in testUsageIO() local
[all …]
/aosp12/frameworks/rs/tests/java_api/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
H A 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 …]
/aosp12/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/util/
H A DThemes.java37 TypedArray ta = context.obtainStyledAttributes(styleResId, new int[]{attr}); in getAttrColor() local
59 TypedArray ta = context.obtainStyledAttributes(styleResId, new int[]{attr}); in getAttrColorStateList() local
74 TypedArray ta = context.obtainStyledAttributes(styleResId, new int[]{attr}); in getAttrBoolean() local
87 TypedArray ta = context.obtainStyledAttributes(styleResId, new int[]{attr}); in getAttrDrawable() local
100 TypedArray ta = context.obtainStyledAttributes(styleResId, new int[]{attr}); in getAttrInteger() local
116 TypedArray ta = context.obtainStyledAttributes(styleResId, new int[]{attr}); in getAttrResourceId() local
133 TypedArray ta = context.obtainStyledAttributes(styleResId, new int[]{attr}); in getAttrDimensionPixelSize() local
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/util/
H A DThemes.java82 TypedArray ta = context.obtainStyledAttributes(android.R.style.TextAppearance_DeviceDefault, in getDefaultBodyFont() local
95 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in getDimension() local
120 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in getAttrBoolean() local
127 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in getAttrDrawable() local
134 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in getAttrInteger() local
191 TypedArray ta = context.obtainStyledAttributes(attrSet, attrNames); in createValueMap() local
/aosp12/frameworks/wilhelm/tests/sandbox/
H A 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
/aosp12/frameworks/layoutlib/bridge/src/android/content/res/
H A 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
/aosp12/art/test/2037-thread-name-inherit/
H A Dthread_name_inherit.cc74 ThreadArgs ta { in Java_Main_runThreadTestWithName() local
87 ThreadArgs ta { in Java_Main_runThreadTest() local
102 ThreadArgs ta { in Java_Main_runThreadTestSetJava() local
/aosp12/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/ui/
H A DThemeUiTestBase.java95 final TypedArray ta = mTheme.obtainStyledAttributes(styleable); in assertTheme() local
109 final TypedArray ta = mTheme.obtainStyledAttributes(styleable); in assertTheme() local
/aosp12/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
H A DGraphicsUtils.java112 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in getAttrColor() local
122 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in getFloat() local
/aosp12/system/libvintf/
H A DManifestInstance.cpp43 ManifestInstance::ManifestInstance(FqInstance&& fqInstance, TransportArch&& ta, HalFormat fmt, in ManifestInstance()
50 ManifestInstance::ManifestInstance(const FqInstance& fqInstance, const TransportArch& ta, in ManifestInstance()
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/utils/
H A DColorUtil.java29 final TypedArray ta = context.obtainStyledAttributes( in getDisabledAlpha() local
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/
H A DResourceUtils.java30 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in getColorAttr() local
/aosp12/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/indexing/
H A DXmlParserUtils.java97 final TypedArray ta = context.obtainStyledAttributes(attrs, R.styleable.Preference); in getDataIcon() local
113 final TypedArray ta = context.obtainStyledAttributes(set, attrs); in getData() local
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
H A DUtils.java273 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
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/util/
H A DGuidedActionsAlignUtil.java70 TypedArray ta = context.getTheme().obtainStyledAttributes( in getKeyLinePercent() local
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DGridItemThumbnail.java39 TypedArray ta = context.obtainStyledAttributes(R.styleable.GridItem); in GridItemThumbnail() local
/aosp12/frameworks/base/tools/aapt2/integration-tests/NamespaceTest/LibTwo/src/com/android/aapt/namespace/libtwo/
H A DTextView.java41 final TypedArray ta = context.getTheme().obtainStyledAttributes(attrs, R.styleable.TextView, in TextView() local
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DSplineMath.java61 double ta = a * y1; in calculatetCurve() local
102 double ta = a * y1; in getValue() local
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/handheld/
H A DPermissionUsageV2ControlPreference.java116 TypedArray ta = mContext.obtainStyledAttributes( in onBindViewHolder() local
/aosp12/bionic/libc/dns/nameser/
H A Dns_samedomain.c200 char ta[NS_MAXDNAME], tb[NS_MAXDNAME]; in ns_samename() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
H A DDualHeightHorizontalLinearLayout.kt73 val ta = context.obtainStyledAttributes( regex
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
H A DMessagePageFrameLayout.java51 TypedArray ta = context.getTheme().obtainStyledAttributes( in getKeyLinePercent() local
H A DGuidanceRelativeLayout.java50 TypedArray ta = context.getTheme().obtainStyledAttributes( in getKeyLinePercent() local
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/dialpad/
H A DKeypadButton.java62 TypedArray ta = context.obtainStyledAttributes(attrs, R.styleable.KeypadButton); in init() local

1234