HomeSort by relevance Sort by last modified time
    Searched refs:styles (Results 1 - 25 of 273) 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;
  /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 60 errln("FAIL Styles: " + transliteratorName + " ( "
67 || tr.styles.hasMetaData()) {
78 * Set the styles to the style of the first character replaced.<br>
85 ReplaceableString styles; field in class:ReplaceableTest.TestReplaceable
91 TestReplaceable (String text, String styles) {
95 if (styles != null && i < styles.length()) {
96 s.append(styles.charAt(i));
105 this.styles = new ReplaceableString(s.toString());
109 return styles.toString()
    [all...]
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
ReplaceableTest.java 56 errln("FAIL Styles: " + transliteratorName + " ( "
63 || tr.styles.hasMetaData()) {
74 * Set the styles to the style of the first character replaced.<br>
81 ReplaceableString styles; field in class:ReplaceableTest.TestReplaceable
87 TestReplaceable (String text, String styles) {
91 if (styles != null && i < styles.length()) {
92 s.append(styles.charAt(i));
101 this.styles = new ReplaceableString(s.toString());
105 return styles.toString()
    [all...]
  /external/icu/icu4c/source/test/intltest/
reptest.cpp 34 * Set the styles to the style of the first character replaced.<br>
41 UnicodeString styles; member in class:TestReplaceable
69 this->styles = s;
73 return new TestReplaceable(chars, styles);
79 return styles;
85 s.append(styles);
123 if (start != limit && styles.charAt(start) != NO_STYLE) {
124 newStyle = styles.charAt(start);
126 newStyle = styles.charAt(start-1);
127 } else if (limit < styles.length())
    [all...]
tufmtts.cpp 310 UTimeUnitFormatStyle styles[] = {UTMUTFMT_FULL_STYLE, UTMUTFMT_ABBREVIATED_STYLE}; local
380 styleIndex < sizeof(styles)/sizeof(styles[0]);
396 TimeUnitFormat *tfmt = new TimeUnitFormat(l, styles[styleIndex], status);
426 if (!assertEquals("formatted time string is not expected, locale: " + UnicodeString(locales[locIndex]) + " style: " + (int)styles[styleIndex] + " units: " + (int)tunits[unitIndex], expected[counter], str)) {
  /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 40 SkPaint::Style styles[] = { member in namespace:__anon22158
84 for (size_t styleIndex = 0; styleIndex < SK_ARRAY_COUNT(styles);
98 paint.setStyle(styles[styleIndex]);
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];
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
HtmlTooltipHelper.java 93 // prepare styles
94 String styles; local
96 styles = DesignerPlugin.readFile(PropertyTable.class.getResourceAsStream("Tooltip.css"),
98 if (styles == null) {
99 styles = "";
102 styles = "";
104 // prepare HTML with styles and tags
120 styles,
  /external/chromium-trace/catapult/third_party/webapp2/docs/_themes/webapp2/
pygapp2.py 10 styles = { variable in class:pygapp2
  /frameworks/base/graphics/java/android/graphics/
Typeface.java 155 SparseArray<Typeface> styles = sTypefaceCache.get(ni); local
157 if (styles != null) {
158 typeface = styles.get(style);
165 if (styles == null) {
166 styles = new SparseArray<Typeface>(4);
167 sTypefaceCache.put(ni, styles);
169 styles.put(style, typeface);
  /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) {
  /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 164 int[] styles = new int[] {TimeUnitFormat.FULL_NAME, TimeUnitFormat.ABBREVIATED_NAME}; local
240 for ( int styleIndex = 0; styleIndex < styles.length; ++styleIndex ) {
244 timeUnitFormat = new TimeUnitFormat(new ULocale(locales[locIndex]), styles[styleIndex]);
249 + ", style: " + styles[styleIndex]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
TimeUnitTest.java 160 int[] styles = new int[] {TimeUnitFormat.FULL_NAME, TimeUnitFormat.ABBREVIATED_NAME}; local
236 for ( int styleIndex = 0; styleIndex < styles.length; ++styleIndex ) {
240 timeUnitFormat = new TimeUnitFormat(new ULocale(locales[locIndex]), styles[styleIndex]);
245 + ", style: " + styles[styleIndex]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyStylesSet.java 90 @Nonnull final HashMap<String, KeyStyle> styles) {
93 mStyles = styles;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractStyleRefactoring.java 115 * res/values/styles.xml - but unit tests pick other names */
116 private String mStyleFileName = "styles.xml";
265 // styles (like "id" or "style"), or attributes that the user
266 // probably does not want to define in styles (like layout
453 * @param file the styles.xml file to insert into
532 Set<String> styles = new HashSet<String>(); local
535 styles.add(element.getAttribute(ATTR_STYLE));
538 if (styles.size() > 1) {
543 String style = styles.iterator().next();
  /frameworks/base/core/java/android/text/
BoringLayout.java 293 Object[] styles = sp.getSpans(0, textLength, ParagraphStyle.class); local
294 if (styles.length > 0) {

Completed in 770 milliseconds

1 2 3 4 5 6 7 8 91011