Home
last modified time | relevance | path

Searched refs:ATTR_TYPE (Results 1 – 13 of 13) sorted by relevance

/external/jsilver/src/com/google/clearsilver/jsilver/autoescape/
DAutoEscapeContext.java205 return HtmlParserFactory.createParserInAttribute(HtmlParser.ATTR_TYPE.REGULAR, true, null); in createHtmlParser()
209 return HtmlParserFactory.createParserInAttribute(HtmlParser.ATTR_TYPE.REGULAR, false, null); in createHtmlParser()
213 return HtmlParserFactory.createParserInAttribute(HtmlParser.ATTR_TYPE.URI, true, in createHtmlParser()
218 return HtmlParserFactory.createParserInAttribute(HtmlParser.ATTR_TYPE.URI, false, in createHtmlParser()
223 return HtmlParserFactory.createParserInAttribute(HtmlParser.ATTR_TYPE.URI, true, null); in createHtmlParser()
227 return HtmlParserFactory.createParserInAttribute(HtmlParser.ATTR_TYPE.URI, false, null); in createHtmlParser()
231 return HtmlParserFactory.createParserInAttribute(HtmlParser.ATTR_TYPE.JS, true, in createHtmlParser()
236 return HtmlParserFactory.createParserInAttribute(HtmlParser.ATTR_TYPE.JS, true, null); in createHtmlParser()
245 return HtmlParserFactory.createParserInAttribute(HtmlParser.ATTR_TYPE.JS, false, null); in createHtmlParser()
249 return HtmlParserFactory.createParserInAttribute(HtmlParser.ATTR_TYPE.STYLE, true, null); in createHtmlParser()
[all …]
/external/jsilver/src/com/google/streamhtmlparser/impl/
DHtmlParserImpl.java232 && (getAttributeType() == ATTR_TYPE.STYLE)) in inCss()
237 public ATTR_TYPE getAttributeType() { in getAttributeType()
240 return ATTR_TYPE.NONE; in getAttributeType()
243 return ATTR_TYPE.JS; in getAttributeType()
246 return ATTR_TYPE.URI; in getAttributeType()
249 return ATTR_TYPE.STYLE; in getAttributeType()
258 return ATTR_TYPE.URI; in getAttributeType()
261 return ATTR_TYPE.REGULAR; in getAttributeType()
308 if (getAttributeType() != ATTR_TYPE.URI) { in isUrlStart()
409 && getAttributeType() == ATTR_TYPE.URI in insertText()
/external/jsilver/src/com/google/streamhtmlparser/
DHtmlParser.java68 public enum ATTR_TYPE { enum
163 public ATTR_TYPE getAttributeType(); in getAttributeType()
DHtmlParserFactory.java193 HtmlParser.ATTR_TYPE attrtype, in createParserInAttribute()
/external/tensorflow/tensorflow/core/framework/
Dnode_def_util.cc210 #define DEFINE_GET_ATTR(TYPE, FIELD, ATTR_TYPE, APPEND_OP, CAST, ...) \ argument
215 TF_RETURN_IF_ERROR(AttrValueHasType(*attr_value, ATTR_TYPE)); \
225 TF_RETURN_IF_ERROR(AttrValueHasType(*attr_value, "list(" ATTR_TYPE ")")); \
233 #define DEFINE_GET_ATTR_SIMPLE(TYPE, FIELD, ATTR_TYPE, APPEND_OP, CAST, ...) \ argument
240 Status s = AttrValueHasType(*attr_value, ATTR_TYPE); \
255 Status s = AttrValueHasType(*attr_value, "list(" ATTR_TYPE ")"); \
/external/vogar/src/vogar/
DXmlReportConstants.java30 public static final String ATTR_TYPE = "type"; field in XmlReportConstants
DXmlReportReader.java97 String type = resultAttributes.get(XmlReportConstants.ATTR_TYPE); in readTestSuite()
DXmlReportPrinter.java166 … serializer.attribute(ns, XmlReportConstants.ATTR_TYPE, outcome.getResult().toString()); in print()
/external/testng/src/main/java/org/testng/reporters/
DXMLConstants.java49 String ATTR_TYPE = "type"; field
DJUnitXMLReporter.java232 attrs.setProperty(XMLConstants.ATTR_TYPE, t.getClass().getName()); in createFailureElement()
/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/android/
DAttributeSetBuilderImpl.java8 import static org.robolectric.res.android.ResourceTypes.ResTable_map.ATTR_TYPE;
136 String format = ShadowArscAssetManager.getResourceBagValue(attrId, ATTR_TYPE, resTable); in arscParse()
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DResourceTypes.java1366 public static final int ATTR_TYPE = Res_MAKEINTERNAL(0); field in ResourceTypes.ResTable_map
DResTable.java1124 sInternalNameToIdMap.put("^type", ResTable_map.ATTR_TYPE);