Searched refs:pAttr (Results 1 – 6 of 6) sorted by relevance
/frameworks/compile/mclinker/lib/MC/ |
D | MCLDAttribute.cpp | 16 bool AttrConstraint::isLegal(const Attribute& pAttr, std::string &pErrMesg) const in isLegal() argument 18 if (!isWholeArchive() && pAttr.isWholeArchive()) { in isLegal() 22 if (!isAsNeeded() && pAttr.isAsNeeded()) { in isLegal() 26 if (!isAddNeeded() && pAttr.isAddNeeded()) { in isLegal() 30 if (isStaticSystem() && pAttr.isDynamic()) { in isLegal() 35 if (isStaticSystem() && pAttr.isAsNeeded()) { in isLegal() 40 if (pAttr.isAsNeeded() && pAttr.isStatic()) { in isLegal()
|
D | AttributeFactory.cpp | 72 Attribute* AttributeFactory::exists(const Attribute& pAttr) const in exists() 77 if (*(*cur) == pAttr) { in exists() 86 void AttributeFactory::record(mcld::Attribute &pAttr) in record() argument 88 m_AttrSet.push_back(&pAttr); in record()
|
/frameworks/compile/mclinker/include/mcld/MC/ |
D | MCLDInput.h | 48 const AttributeProxy& pAttr); 52 const AttributeProxy& pAttr,
|
D | AttributeFactory.h | 65 Attribute *exists(const Attribute& pAttr) const; 68 void record(Attribute& pAttr);
|
D | MCLDAttribute.h | 164 bool isLegal(const Attribute& pAttr, std::string& pErrMesg) const;
|
/frameworks/base/media/libdrm/mobile1/src/xml/ |
D | xml_tinyparser.c | 715 uint8_t *pAttr, *pName, *pValue; in xml_tree_fillnode() local 725 pAttr = buffer; in xml_tree_fillnode() 729 (pAttr = in xml_tree_fillnode() 730 XML_DOM_getAttr(pAttr, &pName, &nameLen, &pValue, in xml_tree_fillnode() 749 pAttr = XML_DOM_getValue(buffer, &pValue, &valueLen); in xml_tree_fillnode() 750 if (pAttr != NULL && valueLen > 0) { in xml_tree_fillnode()
|