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

/frameworks/native/opengl/tests/configdump/
H A Dconfigdump.cpp25 struct Attribute { struct
31 Attribute attributes[] = {
82 for (int attr = 0 ; attr<sizeof(attributes)/sizeof(Attribute) ; attr++) {
/frameworks/native/libs/vr/libvrflinger/
H A Dhwc_types.h158 struct Attribute final : public Wrapper<HWC2::Attribute> {
168 Attribute() : Base(Invalid) {} function in namespace:HWC
/frameworks/base/tools/aapt2/
H A DResourceValues.cpp352 Attribute::Attribute() function in class:aapt::Attribute
358 Attribute::Attribute(bool w, uint32_t t) function in class:aapt::Attribute
365 std::ostream& operator<<(std::ostream& out, const Attribute::Symbol& s) {
379 bool Attribute::Equals(const Value* value) const {
380 const Attribute* other = ValueCast<Attribute>(value);
413 Attribute* Attribute
[all...]
H A DResourceValues.h247 struct Attribute : public BaseValue<Attribute> { struct in namespace:aapt
260 Attribute();
261 explicit Attribute(bool w, uint32_t t = 0u);
264 Attribute* Clone(StringPool* new_pool) const override;
/frameworks/base/tools/aapt2/xml/
H A DXmlDom.h85 explicit AaptAttribute(const ::aapt::Attribute& attr, const Maybe<ResourceId>& resid = {})
89 aapt::Attribute attribute;
96 struct Attribute { struct in namespace:aapt::xml
112 std::vector<Attribute> attributes;
114 Attribute* FindAttribute(const android::StringPiece& ns, const android::StringPiece& name);
115 const Attribute* FindAttribute(const android::StringPiece& ns,
H A DXmlPullParser.h129 // of struct Attribute).
132 struct Attribute { struct in class:aapt::xml::XmlPullParser
137 int compare(const Attribute& rhs) const;
138 bool operator<(const Attribute& rhs) const;
139 bool operator==(const Attribute& rhs) const;
140 bool operator!=(const Attribute& rhs) const;
143 using const_iterator = std::vector<Attribute>::const_iterator;
169 std::vector<Attribute> attributes;
281 inline int XmlPullParser::Attribute::compare(const Attribute
[all...]
/frameworks/base/tools/bit/
H A Daapt.cpp44 struct Attribute { struct
55 vector<Attribute> attributes;
89 const Attribute& attr = attributes[i];
218 Attribute attr;
/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.cpp316 struct Attribute;
319 KeyedVector<Attribute, EGLint> mList;
320 struct Attribute { struct in class:android::EGLAttributeVector
321 Attribute() : v(0) {}; function in struct:android::EGLAttributeVector::Attribute
322 explicit Attribute(EGLint v) : v(v) { } function in struct:android::EGLAttributeVector::Attribute
324 bool operator < (const Attribute& other) const {
343 v.mList.add(Attribute(attribute), value);
350 mList.add(Attribute(EGL_NONE), EGL_NONE);
354 mList.removeItem(Attribute(attribute));
/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 338 milliseconds