Searched defs:avt (Results 1 – 4 of 4) sorted by relevance
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | ElemLiteralResult.java | 109 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 …]
|
D | ElemExtensionCall.java | 288 AVT avt = getLiteralResultAttribute(rawName); in getAttribute() local
|
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
D | XSLTAttributeDef.java | 520 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/ |
D | asm-types.cc | 25 AsmValueType* avt = this->AsValueType(); in Name() local 43 AsmValueType* avt = this->AsValueType(); in IsExactly() local 60 if (auto* avt = this->AsValueType()) { in IsA() local
|