HomeSort by relevance Sort by last modified time
    Searched refs:styles (Results 1 - 25 of 315) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
ParameterIconStyle.java 24 public ParameterIconStyle(int id, Bitmap[] styles) {
25 super(id, styles.length);
26 mBitmaps = styles;
  /frameworks/base/libs/androidfw/tests/data/styles/
build 6 aapt2 link -o styles.apk --manifest AndroidManifest.xml compiled.flata
  /external/skia/experimental/ChromeUtils/
SkBorder.cpp 22 const BorderStyle styles[4])
29 memcpy(fStyles, styles, sizeof(fStyles));
SkBorder.h 69 SkBorder(const SkPaint paints[4], const SkScalar widths[4], const BorderStyle styles[4]);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
ReplaceableTest.java 55 errln("FAIL Styles: " + transliteratorName + " ( "
62 || tr.styles.hasMetaData()) {
73 * Set the styles to the style of the first character replaced.<br>
80 ReplaceableString styles; field in class:ReplaceableTest.TestReplaceable
86 TestReplaceable (String text, String styles) {
90 if (styles != null && i < styles.length()) {
91 s.append(styles.charAt(i));
100 this.styles = new ReplaceableString(s.toString());
104 return styles.toString()
    [all...]
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
ReplaceableTest.java 54 errln("FAIL Styles: " + transliteratorName + " ( "
61 || tr.styles.hasMetaData()) {
72 * Set the styles to the style of the first character replaced.<br>
79 ReplaceableString styles; field in class:ReplaceableTest.TestReplaceable
85 TestReplaceable (String text, String styles) {
89 if (styles != null && i < styles.length()) {
90 s.append(styles.charAt(i));
99 this.styles = new ReplaceableString(s.toString());
103 return styles.toString()
    [all...]
  /external/icu/icu4c/source/test/intltest/
reptest.cpp 36 * Set the styles to the style of the first character replaced.<br>
43 UnicodeString styles; member in class:TestReplaceable
71 this->styles = s;
75 return new TestReplaceable(chars, styles);
81 return styles;
87 s.append(styles);
125 if (start != limit && styles.charAt(start) != NO_STYLE) {
126 newStyle = styles.charAt(start);
128 newStyle = styles.charAt(start-1);
129 } else if (limit < styles.length())
    [all...]
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/
Styles.java 15 * Constants for styles defined by the report style sheet.
17 public final class Styles {
101 * Returns a combined style from the given styles.
103 * @param styles
104 * list of separate styles, entries might be null
107 public static String combine(final String... styles) {
109 for (final String style : styles) {
120 private Styles() {
  /system/extras/tests/sdcard/
plot_sdcard.py 206 styles = {}
212 if not dataset.name in styles:
213 styles[dataset.name] = line_style
217 with_='lines ls %d' % styles[dataset.name])
220 with_='lines ls %d' % styles[dataset.name])
243 styles = {}
248 if not dataset.name in styles:
249 styles[dataset.name] = line_style
253 with_='impulses ls %d' % styles[dataset.name])
256 with_='impulses ls %d' % styles[dataset.name]
    [all...]
  /external/skia/gm/
inversepaths.cpp 54 Style styles[] {
100 for (size_t styleIndex = 0; styleIndex < SK_ARRAY_COUNT(styles);
114 paint.setStyle(styles[styleIndex].fPaintStyle);
115 paint.setPathEffect(styles[styleIndex].fPathEffect);
blurrect.cpp 179 const SkBlurStyle styles[] = {kNormal_SkBlurStyle, kInner_SkBlurStyle, kOuter_SkBlurStyle}; local
198 for (size_t k = 0 ; k < SK_ARRAY_COUNT(styles) ; k++) {
199 SkBlurStyle style = styles[k];
  /toolchain/binutils/binutils-2.25/binutils/
rcparse.y 42 /* Dialog information. This is built by the nonterminals styles and
370 styles BEG controls END
397 styles BEG controls END
425 styles BEG controls END
445 styles: label
447 | styles CAPTION res_unicode_string_concat
453 | styles CLASS id
457 | styles STYLE
462 | styles EXSTYLE numexpr
466 | styles CLASS res_unicode_string_conca
    [all...]
  /frameworks/base/libs/hwui/tests/common/scenes/
ShapeAnimation.cpp 75 SkPaint::Style styles[] = {
77 for (auto style : styles) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
formatter.py 56 def push_style(self, *styles): pass
277 def push_style(self, *styles):
282 for style in styles:
309 def new_styles(self, styles): pass
338 def new_styles(self, styles):
339 print "new_styles(%r)" % (styles,)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
formatter.py 56 def push_style(self, *styles): pass
277 def push_style(self, *styles):
282 for style in styles:
309 def new_styles(self, styles): pass
338 def new_styles(self, styles):
339 print "new_styles(%r)" % (styles,)
  /external/python/cpython2/Lib/
formatter.py 56 def push_style(self, *styles): pass
277 def push_style(self, *styles):
282 for style in styles:
309 def new_styles(self, styles): pass
338 def new_styles(self, styles):
339 print "new_styles(%r)" % (styles,)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
formatter.py 56 def push_style(self, *styles): pass
277 def push_style(self, *styles):
282 for style in styles:
309 def new_styles(self, styles): pass
338 def new_styles(self, styles):
339 print "new_styles(%r)" % (styles,)
  /prebuilts/gdb/linux-x86/lib/python2.7/
formatter.py 56 def push_style(self, *styles): pass
277 def push_style(self, *styles):
282 for style in styles:
309 def new_styles(self, styles): pass
338 def new_styles(self, styles):
339 print "new_styles(%r)" % (styles,)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
formatter.py 56 def push_style(self, *styles): pass
277 def push_style(self, *styles):
282 for style in styles:
309 def new_styles(self, styles): pass
338 def new_styles(self, styles):
339 print "new_styles(%r)" % (styles,)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
formatter.py 56 def push_style(self, *styles): pass
277 def push_style(self, *styles):
282 for style in styles:
309 def new_styles(self, styles): pass
338 def new_styles(self, styles):
339 print "new_styles(%r)" % (styles,)
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
TimeUnitTest.java 170 int[] styles = new int[] {TimeUnitFormat.FULL_NAME, TimeUnitFormat.ABBREVIATED_NAME}; local
246 for ( int styleIndex = 0; styleIndex < styles.length; ++styleIndex ) {
250 timeUnitFormat = new TimeUnitFormat(new ULocale(locales[locIndex]), styles[styleIndex]);
255 + ", style: " + styles[styleIndex]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
TimeUnitTest.java 169 int[] styles = new int[] {TimeUnitFormat.FULL_NAME, TimeUnitFormat.ABBREVIATED_NAME}; local
245 for ( int styleIndex = 0; styleIndex < styles.length; ++styleIndex ) {
249 timeUnitFormat = new TimeUnitFormat(new ULocale(locales[locIndex]), styles[styleIndex]);
254 + ", style: " + styles[styleIndex]
  /external/skia/tests/
GpuDrawPathTest.cpp 98 GrStyle styles[] = { local
104 for (const GrStyle& style : styles) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyStylesSet.java 90 @Nonnull final HashMap<String, KeyStyle> styles) {
93 mStyles = styles;
  /frameworks/base/graphics/java/android/graphics/
Typeface.java 708 SparseArray<Typeface> styles = sTypefaceCache.get(ni); local
710 if (styles != null) {
711 typeface = styles.get(style);
718 if (styles == null) {
719 styles = new SparseArray<Typeface>(4);
720 sTypefaceCache.put(ni, styles);
722 styles.put(style, typeface);
    [all...]

Completed in 2896 milliseconds

1 2 3 4 5 6 7 8 91011>>