Home
last modified time | relevance | path

Searched defs:getAttributeType (Results 1 – 10 of 10) sorted by relevance

/external/jsilver/src/com/google/streamhtmlparser/
DHtmlParser.java163 public ATTR_TYPE getAttributeType(); in getAttributeType() method
/external/jsilver/src/com/google/streamhtmlparser/impl/
DHtmlParserImpl.java237 public ATTR_TYPE getAttributeType() { in getAttributeType() method in HtmlParserImpl
/external/robolectric/shadows/framework/src/main/java/org/robolectric/android/
DXmlResourceParserImpl.java336 public String getAttributeType(int index) { in getAttributeType() method in XmlResourceParserImpl
/external/python/cpython3/Lib/xml/dom/
Dexpatbuilder.py74 def getAttributeType(self, aname): member in ElementInfo
Dminidom.py1526 def getAttributeType(self, aname): member in ElementInfo
/external/angle/third_party/glslang/src/glslang/Public/
DShaderLang.h974 int getAttributeType(int index) const { return getPipeInput(index).glDefineType; } in getAttributeType() function
/external/deqp-deps/glslang/glslang/Public/
DShaderLang.h974 int getAttributeType(int index) const { return getPipeInput(index).glDefineType; } in getAttributeType() function
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DDtdData.java2189 public AttributeType getAttributeType(String elementName, String attributeName) { in getAttributeType() method in DtdData
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderMatrixTests.cpp1654 BaseAttributeType getAttributeType(const glu::DataType dataType) in getAttributeType() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
DAttributes.cpp972 Type *AttributeSetNode::getAttributeType(Attribute::AttrKind Kind) const { in getAttributeType() function in AttributeSetNode