Searched defs:Attribute (Results 1 - 11 of 11) 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/base/tools/aapt2/
H A DResourceValues.cpp220 Attribute::Attribute(bool w, uint32_t t) : weak(w), typeMask(t) { function in class:aapt::Attribute
223 bool Attribute::isWeak() const {
227 Attribute* Attribute::clone(StringPool* /*newPool*/) const {
228 Attribute* attr = new Attribute(weak);
234 void Attribute::printMask(std::ostream& out) const {
332 void Attribute::print(std::ostream& out) const {
H A DXmlDom.h86 struct Attribute { struct in namespace:aapt::xml
98 std::vector<Attribute> attributes;
102 Attribute* findAttribute(const StringPiece16& ns, const StringPiece16& name);
105 const xml::Attribute* reqAttr);
H A DXmlPullParser.h108 // of struct Attribute).
111 struct Attribute { struct in class:aapt::XmlPullParser
116 int compare(const Attribute& rhs) const;
117 bool operator<(const Attribute& rhs) const;
118 bool operator==(const Attribute& rhs) const;
119 bool operator!=(const Attribute& rhs) const;
122 using const_iterator = std::vector<Attribute>::const_iterator;
172 inline int XmlPullParser::Attribute::compare(const Attribute& rhs) const {
178 inline bool XmlPullParser::Attribute
[all...]
H A DResourceValues.h209 struct Attribute : public BaseValue<Attribute> { struct in namespace:aapt
221 Attribute(bool w, uint32_t t = 0u);
224 virtual Attribute* clone(StringPool* newPool) const override;
288 inline ::std::ostream& operator<<(::std::ostream& out, const Attribute::Symbol& s) {
332 virtual void visit(Attribute& attr, ValueVisitorArgs& args) {}
373 virtual void visit(const Attribute& attr, ValueVisitorArgs& args) {}
/frameworks/compile/mclinker/include/mcld/MC/
H A DAttribute.h1 //===- Attribute.h --------------------------------------------------------===//
70 /** \class Attribute
75 * onto AttributeBase, and modifiers remains with the class Attribute.
77 class Attribute : public AttributeBase { class in namespace:mcld
131 bool isLegal(const Attribute& pAttr) const;
152 const Attribute& pBase,
168 const Attribute* attr() const { return m_pBase; }
180 AttributeProxy& assign(Attribute* pBase);
184 const Attribute* m_pBase;
189 inline bool operator==(const Attribute
[all...]
/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.h72 std::vector<llvm::AttributeSet> Attribute; member in class:llvm_2_9::ValueEnumerator
132 assert(I != AttributeMap.end() && "Attribute not in ValueEnumerator!");
139 assert(I != AttributeGroupMap.end() && "Attribute not in ValueEnumerator!");
160 return Attribute;
/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.h72 std::vector<llvm::AttributeSet> Attribute; member in class:llvm_2_9_func::ValueEnumerator
132 assert(I != AttributeMap.end() && "Attribute not in ValueEnumerator!");
139 assert(I != AttributeGroupMap.end() && "Attribute not in ValueEnumerator!");
160 return Attribute;
/frameworks/compile/slang/BitWriter_3_2/
H A DValueEnumerator.h75 std::vector<llvm::AttributeSet> Attribute; member in class:llvm_3_2::ValueEnumerator
135 assert(I != AttributeMap.end() && "Attribute not in ValueEnumerator!");
142 assert(I != AttributeGroupMap.end() && "Attribute not in ValueEnumerator!");
163 return Attribute;
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DRenderEngine.cpp314 struct Attribute;
317 KeyedVector<Attribute, EGLint> mList;
318 struct Attribute { struct in class:android::EGLAttributeVector
319 Attribute() {}; function in struct:android::EGLAttributeVector::Attribute
320 Attribute(EGLint v) : v(v) { } function in struct:android::EGLAttributeVector::Attribute
322 bool operator < (const Attribute& other) const {
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 163 milliseconds