Home
last modified time | relevance | path

Searched refs:STYLE (Results 1 – 25 of 30) sorted by relevance

12

/external/llvm/test/Analysis/BasicAA/
D2007-01-13-BasePointerBadNoAlias.ll17 %struct.STYLE = type { { %struct.GAP }, { %struct.GAP }, i16, i16, i16, i8, i8 }
26 %tmp18269 = bitcast i32* %tmp18174 to %struct.STYLE* ; <%struct.STYLE*> [#uses=1]
29 …%tmp18272 = getelementptr %struct.STYLE* %tmp18269, i32 0, i32 0, i32 0, i32 2 ; <i16*> […
/external/llvm/test/CodeGen/Thumb2/
Dldr-str-imm12.ll11 %struct.STYLE = type { %union.anon, %union.anon, i16, i16, i32 }
14 %union.FOURTH_UNION = type { %struct.STYLE }
23 define %union.rec* @Manifest(%union.rec* %x, %union.rec* %env, %struct.STYLE* %style, %union.rec** …
56 …%0 = call %union.rec* @Manifest(%union.rec* undef, %union.rec* %env, %struct.STYLE* %style, %unio…
D2009-08-04-CoalescerBug.ll11 %struct.FOURTH_UNION = type { %struct.STYLE }
15 %struct.STYLE = type { %0, %0, i16, i16, i32 }
D2009-08-04-ScavengerAssert.ll14 %struct.FOURTH_UNION = type { %struct.STYLE }
18 %struct.STYLE = type { %2, %2, i16, i16, i32 }
/external/jsilver/src/com/google/clearsilver/jsilver/autoescape/
DAutoEscapeContext.java249 return HtmlParserFactory.createParserInAttribute(HtmlParser.ATTR_TYPE.STYLE, true, null); in createHtmlParser()
253 return HtmlParserFactory.createParserInAttribute(HtmlParser.ATTR_TYPE.STYLE, false, null); in createHtmlParser()
349 return AutoEscapeState.STYLE; in getCurrentState()
438 case STYLE: in getCurrentAttributeState()
478 …HTML("html", ESCAPE_AUTO_HTML), JS("js", ESCAPE_AUTO_JS), STYLE("css", ESCAPE_AUTO_STYLE), JS_UNQU… enumConstant
/external/webkit/Source/WebCore/inspector/front-end/
DSourceHTMLTokenizer.js71 STYLE: 32 property
353 …f (this._condition.parseCondition & (this._parseConditions.SCRIPT | this._parseConditions.STYLE)) {
470 if (this._condition.parseCondition & this._parseConditions.STYLE) {
477 this._condition.parseCondition = this._parseConditions.STYLE;
640 …= this._parseConditions.SCRIPT || this._condition.parseCondition === this._parseConditions.STYLE) {
700 if (this._condition.parseCondition & this._parseConditions.STYLE) {
DSourceHTMLTokenizer.re2js70 STYLE: 32
246 if (this._condition.parseCondition & this._parseConditions.STYLE) {
253 this._condition.parseCondition = this._parseConditions.STYLE;
267 …f (this._condition.parseCondition & (this._parseConditions.SCRIPT | this._parseConditions.STYLE)) {
291 if (this._condition.parseCondition & this._parseConditions.STYLE) {
322 …= this._parseConditions.SCRIPT || this._condition.parseCondition === this._parseConditions.STYLE) {
/external/quake/quake/src/WinQuake/
Dwinquake.rc65 STYLE DS_MODALFRAME | DS_SETFOREGROUND | DS_3DLOOK | DS_CENTER | WS_POPUP
73 STYLE DS_MODALFRAME | DS_SETFOREGROUND | DS_3DLOOK | DS_CENTER | WS_POPUP |
/external/quake/quake/src/QW/client/
Dwinquake.rc65 STYLE DS_MODALFRAME | DS_SETFOREGROUND | DS_3DLOOK | DS_CENTER | WS_POPUP |
75 STYLE DS_MODALFRAME | DS_SETFOREGROUND | DS_3DLOOK | DS_CENTER | WS_POPUP |
/external/llvm/test/CodeGen/X86/
D2009-06-04-VirtualLiveIn.ll9 %struct.FOURTH_UNION = type { %struct.STYLE }
13 %struct.STYLE = type { %0, %0, i16, i16, i32 }
Dins_subreg_coalesce-3.ll8 %struct.FOURTH_UNION = type { %struct.STYLE }
12 %struct.STYLE = type { { %struct.GAP }, { %struct.GAP }, i16, i16, i32 }
/external/jsilver/src/com/google/streamhtmlparser/
DHtmlParser.java73 STYLE enumConstant
DHtmlParserFactory.java226 case STYLE: in createParserInAttribute()
/external/sonivox/arm-wt-22k/vectors/
Dabba.imy7 STYLE:S1
/external/emma/core/java12/com/vladium/emma/report/html/doc/
DTag.java26 public static final Tag STYLE = new TagImpl ("STYLE"); field in Tag
DHTMLDocument.java120 final IElement style = IElement.Factory.create (Tag.STYLE); in addStyle()
/external/llvm/test/CodeGen/ARM/
D2009-02-16-SpillerBug.ll6 %struct.FOURTH_UNION = type { %struct.STYLE }
10 %struct.STYLE = type { { %struct.GAP }, { %struct.GAP }, i16, i16, i32 }
/external/webkit/Tools/WinLauncher/
DWinLauncher.rc73 STYLE DS_SETFONT | DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
/external/libpng/contrib/visupng/
DVisualPng.rc108 STYLE DS_MODALFRAME | WS_POPUP
/external/jsilver/src/com/google/streamhtmlparser/impl/
DHtmlParserImpl.java232 && (getAttributeType() == ATTR_TYPE.STYLE)) in inCss()
249 return ATTR_TYPE.STYLE; in getAttributeType()
/external/bison/build-aux/
Dtexinfo.tex1659 % of just \STYLE. We do this because \STYLE needs to also set the
1660 % current \fam for math mode. Our \STYLE (e.g., \rm) commands hardwire
/external/e2fsprogs/doc/
Dtexinfo.tex1650 % of just \STYLE. We do this because \STYLE needs to also set the
1651 % current \fam for math mode. Our \STYLE (e.g., \rm) commands hardwire
/external/libffi/
Dtexinfo.tex1837 % of just \STYLE. We do this because \STYLE needs to also set the
1838 % current \fam for math mode. Our \STYLE (e.g., \rm) commands hardwire
/external/grub/docs/
Dtexinfo.tex1597 % of just \STYLE. We do this because \STYLE needs to also set the
1598 % current \fam for math mode. Our \STYLE (e.g., \rm) commands hardwire
/external/webkit/Source/WebCore/
DChangeLog-2002-12-039227 The STYLE element was ignoring both the media and type

12