/external/valgrind/none/tests/amd64/ |
getseg.c | 8 unsigned int csl = -1; local 17 : "=r" (csw), "=r" (csl), "=r" (csq), "=m" (csw_mem)); 20 printf("cs(l)=%u\n", csl);
|
/cts/tests/tests/text/src/android/text/style/cts/ |
TextAppearanceSpanTest.java | 34 ColorStateList csl = new ColorStateList(states, colors); local 36 TextAppearanceSpan textAppearanceSpan = new TextAppearanceSpan("sans", 1, 6, csl, csl); 71 ColorStateList csl = new ColorStateList(states, colors); local 73 textAppearanceSpan = new TextAppearanceSpan("sans", 1, 6, csl, csl); 80 ColorStateList csl = new ColorStateList(states, colors); local 82 TextAppearanceSpan textAppearanceSpan = new TextAppearanceSpan("sans", 1, 6, csl, csl); 102 ColorStateList csl = new ColorStateList(states, colors) local 120 ColorStateList csl = new ColorStateList(states, colors); local 135 ColorStateList csl = new ColorStateList(states, colors); local 144 ColorStateList csl = new ColorStateList(states, colors); local 156 ColorStateList csl = new ColorStateList(states, colors); local [all...] |
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
ThemeUtils.java | 82 final ColorStateList csl = getThemeAttrColorStateList(context, attr); local 83 if (csl != null && csl.isStateful()) { 84 // If the CSL is stateful, we'll assume it has a disabled state and use it 85 return csl.getColorForState(DISABLED_STATE_SET, csl.getDefaultColor());
|
/frameworks/support/v7/appcompat/src/android/support/v7/content/res/ |
AppCompatResources.java | 69 ColorStateList csl = getCachedColorStateList(context, resId); local 70 if (csl != null) { 71 return csl; 74 csl = inflateColorStateList(context, resId); 75 if (csl != null) { 77 addColorStateListToCache(context, resId, csl); 78 return csl;
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/ |
insns9s12xg.s | 58 csl r2,#1 59 csl r3,r4
|
insns9s12xg.d | 57 00000060 <label3\+0x5c> csl R2, #0x1 58 00000062 <label3\+0x5e> csl R3, R4
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/xgate/ |
all_insns.s | 53 L49: csl r6, #11 54 L50: csl r7, r0
|
all_insns.d | 70 0+0070 <L49> csl R6, #0x0b 71 0+0072 <L50> csl R7, R0
|
/frameworks/base/core/java/android/content/res/ |
ColorStateList.java | 185 final ColorStateList csl = new ColorStateList(EMPTY, new int[] { color }); local 186 sCache.put(color, new WeakReference<>(csl)); 187 return csl;
|
Resources.java | 931 final ColorStateList csl = impl.loadColorStateList(this, value, id, theme); local 958 final ColorStateList csl = getColorStateList(id, null); local [all...] |
ResourcesImpl.java | 737 * first try to load CSL from the cache. If not found, try to get from the constant state. 738 * Last, parse the XML and generate the CSL. 847 ColorStateList csl; local [all...] |
TypedArray.java | 451 final ColorStateList csl = mResources.loadColorStateList( local 453 return csl.getDefaultColor(); [all...] |
/hardware/ti/omap3/dspbridge/libbridge/ |
DSPStrm.c | 83 #include <csl.h>
|
/prebuilts/sdk/current/support/v7/appcompat/libs/ |
android-support-v7-appcompat.jar | |
/external/robolectric/v3/runtime/ |
android-all-4.1.2_r1-robolectric-0.jar | |
android-all-4.2.2_r1.2-robolectric-0.jar | |
android-all-4.3_r2-robolectric-0.jar | |