Searched defs:Attribute (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/opengl/tests/configdump/
H A Dconfigdump.cpp24 struct Attribute { struct
29 Attribute attributes[] = {
79 for (int attr = 0 ; attr<sizeof(attributes)/sizeof(Attribute) ; attr++) {
/frameworks/compile/mclinker/include/mcld/MC/
H A DMCLDAttribute.h83 /** \class Attribute
88 * onto AttributeBase, and modifiers remains with the class Attribute.
90 class Attribute : public AttributeBase class in namespace:mcld
164 bool isLegal(const Attribute& pAttr, std::string& pErrMesg) const;
187 explicit AttributeProxy(AttributeFactory& pParent, Attribute& pBase);
202 Attribute* attr()
205 const Attribute* attr() const
221 void change(Attribute* pBase)
226 Attribute *m_pBase;
231 inline bool operator== (const Attribute
[all...]

Completed in 89 milliseconds