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

/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
/frameworks/compile/mclinker/include/mcld/MC/
H A DAttributeSet.h1 //===- AttributeSet.h -----------------------------------------------------===//
18 /** \class AttributeSet
19 * \brief AttributeSet is a set of Attribute.
21 * Clients delegates Attributes to AttributeSet. AttributeSet deletes delegated
24 class AttributeSet : private Uncopyable class in namespace:mcld
34 AttributeSet(unsigned int pNum, const Attribute& pPredefined);
36 ~AttributeSet();
/frameworks/compile/mclinker/lib/MC/
H A DAttributeSet.cpp1 //===- AttributeSet.cpp ---------------------------------------------------===//
10 #include <mcld/MC/AttributeSet.h>
16 // AttributeSet
18 AttributeSet::AttributeSet(unsigned int pNum, const Attribute& pPredefined) function in class:AttributeSet
23 AttributeSet::~AttributeSet()
34 Attribute* AttributeSet::exists(const Attribute& pAttr) const
50 void AttributeSet::record(mcld::Attribute &pAttr)

Completed in 348 milliseconds