Searched defs:Attribute (Results 1 - 12 of 12) 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.cpp249 Attribute::Attribute(bool w, uint32_t t) : function in class:aapt::Attribute
256 Attribute* Attribute::clone(StringPool* /*newPool*/) const {
257 return new Attribute(*this);
260 void Attribute::printMask(std::ostream* out) const {
358 void Attribute::print(std::ostream* out) const {
373 static void buildAttributeMismatchMessage(DiagMessage* msg, const Attribute* attr,
419 bool Attribute::matches(const Item* item, DiagMessage* outMsg) const {
H A DResourceValues.h258 struct Attribute : public BaseValue<Attribute> { struct in namespace:aapt
269 Attribute(bool w, uint32_t t = 0u);
271 Attribute* clone(StringPool* newPool) const override;
336 inline ::std::ostream& operator<<(::std::ostream& out, const Attribute::Symbol& s) {
/frameworks/base/tools/aapt2/xml/
H A DXmlDom.h72 aapt::Attribute attribute;
78 struct Attribute { struct in namespace:aapt::xml
93 std::vector<Attribute> attributes;
95 Attribute* findAttribute(const StringPiece16& ns, const StringPiece16& name);
H A DXmlPullParser.h125 // of struct Attribute).
128 struct Attribute { struct in class:aapt::xml::XmlPullParser
133 int compare(const Attribute& rhs) const;
134 bool operator<(const Attribute& rhs) const;
135 bool operator==(const Attribute& rhs) const;
136 bool operator!=(const Attribute& rhs) const;
139 using const_iterator = std::vector<Attribute>::const_iterator;
160 std::vector<Attribute> attributes;
255 inline int XmlPullParser::Attribute::compare(const Attribute
[all...]
/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/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DLayoutParserWrapper.java49 private List<Attribute> mAttributes;
112 mAttributes = count > 0 ? new ArrayList<Attribute>(count) :
113 Collections.<Attribute>emptyList();
115 mAttributes.add(new Attribute(mDelegate.getAttributeNamespace(i),
184 for (Attribute attribute : mAttributes) {
206 private static class Attribute { class in class:LayoutParserWrapper
212 public Attribute(@Nullable String namespace, String name, String value) { method in class:LayoutParserWrapper.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() : v(0) {}; 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 5802 milliseconds