/external/python/cpython2/Lib/test/ |
D | test_minidom.py | 325 and el.getAttributeNode("spam").isId) 331 and el.attributes["spam"].isId) 1290 and not a1.isId 1291 and not a2.isId) 1294 and a1.isId 1295 and not a2.isId) 1299 and a1.isId 1300 and a2.isId) 1307 and not a1.isId 1308 and a2.isId [all …]
|
/external/python/cpython3/Lib/test/ |
D | test_minidom.py | 357 and el.getAttributeNode("spam").isId) 363 and el.attributes["spam"].isId) 1436 and not a1.isId 1437 and not a2.isId) 1440 and a1.isId 1441 and not a2.isId) 1445 and a1.isId 1446 and a2.isId) 1453 and not a1.isId 1454 and a2.isId [all …]
|
/external/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/ |
D | DynamicSymmetry.h | 70 bool isId() const in isId() function 216 while (!e.isId()) { in add()
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/ |
D | DOM2DTMdefaultNamespaceDeclarationNode.java | 131 public boolean isId( ) { return false; } in isId() method in DOM2DTMdefaultNamespaceDeclarationNode
|
/external/python/cpython3/Lib/xml/dom/ |
D | minidom.py | 449 return info.isId(self.nodeName) 745 if attr.isId: 759 if attr.isId: 1497 def isId(self, aname): member in ElementInfo 1750 elif info.isId(attr.name):
|
D | expatbuilder.py | 101 def isId(self, aname): member in ElementInfo 109 return self.isId((auri, aname))
|
/external/python/cpython2/Lib/xml/dom/ |
D | minidom.py | 433 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):
|
D | expatbuilder.py | 103 def isId(self, aname): member in ElementInfo 111 return self.isId((auri, aname))
|
/external/deqp-deps/glslang/SPIRV/ |
D | spvIR.h | 84 bool isId; // true if word is an Id, false if word is an immediate member
|
D | SpvBuilder.cpp | 1516 if (it->isId) in createNoResultOp() 1608 if (it->isId) in createOp()
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
D | UnImplNode.java | 1947 public boolean isId() { in isId() method in UnImplNode
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | ElemLiteralResult.java | 1089 public boolean isId( ) { return false; } in isId() method
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
D | DTMNodeProxy.java | 2184 public boolean isId() { in isId() method in DTMNodeProxy
|
/external/python/cpython3/Modules/expat/ |
D | xmlparse.c | 444 XML_Bool isId, const XML_Char *dfltValue, XML_Parser parser); 6015 XML_Bool isId, const XML_Char *value, XML_Parser parser) in defineAttribute() argument 6018 if (value || isId) { in defineAttribute() 6025 if (isId && !type->idAtt && !attId->xmlns) in defineAttribute()
|
/external/expat/lib/ |
D | xmlparse.c | 444 XML_Bool isId, const XML_Char *dfltValue, XML_Parser parser); 6015 XML_Bool isId, const XML_Char *value, XML_Parser parser) in defineAttribute() argument 6018 if (value || isId) { in defineAttribute() 6025 if (isId && !type->idAtt && !attId->xmlns) in defineAttribute()
|
/external/python/cpython2/Modules/expat/ |
D | xmlparse.c | 444 XML_Bool isId, const XML_Char *dfltValue, XML_Parser parser); 6015 XML_Bool isId, const XML_Char *value, XML_Parser parser) in defineAttribute() argument 6018 if (value || isId) { in defineAttribute() 6025 if (isId && !type->idAtt && !attId->xmlns) in defineAttribute()
|