Home
last modified time | relevance | path

Searched refs:getAttributeType (Results 1 – 12 of 12) sorted by relevance

/external/jsilver/src/com/google/streamhtmlparser/impl/
DHtmlParserImpl.java232 && (getAttributeType() == ATTR_TYPE.STYLE)) in inCss()
237 public ATTR_TYPE getAttributeType() { in getAttributeType() method in HtmlParserImpl
308 if (getAttributeType() != ATTR_TYPE.URI) { in isUrlStart()
409 && getAttributeType() == ATTR_TYPE.URI in insertText()
/external/jsilver/src/com/google/streamhtmlparser/
DHtmlParser.java163 public ATTR_TYPE getAttributeType(); in getAttributeType() method
/external/jsilver/src/com/google/clearsilver/jsilver/autoescape/
DAutoEscapeContext.java383 HtmlParser.ATTR_TYPE type = htmlParser.getAttributeType(); in getCurrentAttributeState()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/android/
DXmlResourceParserImplTest.java375 assertThat(parser.getAttributeType(attributeIndexOutOfIndex())).isEqualTo("CDATA"); in testGetAttributeType()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/
DXmlResourceParserImpl.java334 public String getAttributeType(int index) { in getAttributeType() method in XmlResourceParserImpl
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/res/builder/
DXmlResourceParserImplTest.java387 assertThat(parser.getAttributeType(attributeIndexOutOfIndex())).isEqualTo("CDATA"); in testGetAttributeType()
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
DSoapSerializationEnvelope.java245 attributeInfo.setType(parser.getAttributeType(attributeCount)); in readUnknown()
/external/python/cpython2/Lib/xml/dom/
Dminidom.py447 return info.getAttributeType(self.nodeName)
1438 def getAttributeType(self, aname): member in ElementInfo
Dexpatbuilder.py76 def getAttributeType(self, aname): member in ElementInfo
/external/python/cpython3/Lib/xml/dom/
Dminidom.py463 return info.getAttributeType(self.nodeName)
1483 def getAttributeType(self, aname): member in ElementInfo
Dexpatbuilder.py74 def getAttributeType(self, aname): member in ElementInfo
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderMatrixTests.cpp1365 BaseAttributeType getAttributeType(const glu::DataType dataType) in getAttributeType() function
1475 useAttribute(4u + inNdx, getAttributeType(in.dataType)); in ShaderMatrixInstance()