Home
last modified time | relevance | path

Searched refs:isId (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_minidom.py318 and el.getAttributeNode("spam").isId)
324 and el.attributes["spam"].isId)
1318 and not a1.isId
1319 and not a2.isId)
1322 and a1.isId
1323 and not a2.isId)
1327 and a1.isId
1328 and a2.isId)
1335 and not a1.isId
1336 and a2.isId
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/
Dminidom.py435 return info.isId(self.nodeName)
698 if attr.isId:
717 if attr.isId:
1448 def isId(self, aname): member in ElementInfo
1699 elif info.isId(attr.name):
Dexpatbuilder.py103 def isId(self, aname): member in ElementInfo
111 return self.isId((auri, aname))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/
Dminidom.py433 return info.isId(self.nodeName)
696 if attr.isId:
715 if attr.isId:
1452 def isId(self, aname): member in ElementInfo
1703 elif info.isId(attr.name):
Dexpatbuilder.py103 def isId(self, aname): member in ElementInfo
111 return self.isId((auri, aname))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/expat/
Dxmlparse.c357 XML_Bool isId, const XML_Char *dfltValue, XML_Parser parser);
5235 XML_Bool isId, const XML_Char *value, XML_Parser parser) in defineAttribute() argument
5238 if (value || isId) { in defineAttribute()
5245 if (isId && !type->idAtt && !attId->xmlns) in defineAttribute()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/
Dxmlparse.c357 XML_Bool isId, const XML_Char *dfltValue, XML_Parser parser);
5235 XML_Bool isId, const XML_Char *value, XML_Parser parser) in defineAttribute() argument
5238 if (value || isId) { in defineAttribute()
5245 if (isId && !type->idAtt && !attId->xmlns) in defineAttribute()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/
Dxmlparse.c359 XML_Bool isId, const XML_Char *dfltValue, XML_Parser parser);
5357 XML_Bool isId, const XML_Char *value, XML_Parser parser) in defineAttribute() argument
5360 if (value || isId) { in defineAttribute()
5367 if (isId && !type->idAtt && !attId->xmlns) in defineAttribute()