Searched defs:AttributeSet (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/lib/MC/
H A DAttributeSet.cpp1 //===- AttributeSet.cpp ---------------------------------------------------===//
9 #include "mcld/MC/AttributeSet.h"
18 // AttributeSet
20 AttributeSet::AttributeSet(unsigned int pNum, const Attribute& pPredefined) function in class:mcld::AttributeSet
25 AttributeSet::~AttributeSet() {
35 Attribute* AttributeSet::exists(const Attribute& pAttr) const {
50 void AttributeSet::record(mcld::Attribute& pAttr) {
/frameworks/compile/mclinker/include/mcld/MC/
H A DAttributeSet.h1 //===- AttributeSet.h -----------------------------------------------------===//
19 /** \class AttributeSet
20 * \brief AttributeSet is a set of Attribute.
22 * Clients delegates Attributes to AttributeSet. AttributeSet deletes delegated
25 class AttributeSet { class in namespace:mcld
34 AttributeSet(unsigned int pNum, const Attribute& pPredefined);
36 ~AttributeSet();
56 DISALLOW_COPY_AND_ASSIGN(AttributeSet);
/frameworks/base/core/java/android/util/
H A DAttributeSet.java23 * passing it to {@link android.content.res.Resources.Theme#obtainStyledAttributes(AttributeSet, int[], int, int)
28 * for you; if you use AttributeSet directly then you will need to manually
31 * lookup yourself if needed. Direct use of AttributeSet also prevents the
43 * AttributeSet attributes = Xml.asAttributeSet(parser);</pre>
58 public interface AttributeSet { interface

Completed in 81 milliseconds