Home
last modified time | relevance | path

Searched refs:xmlns (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dxmllib.py81 xmlns = re.compile('xmlns(?::(?P<ncname>'+_NCName+'))?$') variable
574 res = xmlns.match(attrname)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dxmllib.py81 xmlns = re.compile('xmlns(?::(?P<ncname>'+_NCName+'))?$') variable
574 res = xmlns.match(attrname)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/expat/
Dxmlparse.c236 XML_Bool xmlns; member
2710 if (attId->xmlns) { in storeAtts()
2746 if (da->id->xmlns) { in storeAtts()
5245 if (isId && !type->idAtt && !attId->xmlns) in defineAttribute()
5340 id->xmlns = XML_TRUE; in getAttributeId()
5674 newA->xmlns = oldA->xmlns; in dtdCopy()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/
Dxmlparse.c236 XML_Bool xmlns; member
2710 if (attId->xmlns) { in storeAtts()
2746 if (da->id->xmlns) { in storeAtts()
5245 if (isId && !type->idAtt && !attId->xmlns) in defineAttribute()
5340 id->xmlns = XML_TRUE; in getAttributeId()
5674 newA->xmlns = oldA->xmlns; in dtdCopy()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/
Dxmlparse.c238 XML_Bool xmlns; member
2818 if (attId->xmlns) { in storeAtts()
2854 if (da->id->xmlns) { in storeAtts()
5367 if (isId && !type->idAtt && !attId->xmlns) in defineAttribute()
5462 id->xmlns = XML_TRUE; in getAttributeId()
5794 newA->xmlns = oldA->xmlns; in dtdCopy()