Home
last modified time | relevance | path

Searched refs:styles (Results 1 – 25 of 89) sorted by relevance

1234

/external/icu4c/test/intltest/
Dreptest.cpp41 UnicodeString styles; member in TestReplaceable
69 this->styles = s; in TestReplaceable()
73 return new TestReplaceable(chars, styles); in clone()
79 return styles; in getStyles()
85 s.append(styles); in toString()
123 if (start != limit && styles.charAt(start) != NO_STYLE) { in fixStyles()
124 newStyle = styles.charAt(start); in fixStyles()
126 newStyle = styles.charAt(start-1); in fixStyles()
127 } else if (limit < styles.length()) { in fixStyles()
128 newStyle = styles.charAt(limit); in fixStyles()
[all …]
/external/chromium/third_party/icu/source/test/intltest/
Dreptest.cpp41 UnicodeString styles; member in TestReplaceable
69 this->styles = s; in TestReplaceable()
73 return new TestReplaceable(chars, styles); in clone()
79 return styles; in getStyles()
85 s.append(styles); in toString()
123 if (start != limit && styles.charAt(start) != NO_STYLE) { in fixStyles()
124 newStyle = styles.charAt(start); in fixStyles()
126 newStyle = styles.charAt(start-1); in fixStyles()
127 } else if (limit < styles.length()) { in fixStyles()
128 newStyle = styles.charAt(limit); in fixStyles()
[all …]
Dtztest.cpp1105 TimeZone::EDisplayType styles[] = { TimeZone::SHORT, TimeZone::LONG }; in TestAliasedNames() local
1121 for(j = 0; j < (int32_t)(sizeof(styles)/sizeof(styles[0])); j++) { in TestAliasedNames()
1125 from->getDisplayName(useDst[k], styles[j],locale, fromName); in TestAliasedNames()
1126 to->getDisplayName(useDst[k], styles[j], locale, toName); in TestAliasedNames()
/external/libvpx/examples/includes/geshi/
Dgeshi.php1487 function add_keyword_group($key, $styles, $case_sensitive = true, $words = array()) { argument
1498 $this->language_data['STYLES']['KEYWORDS'][$key] = $styles;
1625 function set_link_styles($type, $styles) { argument
1626 $this->link_styles[$type] = $styles;
1649 function set_important_styles($styles) { argument
1650 $this->important_styles = $styles;
1718 function set_highlight_lines_extra_style($styles) { argument
1719 $this->highlight_extra_lines_style = $styles;
4313 foreach ($this->language_data['STYLES']['KEYWORDS'] as $group => $styles) {
4314 if ($styles != '' && (!$economy_mode ||
[all …]
/external/quake/quake/src/WinQuake/
Dd_surf.cpp272 r_drawsurf.lightadj[0] = d_lightstylevalue[surface->styles[0]]; in D_CacheSurface()
273 r_drawsurf.lightadj[1] = d_lightstylevalue[surface->styles[1]]; in D_CacheSurface()
274 r_drawsurf.lightadj[2] = d_lightstylevalue[surface->styles[2]]; in D_CacheSurface()
275 r_drawsurf.lightadj[3] = d_lightstylevalue[surface->styles[3]]; in D_CacheSurface()
Dr_light.cpp219 for (maps = 0 ; maps < MAXLIGHTMAPS && surf->styles[maps] != 255 ; in RecursiveLightPoint()
222 scale = d_lightstylevalue[surf->styles[maps]]; in RecursiveLightPoint()
Dgl_rlight.cpp350 for (maps = 0 ; maps < MAXLIGHTMAPS && surf->styles[maps] != 255 ; in RecursiveLightPoint()
353 scale = d_lightstylevalue[surf->styles[maps]]; in RecursiveLightPoint()
Dgl_rsurf.cpp170 for (maps = 0 ; maps < MAXLIGHTMAPS && surf->styles[maps] != 255 ; in R_BuildLightMap()
173 scale = d_lightstylevalue[surf->styles[maps]]; in R_BuildLightMap()
890 for (maps = 0 ; maps < MAXLIGHTMAPS && fa->styles[maps] != 255 ; in R_RenderBrushPoly()
892 if (d_lightstylevalue[fa->styles[maps]] != fa->cached_light[maps]) in R_RenderBrushPoly()
949 for (maps = 0 ; maps < MAXLIGHTMAPS && fa->styles[maps] != 255 ; in R_RenderDynamicLightmaps()
951 if (d_lightstylevalue[fa->styles[maps]] != fa->cached_light[maps]) in R_RenderDynamicLightmaps()
Dbspfile.h198 byte styles[MAXLIGHTMAPS]; member
Dmodel.h124 byte styles[MAXLIGHTMAPS]; member
Dgl_model.h149 byte styles[MAXLIGHTMAPS]; member
/external/quake/quake/src/QW/client/
Dd_surf.c275 r_drawsurf.lightadj[0] = d_lightstylevalue[surface->styles[0]]; in D_CacheSurface()
276 r_drawsurf.lightadj[1] = d_lightstylevalue[surface->styles[1]]; in D_CacheSurface()
277 r_drawsurf.lightadj[2] = d_lightstylevalue[surface->styles[2]]; in D_CacheSurface()
278 r_drawsurf.lightadj[3] = d_lightstylevalue[surface->styles[3]]; in D_CacheSurface()
Dr_light.c219 for (maps = 0 ; maps < MAXLIGHTMAPS && surf->styles[maps] != 255 ; in RecursiveLightPoint()
222 scale = d_lightstylevalue[surf->styles[maps]]; in RecursiveLightPoint()
Dgl_rlight.c347 for (maps = 0 ; maps < MAXLIGHTMAPS && surf->styles[maps] != 255 ; in RecursiveLightPoint()
350 scale = d_lightstylevalue[surf->styles[maps]]; in RecursiveLightPoint()
Dgl_rsurf.c169 for (maps = 0 ; maps < MAXLIGHTMAPS && surf->styles[maps] != 255 ; in R_BuildLightMap()
172 scale = d_lightstylevalue[surf->styles[maps]]; in R_BuildLightMap()
822 for (maps = 0 ; maps < MAXLIGHTMAPS && fa->styles[maps] != 255 ; in R_RenderBrushPoly()
824 if (d_lightstylevalue[fa->styles[maps]] != fa->cached_light[maps]) in R_RenderBrushPoly()
880 for (maps = 0 ; maps < MAXLIGHTMAPS && fa->styles[maps] != 255 ; in R_RenderDynamicLightmaps()
882 if (d_lightstylevalue[fa->styles[maps]] != fa->cached_light[maps]) in R_RenderDynamicLightmaps()
Dbspfile.h185 byte styles[MAXLIGHTMAPS]; member
Dmodel.h135 byte styles[MAXLIGHTMAPS]; member
/external/libvpx/examples/includes/geshi/docs/
Dgeshi-doc.txt282 …he advanced features of GeSHi - strict mode, using CSS classes, changing styles on the fly, disabl…
292 But if you don't like <pre> or it looks stupid in your browser no matter what styles you try to app…
298 … block around the highlighted source even if this wasn't necessary, thus styles that are applied t…
312 The default styles for the <pre> and <div> will be different, especially if you use line numbers!. …
339styles inheriting from styles meant for the code. Also, this solves an important issue about selec…
351 …ult, the styles you pass overwrite the current styles. Add a boolean "true" after the styles you s…
360 When you set line number styles, the code will inherit those styles! This is the main issue to come…
366 …3. Use set_code_style() to explicitly override the styles you set for line numbers using set_line_…
384 Using CSS to highlight your code instead of in-lining the styles is a definate bonus. Not only is i…
394 …source will use CSS classes in the output, otherwise it will in-line the styles. The advantages of…
[all …]
DTODO23 - rework HARDQUOTE + styles, currently this is a bit of a mess imo (milian)
41 - "Themes" for styles - basically pre-made stylesheets that can be used
/external/webkit/WebCore/inspector/front-end/
DElementsPanel.js77 this.sidebarPanes.styles = new WebInspector.StylesSidebarPane();
82 this.sidebarPanes.styles.onexpand = this.updateStyles.bind(this);
87 this.sidebarPanes.styles.expanded = true;
89 this.sidebarPanes.styles.addEventListener("style edited", this._stylesPaneEdited, this);
90 … this.sidebarPanes.styles.addEventListener("style property toggled", this._stylesPaneEdited, this);
96 this.sidebarElement.appendChild(this.sidebarPanes.styles.element);
561 this.sidebarPanes.styles.needsUpdate = true;
1014 var stylesSidebarPane = this.sidebarPanes.styles;
DStylesSidebarPane.js110 function callback(styles) argument
112 if (!styles)
114 …node._setStyles(styles.computedStyle, styles.inlineStyle, styles.styleAttributes, styles.matchedCS…
/external/bzip2/
Dbzip.css31 /* release styles */
36 /* ------ styles for docs|manuals|howto ------ */
/external/webkit/WebCore/css/
DthemeChromiumLinux.css31 /* These styles override other user-agent styles for Chromium on Linux. */
DthemeWinQuirks.css31 /* These styles override the default styling for HTML elements in quirks-mode
/external/webkit/WebKitTools/BuildSlaveSupport/build.webkit.org-config/public_html/
Dbuildbot.css88 /* Console view styles */
353 /* grid styles */

1234