Searched refs:STYLE (Results 1 - 25 of 28) sorted by relevance

12

/external/freetype/src/autofit/
H A Dafstyles.h20 /* Define `STYLE' as needed. */
34 /* STYLE( cyrl_dflt, CYRL_DFLT, */
43 STYLE( s ## _ ## f, S ## _ ## F, \
84 STYLE( arab_dflt, ARAB_DFLT,
95 STYLE( hebr_dflt, HEBR_DFLT,
103 STYLE( deva_dflt, DEVA_DFLT,
111 STYLE( ltn2_dflt, LTN2_DFLT,
119 STYLE( none_dflt, NONE_DFLT,
126 STYLE( telu_dflt, TELU_DFLT,
133 STYLE( thai_dfl
[all...]
H A Dafglobal.h46 #undef STYLE macro
47 #define STYLE( s, S, d, ws, sc, ss, c ) \ macro
H A Dafglobal.c55 #undef STYLE macro
56 #define STYLE( s, S, d, ws, sc, ss, c ) \ macro
98 #undef STYLE macro
99 #define STYLE( s, S, d, ws, sc, ss, c ) \ macro
116 #undef STYLE macro
117 #define STYLE( s, S, d, ws, sc, ss, c ) #s, macro
H A Dafpic.c132 #undef STYLE macro
133 #define STYLE( s, S, d, ws, sc, bss, c ) \ macro
H A Daftypes.h418 #undef STYLE macro
419 #define STYLE( s, S, d, ws, sc, ss, c ) \ macro
/external/jsilver/src/com/google/streamhtmlparser/
H A DHtmlParser.java63 * {@code STYLE} is for the "style" attribute.
73 STYLE enum constant in enum:HtmlParser.ATTR_TYPE
142 * <li>Inside a STYLE tag.
143 * <li>Inside a STYLE attribute.
H A DHtmlParserFactory.java226 case STYLE:
/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DTag.java26 public static final Tag STYLE = new TagImpl ("STYLE"); field in class:Tag
H A DHTMLDocument.java120 final IElement style = IElement.Factory.create (Tag.STYLE);
/external/jsilver/src/com/google/clearsilver/jsilver/autoescape/
H A DAutoEscapeContext.java249 return HtmlParserFactory.createParserInAttribute(HtmlParser.ATTR_TYPE.STYLE, true, null);
253 return HtmlParserFactory.createParserInAttribute(HtmlParser.ATTR_TYPE.STYLE, false, null);
349 return AutoEscapeState.STYLE;
438 case STYLE:
478 HTML("html", ESCAPE_AUTO_HTML), JS("js", ESCAPE_AUTO_JS), STYLE("css", ESCAPE_AUTO_STYLE), JS_UNQUOTED( enum constant in enum:AutoEscapeContext.AutoEscapeState
/external/libvorbis/lib/
H A Dlookups.pl7 * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di915_context.h299 #define EMIT_ATTR( ATTR, STYLE, S4, SZ ) \
302 intel->vertex_attrs[intel->vertex_attr_count].format = (STYLE); \
H A Di830_vtbl.c51 #define EMIT_ATTR( ATTR, STYLE, V0 ) \
54 intel->vertex_attrs[intel->vertex_attr_count].format = (STYLE); \
/external/mesa3d/src/mesa/swrast_setup/
H A Dss_context.c96 #define EMIT_ATTR( ATTR, STYLE, MEMBER ) \
99 map[e].format = (STYLE); \
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/lib/simple_api/
H A Dtokenizer_proxy.js72 else if (tn === $.STYLE || tn === $.IFRAME || tn === $.XMP ||
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/lib/common/
H A Dhtml.js140 STYLE: 'style',
240 SPECIAL_ELEMENTS[NS.HTML][$.STYLE] = true;
/external/jsilver/src/com/google/streamhtmlparser/impl/
H A DHtmlParserImpl.java221 * <li>Inside a STYLE tag.
222 * <li>Inside a STYLE attribute.
232 && (getAttributeType() == ATTR_TYPE.STYLE))
249 return ATTR_TYPE.STYLE;
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_swtcl.c62 #define EMIT_ATTR( ATTR, STYLE, F0 ) \
65 rmesa->radeon.swtcl.vertex_attrs[rmesa->radeon.swtcl.vertex_attr_count].format = (STYLE); \
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_swtcl.c67 #define EMIT_ATTR( ATTR, STYLE, F0 ) \
70 rmesa->radeon.swtcl.vertex_attrs[rmesa->radeon.swtcl.vertex_attr_count].format = (STYLE); \
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/lib/tree_construction/
H A Dparser.js499 else if (tn === $.STYLE || tn === $.XMP || tn === $.IFRAME ||
1145 else if (tn === $.NOSCRIPT || tn === $.NOFRAMES || tn === $.STYLE)
1209 tn === $.NOFRAMES || tn === $.SCRIPT || tn === $.STYLE || tn === $.TEMPLATE || tn === $.TITLE) {
1657 if (tn === $.STYLE || tn === $.TITLE)
2177 else if (tn === $.STYLE)
2639 tn === $.NOFRAMES || tn === $.SCRIPT || tn === $.STYLE || tn === $.TEMPLATE || tn === $.TITLE) {
/external/chromium-trace/trace-viewer/tracing/third_party/devscripts/
H A Dlicensecheck.pl539 } elsif ($licensetext =~ /GOVERNED BY A BSD-STYLE SOURCE LICENSE/) {
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/
H A Dparse5.js536 STYLE: 'style',
636 SPECIAL_ELEMENTS[NS.HTML][$.STYLE] = true;
988 if (parentTn === $.STYLE || parentTn === $.SCRIPT || parentTn === $.XMP || parentTn === $.IFRAME ||
1190 else if (tn === $.STYLE || tn === $.IFRAME || tn === $.XMP ||
5537 else if (tn === $.STYLE || tn === $.XMP || tn === $.IFRAME ||
6183 else if (tn === $.NOSCRIPT || tn === $.NOFRAMES || tn === $.STYLE)
6247 tn === $.NOFRAMES || tn === $.SCRIPT || tn === $.STYLE || tn === $.TEMPLATE || tn === $.TITLE) {
6695 if (tn === $.STYLE || tn === $.TITLE)
7215 else if (tn === $.STYLE)
7677 tn === $.NOFRAMES || tn === $.SCRIPT || tn === $.STYLE || t
[all...]
/external/bison/build-aux/
H A Dtexinfo.tex2102 % of just \STYLE. We do this because \STYLE needs to also set the
2103 % current \fam for math mode. Our \STYLE (e.g., \rm) commands hardwire

Completed in 1982 milliseconds

12