Searched defs:Attribute (Results 1 - 6 of 6) sorted by path

/frameworks/compile/mclinker/include/mcld/MC/
H A DAttribute.h1 //===- Attribute.h --------------------------------------------------------===//
79 /** \class Attribute
84 * onto AttributeBase, and modifiers remains with the class Attribute.
86 class Attribute : public AttributeBase class in namespace:mcld
160 bool isLegal(const Attribute& pAttr) const;
182 const Attribute& pBase,
198 const Attribute* attr() const
211 AttributeProxy& assign(Attribute* pBase);
215 const Attribute *m_pBase;
221 inline bool operator== (const Attribute
[all...]
/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.h65 std::vector<llvm::AttributeSet> Attribute; member in class:llvm_2_9::ValueEnumerator
112 assert(I != AttributeMap.end() && "Attribute not in ValueEnumerator!");
119 assert(I != AttributeGroupMap.end() && "Attribute not in ValueEnumerator!");
140 return Attribute;
/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.h65 std::vector<llvm::AttributeSet> Attribute; member in class:llvm_2_9_func::ValueEnumerator
112 assert(I != AttributeMap.end() && "Attribute not in ValueEnumerator!");
119 assert(I != AttributeGroupMap.end() && "Attribute not in ValueEnumerator!");
140 return Attribute;
/frameworks/compile/slang/BitWriter_3_2/
H A DValueEnumerator.h65 std::vector<llvm::AttributeSet> Attribute; member in class:llvm_3_2::ValueEnumerator
112 assert(I != AttributeMap.end() && "Attribute not in ValueEnumerator!");
119 assert(I != AttributeGroupMap.end() && "Attribute not in ValueEnumerator!");
140 return Attribute;
/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/native/services/surfaceflinger/RenderEngine/
H A DRenderEngine.cpp315 struct Attribute;
318 KeyedVector<Attribute, EGLint> mList;
319 struct Attribute { struct in class:android::EGLAttributeVector
320 Attribute() {}; function in struct:android::EGLAttributeVector::Attribute
321 Attribute(EGLint v) : v(v) { } function in struct:android::EGLAttributeVector::Attribute
323 bool operator < (const Attribute& other) const {

Completed in 484 milliseconds