Searched refs:isId (Results 1 - 8 of 8) sorted by relevance
/third_party/python/Lib/test/ |
H A D | test_minidom.py | 374 and el.getAttributeNode("spam").isId) 380 and el.attributes["spam"].isId) 1475 and not a1.isId 1476 and not a2.isId) 1479 and a1.isId 1480 and not a2.isId) 1484 and a1.isId 1485 and a2.isId) 1492 and not a1.isId 1493 and a2.isId [all...] |
/third_party/glslang/SPIRV/ |
H A D | spvIR.h | 85 bool isId; // true if word is an Id, false if word is an immediate member 87 IdImmediate(bool i, unsigned w) : isId(i), word(w) {} in IdImmediate()
|
H A D | SpvBuilder.cpp | 546 match = (operands[op].isId ? type->getIdOperand(op) : type->getImmediateOperand(op)) == operands[op].word; in makeGenericType() 555 if (operands[op].isId) in makeGenericType() 2630 if (it->isId) in createNoResultOp() 2722 if (it->isId) in createOp()
|
/third_party/python/Lib/xml/dom/ |
H A D | minidom.py | 452 return info.isId(self.nodeName) 468 defproperty(Attr, "isId", doc="True if this attribute is an ID.") 756 if attr.isId: 770 if attr.isId: 1524 def isId(self, aname): member in ElementInfo 1777 elif info.isId(attr.name):
|
H A D | expatbuilder.py | 101 def isId(self, aname): member in ElementInfo 109 return self.isId((auri, aname))
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/ |
H A D | AMDGPUAsmParser.cpp | 1337 bool isId(const StringRef Id) const; 1338 bool isId(const AsmToken &Token, const StringRef Id) const; 2518 isId(NextToken[0], "abs"))) { in parseSP3NegModifier() 5328 AMDGPUAsmParser::isId(const AsmToken &Token, const StringRef Id) const { 5333 AMDGPUAsmParser::isId(const StringRef Id) const { 5334 return isId(getToken(), Id); 5344 if (isId(Id)) { 5353 if (isId(Id) && peekToken().is(Kind)) {
|
/third_party/skia/third_party/externals/expat/expat/lib/ |
H A D | xmlparse.c | 493 XML_Bool isId, const XML_Char *dfltValue, 6352 XML_Bool isId, const XML_Char *value, XML_Parser parser) { in defineAttribute() 6354 if (value || isId) { in defineAttribute() 6361 if (isId && ! type->idAtt && ! attId->xmlns) in defineAttribute() 6351 defineAttribute(ELEMENT_TYPE *type, ATTRIBUTE_ID *attId, XML_Bool isCdata, XML_Bool isId, const XML_Char *value, XML_Parser parser) defineAttribute() argument
|
/third_party/python/Modules/expat/ |
H A D | xmlparse.c | 486 XML_Bool isId, const XML_Char *dfltValue, 6384 XML_Bool isId, const XML_Char *value, XML_Parser parser) { in defineAttribute() 6386 if (value || isId) { in defineAttribute() 6393 if (isId && ! type->idAtt && ! attId->xmlns) in defineAttribute() 6383 defineAttribute(ELEMENT_TYPE *type, ATTRIBUTE_ID *attId, XML_Bool isCdata, XML_Bool isId, const XML_Char *value, XML_Parser parser) defineAttribute() argument
|
Completed in 52 milliseconds