HomeSort by relevance Sort by last modified time
    Searched refs:ta (Results 101 - 125 of 523) sorted by null

1 2 3 45 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
tls.d 41 30: R_ARM_TLS_GD32 ta
  /external/hyphenation-patterns/
Android.mk 53 ta/ta \
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_exit/
2-2.c 153 pthread_create(&child, &scenarii[i].ta, threaded,
5-1.c 181 pthread_create(&child, &scenarii[i].ta, threaded,
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_join/
4-1.c 108 ret = pthread_create(&child, &scenarii[sc].ta, threaded, NULL);
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.h 135 char td, ta; // DC & AC huffman tables member in struct:GrFmtJpegReader::cmp_info
  /hardware/interfaces/broadcastradio/1.0/default/
Utils.cpp 160 config->ext.fm.ta = halConfig->fm.ta;
214 halConfig->fm.ta = config->ext.fm.ta;
  /packages/apps/Car/Radio/src/com/android/car/radio/
CarouselView.java 96 TypedArray ta = context.obtainStyledAttributes(attrs, R.styleable.CarouselView); local
99 setTopOffset(ta.getDimensionPixelSize(R.styleable.CarouselView_topOffset, 0));
100 setItemMargins(ta.getDimensionPixelSize(R.styleable.CarouselView_itemMargins, 0));
102 ta.recycle();
  /cts/tests/app/src/android/app/cts/
DialogTest.java 104 TypedArray ta = local
106 assertTextAppearanceStyle(ta);
109 ta = w.getContext().getTheme().obtainStyledAttributes(R.styleable.TextAppearance);
110 assertTextAppearanceStyle(ta);
127 private void assertTextAppearanceStyle(TypedArray ta) {
134 assertEquals(expectedTa.getIndexCount(), ta.getIndexCount());
136 ta.getColor(R.styleable.TextAppearance_textColor, defValue));
138 ta.getColor(R.styleable.TextAppearance_textColorHint, defValue));
140 ta.getColor(R.styleable.TextAppearance_textColorLink, defValue));
142 ta.getColor(R.styleable.TextAppearance_textColorHighlight, defValue))
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
QSTileBaseView.java 85 final TypedArray ta = getContext().obtainStyledAttributes(attrs); local
86 final Drawable d = ta.getDrawable(0);
87 ta.recycle();
  /frameworks/layoutlib/bridge/src/android/view/
LayoutInflater_Delegate.java 95 final TypedArray ta = context.obtainStyledAttributes(attrs, ATTRS_THEME); local
96 final int themeResId = ta.getResourceId(0, 0);
101 ta.recycle();
  /frameworks/support/v7/mediarouter/src/android/support/v7/app/
MediaRouterThemeHelper.java 161 TypedArray ta = context.obtainStyledAttributes(style, attrs); local
162 int color = ta.getColor(0, 0);
163 ta.recycle();
  /packages/apps/Launcher3/src/com/android/launcher3/graphics/
ShadowDrawable.java 112 TypedArray ta = t.obtainStyledAttributes(new int[] {R.attr.isWorkspaceDarkText}); local
113 boolean isDark = ta.getBoolean(0, false);
114 ta.recycle();
  /packages/apps/Settings/src/com/android/settings/widget/
ChartGridView.java 78 final TypedArray ta = context.obtainStyledAttributes(taId, local
80 mLabelSize = ta.getDimensionPixelSize(
82 ta.recycle();
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/
1-2.c 318 pthread_attr_t ta; local
415 ret = pthread_attr_init(&ta);
419 ret = pthread_attr_setstacksize(&ta, sysconf(_SC_THREAD_STACK_MIN));
524 &ta, child, NULL);
682 ret = pthread_attr_destroy(&ta);
2-3.c 264 pthread_attr_t ta; local
349 ret = pthread_attr_init(&ta);
353 ret = pthread_attr_setstacksize(&ta, sysconf(_SC_THREAD_STACK_MIN));
442 &ta, child, NULL);
559 ret = pthread_attr_destroy(&ta);
  /packages/apps/Car/Media/src/com/android/car/media/
MediaManager.java 422 TypedArray ta = null; local
458 ta = theme.obtainStyledAttributes(new int[] {
465 mPrimaryColor = ta.getColor(0, defaultColor);
466 mAccentColor = ta.getColor(1, defaultColor);
467 mPrimaryColorDark = ta.getColor(2, defaultColor);
471 if (ta != null) {
472 ta.recycle();
  /frameworks/base/core/java/android/view/
LayoutInflater.java 756 final TypedArray ta = context.obtainStyledAttributes(attrs, ATTRS_THEME); local
757 final int themeResId = ta.getResourceId(0, 0);
761 ta.recycle();
887 final TypedArray ta = context.obtainStyledAttributes(attrs, R.styleable.ViewTag); local
905 final TypedArray ta = context.obtainStyledAttributes(attrs, ATTRS_THEME); local
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
r3xx_vertprog.c 567 struct temporary_allocation * ta; local
593 ta = (struct temporary_allocation*)memory_pool_malloc(&compiler->Base.Pool,
595 memset(ta, 0, sizeof(struct temporary_allocation) * num_orig_temps);
627 ta[inst->U.I.SrcReg[i].Index].LastRead = end_loop ? end_loop : inst;
639 inst->U.I.SrcReg[i].Index = ta[orig].HwTemp;
641 if (ta[orig].Allocated && inst == ta[orig].LastRead)
642 hwtemps[ta[orig].HwTemp] = 0;
650 if (!ta[orig].Allocated) {
655 ta[orig].Allocated = 1
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_swtnl_t.c 172 struct tnl_clipspace_attr *ta = &vtx->attr[i]; local
173 struct nouveau_array *a = &render->attrs[ta->attrib];
176 a->offset = swtnl->offset + ta->vertoffset;
  /frameworks/base/core/java/android/widget/
DayPickerPagerAdapter.java 72 final TypedArray ta = context.obtainStyledAttributes(new int[] { local
74 mDayHighlightColor = ta.getColorStateList(0);
75 ta.recycle();
  /packages/apps/Launcher3/src/com/android/launcher3/views/
RecyclerViewFastScroller.java 136 TypedArray ta = local
138 mCanThumbDetach = ta.getBoolean(R.styleable.RecyclerViewFastScroller_canThumbDetach, false);
139 ta.recycle();
  /development/ndk/platforms/android-9/include/
thread_db.h 131 extern td_err_e td_ta_delete(td_thragent_t * ta);
  /external/boringssl/src/crypto/fipsmodule/bn/
generic.c 111 BN_ULONG high, low, ret, ta = (a); \
112 BN_UMULT_LOHI(low, high, w, ta); \
422 BN_ULONG ta = (a), tb = (b); \
424 BN_UMULT_LOHI(lo, hi, ta, tb); \
433 BN_ULONG ta = (a), tb = (b); \
435 BN_UMULT_LOHI(lo, hi, ta, tb); \
448 BN_ULONG ta = (a)[i]; \
450 BN_UMULT_LOHI(lo, hi, ta, ta); \
  /external/clang/utils/
FuzzTest 336 ta = TestApplication(tg, t)
338 ta.apply()
339 test_result = run_one_test(ta, test, input_files, args)
345 ta.revert()

Completed in 2204 milliseconds

1 2 3 45 6 7 8 91011>>