Home
last modified time | relevance | path

Searched refs:ta (Results 1 – 22 of 22) sorted by relevance

/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
DImageProcessingTest.java96 public void runTest(TestAction ta, String testName) { in runTest() argument
99 runOnUiThread(ta); in runTest()
100 float bmValue = ta.getBenchmark(); in runTest()
117 TestAction ta = new TestAction(TestName.LEVELS_VEC3_RELAXED); in testLevelsVec3Relaxed() local
118 runTest(ta, TestName.LEVELS_VEC3_RELAXED.name()); in testLevelsVec3Relaxed()
124 TestAction ta = new TestAction(TestName.LEVELS_VEC4_RELAXED); in testLevelsVec4Relaxed() local
125 runTest(ta, TestName.LEVELS_VEC4_RELAXED.name()); in testLevelsVec4Relaxed()
131 TestAction ta = new TestAction(TestName.LEVELS_VEC3_FULL); in testLevelsVec3Full() local
132 runTest(ta, TestName.LEVELS_VEC3_FULL.name()); in testLevelsVec3Full()
138 TestAction ta = new TestAction(TestName.LEVELS_VEC4_FULL); in testLevelsVec4Full() local
[all …]
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
DImageProcessingTest.java111 public void runTest(TestAction ta, String testName) { in runTest() argument
114 runOnUiThread(ta); in runTest()
115 float bmValue = ta.getBenchmark(); in runTest()
132 TestAction ta = new TestAction(TestName.LEVELS_VEC3_RELAXED); in testLevelsVec3Relaxed() local
133 runTest(ta, TestName.LEVELS_VEC3_RELAXED.name()); in testLevelsVec3Relaxed()
139 TestAction ta = new TestAction(TestName.LEVELS_VEC4_RELAXED); in testLevelsVec4Relaxed() local
140 runTest(ta, TestName.LEVELS_VEC4_RELAXED.name()); in testLevelsVec4Relaxed()
146 TestAction ta = new TestAction(TestName.LEVELS_VEC3_FULL); in testLevelsVec3Full() local
147 runTest(ta, TestName.LEVELS_VEC3_FULL.name()); in testLevelsVec3Full()
153 TestAction ta = new TestAction(TestName.LEVELS_VEC4_FULL); in testLevelsVec4Full() local
[all …]
/frameworks/wilhelm/tests/sandbox/
Dmultithread.c46 ThreadArgument *ta = (ThreadArgument *) param; in thread_start() local
51 ++ta->mCounter; in thread_start()
52 switch (ta->mObjectID) { in thread_start()
56 result = (*ta->mEngineEngine)->CreateOutputMix(ta->mEngineEngine, &myMixObject, 0, NULL, in thread_start()
67 SLDataLocator_URI locURI = {SL_DATALOCATOR_URI, ta->mURI}; in thread_start()
70 SLDataLocator_OutputMix locOutputMix = {SL_DATALOCATOR_OUTPUTMIX, ta->mMixObject}; in thread_start()
73 result = (*ta->mEngineEngine)->CreateAudioPlayer(ta->mEngineEngine, &myPlayerObject, in thread_start()
132 ThreadArgument *ta = &thread_args[i]; in main() local
137 ta->mObjectID = SL_OBJECTID_OUTPUTMIX; in main()
138 ta->mURI = NULL; in main()
[all …]
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
DResources_Theme_Delegate.java58 BridgeTypedArray ta = RenderSessionImpl.getCurrentContext().obtainStyledAttributes(attrs); in obtainStyledAttributes() local
59 ta.setTheme(thisTheme); in obtainStyledAttributes()
61 return ta; in obtainStyledAttributes()
70 BridgeTypedArray ta = RenderSessionImpl.getCurrentContext().obtainStyledAttributes(resid, in obtainStyledAttributes() local
72 ta.setTheme(thisTheme); in obtainStyledAttributes()
74 return ta; in obtainStyledAttributes()
82 BridgeTypedArray ta = RenderSessionImpl.getCurrentContext().obtainStyledAttributes(set, in obtainStyledAttributes() local
84 ta.setTheme(thisTheme); in obtainStyledAttributes()
86 return ta; in obtainStyledAttributes()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java528 BridgeTypedArray ta = createStyleBasedTypedArray(style, attrs); in obtainStyledAttributes() local
529 map.put(resid, ta); in obtainStyledAttributes()
531 return ta; in obtainStyledAttributes()
542 BridgeTypedArray ta = map.get(resid); in obtainStyledAttributes() local
544 if (ta == null) { in obtainStyledAttributes()
545 ta = createStyleBasedTypedArray(style, attrs); in obtainStyledAttributes()
546 map.put(resid, ta); in obtainStyledAttributes()
549 return ta; in obtainStyledAttributes()
593 BridgeTypedArray ta = ((BridgeResources) mSystemResources).newTypeArray(attrs.length, in obtainStyledAttributes() local
749 ta.bridgeSetValue(index, attrName, frameworkAttr, resValue); in obtainStyledAttributes()
[all …]
/frameworks/base/core/java/android/widget/
DFastScroller.java331 final TypedArray ta = context.obtainStyledAttributes(null, in setStyle() local
333 final int N = ta.getIndexCount(); in setStyle()
335 final int index = ta.getIndex(i); in setStyle()
338 mOverlayPosition = ta.getInt(index, OVERLAY_FLOATING); in setStyle()
341 mPreviewResId[PREVIEW_LEFT] = ta.getResourceId(index, 0); in setStyle()
344 mPreviewResId[PREVIEW_RIGHT] = ta.getResourceId(index, 0); in setStyle()
347 mThumbDrawable = ta.getDrawable(index); in setStyle()
350 mTrackDrawable = ta.getDrawable(index); in setStyle()
353 mTextAppearance = ta.getResourceId(index, 0); in setStyle()
356 mTextColor = ta.getColorStateList(index); in setStyle()
[all …]
/frameworks/rs/cpu_ref/
DrsCpuIntrinsicLUT.cpp69 const uchar *ta = &tb[256]; in kernel() local
75 out[3] = ta[in[3]]; in kernel()
/frameworks/base/services/core/java/com/android/server/
DAttributeCache.java58 public Entry(Context c, TypedArray ta) { in Entry() argument
60 array = ta; in Entry()
/frameworks/base/core/java/android/view/
DLayoutInflater.java708 final TypedArray ta = viewContext.obtainStyledAttributes(attrs, ATTRS_THEME); in createViewFromTag() local
709 final int themeResId = ta.getResourceId(0, 0); in createViewFromTag()
713 ta.recycle(); in createViewFromTag()
840 final TypedArray ta = mContext.obtainStyledAttributes( in parseViewTag() local
842 final int key = ta.getResourceId(com.android.internal.R.styleable.ViewTag_id, 0); in parseViewTag()
843 final CharSequence value = ta.getText(com.android.internal.R.styleable.ViewTag_value); in parseViewTag()
845 ta.recycle(); in parseViewTag()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSTileView.java228 final TypedArray ta = mContext.obtainStyledAttributes(attrs); in newTileBackground() local
229 final Drawable d = ta.getDrawable(0); in newTileBackground()
230 ta.recycle(); in newTileBackground()
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DListRowPresenter.java407 TypedArray ta = gridView.getContext() in setupFadingEffect() local
409 mBrowseRowsFadingEdgeLength = (int) ta.getDimension( in setupFadingEffect()
411 ta.recycle(); in setupFadingEffect()
/frameworks/support/v4/java/android/support/v4/view/
DPagerTitleStrip.java151 final TypedArray ta = context.obtainStyledAttributes(textAppearance, TEXT_ATTRS); in PagerTitleStrip() local
152 allCaps = ta.getBoolean(0, false); in PagerTitleStrip()
153 ta.recycle(); in PagerTitleStrip()
/frameworks/base/core/java/com/android/internal/widget/
DActionBarOverlayLayout.java177 TypedArray ta = getContext().getTheme().obtainStyledAttributes(ATTRS); in init() local
178 mActionBarHeight = ta.getDimensionPixelSize(0, 0); in init()
179 mWindowContentOverlay = ta.getDrawable(1); in init()
181 ta.recycle(); in init()
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
DActionBarOverlayLayout.java177 TypedArray ta = getContext().getTheme().obtainStyledAttributes(ATTRS); in init() local
178 mActionBarHeight = ta.getDimensionPixelSize(0, 0); in init()
179 mWindowContentOverlay = ta.getDrawable(1); in init()
181 ta.recycle(); in init()
/frameworks/base/core/java/android/view/inputmethod/
DBaseInputConnection.java592 TypedArray ta = context.getTheme() in ensureDefaultComposingSpans() local
596 CharSequence style = ta.getText(0); in ensureDefaultComposingSpans()
597 ta.recycle(); in ensureDefaultComposingSpans()
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
DBrowseFragment.java619 TypedArray ta = getActivity().obtainStyledAttributes(R.styleable.LeanbackTheme); in onCreate() local
620 mContainerListMarginStart = (int) ta.getDimension( in onCreate()
622 mContainerListAlignTop = (int) ta.getDimension( in onCreate()
624 ta.recycle(); in onCreate()
DBrowseSupportFragment.java621 TypedArray ta = getActivity().obtainStyledAttributes(R.styleable.LeanbackTheme); in onCreate() local
622 mContainerListMarginStart = (int) ta.getDimension( in onCreate()
624 mContainerListAlignTop = (int) ta.getDimension( in onCreate()
626 ta.recycle(); in onCreate()
DBackgroundManager.java378 TypedArray ta = activity.getTheme().obtainStyledAttributes(new int[] { in BackgroundManager() local
380 mThemeDrawableResourceId = ta.getResourceId(0, -1); in BackgroundManager()
384 ta.recycle(); in BackgroundManager()
/frameworks/base/core/java/com/android/internal/os/
DProcessCpuTracker.java253 int ta = sta.rel_utime + sta.rel_stime;
255 if (ta != tb) {
256 return ta > tb ? -1 : 1;
/frameworks/base/policy/src/com/android/internal/policy/impl/
DPhoneWindowManager.java2043 final TypedArray ta = win.getWindowStyle(); in addStartingWindow() local
2044 if (ta.getBoolean( in addStartingWindow()
2046 || ta.getBoolean( in addStartingWindow()
/frameworks/wilhelm/include/OMXAL/
DOpenMAXAL.h2489 XAboolean * ta
/frameworks/base/core/res/assets/webkit/
Dhyph_en_US.dic4670 1ta
4671 3ta.