Home
last modified time | relevance | path

Searched defs:avt (Results 1 – 4 of 4) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemLiteralResult.java109 AVT avt = (AVT) m_avts.get(i); in compose() local
132 public void addLiteralResultAttribute(AVT avt) in addLiteralResultAttribute()
166 public void setXmlSpace(AVT avt) in setXmlSpace()
199 AVT avt = (AVT) m_avts.get(i); in getLiteralResultAttributeNS() local
224 AVT avt = getLiteralResultAttributeNS(namespaceURI, localName); in getAttributeNS() local
251 AVT avt = (AVT) m_avts.get(i); in getLiteralResultAttribute() local
278 AVT avt = getLiteralResultAttribute(rawName); in getAttribute() local
363 AVT avt = (AVT) m_avts.get(i); in resolvePrefixTables() local
599 AVT avt = (AVT) eum.next(); in getNamedItem() local
630 AVT avt = (AVT) eum.next(); in getNamedItemNS() local
[all …]
DElemExtensionCall.java288 AVT avt = getLiteralResultAttribute(rawName); in getAttribute() local
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DXSLTAttributeDef.java520 AVT avt = new AVT(handler, uri, name, rawName, value, owner); in processAVT() local
551 AVT avt = new AVT(handler, uri, name, rawName, value, owner); in processCDATA() local
584 AVT avt = new AVT(handler, uri, name, rawName, value, owner); in processCHAR() local
627 AVT avt = null; in processENUM() local
682 AVT avt = new AVT(handler, uri, name, rawName, value, owner); in processENUM_OR_PQNAME() local
795 AVT avt = new AVT(handler, uri, name, rawName, value, owner); in processNMTOKEN() local
877 AVT avt = null; in processNUMBER() local
974 AVT avt = null; in processAVT_QNAME() local
1037 AVT avt = null; in processNCNAME() local
1316 AVT avt = new AVT(handler, uri, name, rawName, value, owner); in processURL() local
/external/v8/src/asmjs/
Dasm-types.cc25 AsmValueType* avt = this->AsValueType(); in Name() local
43 AsmValueType* avt = this->AsValueType(); in IsExactly() local
60 if (auto* avt = this->AsValueType()) { in IsA() local