Home
last modified time | relevance | path

Searched refs:Attribute (Results 1 – 25 of 35) sorted by relevance

12

/frameworks/compile/mclinker/lib/MC/
DAttribute.cpp18 bool AttrConstraint::isLegal(const Attribute& pAttr) const in isLegal()
52 const Attribute& pBase, in AttributeProxy()
102 const Attribute *&pBase, in ReplaceOrRecord()
103 Attribute *&pCopy) in ReplaceOrRecord()
105 Attribute *result = pParent.exists(*pCopy); in ReplaceOrRecord()
118 Attribute *copy = new Attribute(*m_pBase); in setWholeArchive()
125 Attribute *copy = new Attribute(*m_pBase); in unsetWholeArchive()
132 Attribute *copy = new Attribute(*m_pBase); in setAsNeeded()
139 Attribute *copy = new Attribute(*m_pBase); in unsetAsNeeded()
146 Attribute *copy = new Attribute(*m_pBase); in setAddNeeded()
[all …]
DAttributeSet.cpp18 AttributeSet::AttributeSet(unsigned int pNum, const Attribute& pPredefined) in AttributeSet()
34 Attribute* AttributeSet::exists(const Attribute& pAttr) const in exists()
37 return const_cast<Attribute*>(&m_Predefined); in exists()
50 void AttributeSet::record(mcld::Attribute &pAttr) in record()
DMCLDInput.cpp34 m_pAttr(const_cast<Attribute*>(pProxy.attr())), in Input()
63 m_pAttr(const_cast<Attribute*>(pProxy.attr())), in Input()
DAndroid.mk4 Attribute.cpp \
/frameworks/compile/mclinker/include/mcld/MC/
DAttributeSet.h19 class Attribute; variable
30 typedef std::vector<Attribute*> AttrSet;
37 AttributeSet(unsigned int pNum, const Attribute& pPredefined);
49 Attribute *exists(const Attribute& pAttr) const;
52 void record(Attribute& pAttr);
56 const Attribute& m_Predefined;
DAttribute.h89 class Attribute : public AttributeBase
163 bool isLegal(const Attribute& pAttr) const;
185 const Attribute& pBase,
201 const Attribute* attr() const in attr()
214 AttributeProxy& assign(Attribute* pBase);
218 const Attribute *m_pBase;
224 inline bool operator== (const Attribute& pLHS, const Attribute& pRHS)
232 inline bool operator!= (const Attribute& pLHS, const Attribute& pRHS)
DMCLDInput.h25 class Attribute; variable
90 const Attribute* attribute() const in attribute()
129 Attribute *m_pAttr;
/frameworks/compile/mclinker/include/mcld/
DAttributeOption.h24 const Attribute& predefined() const { return m_Predefined; } in predefined()
25 Attribute& predefined() { return m_Predefined; } in predefined()
31 Attribute m_Predefined;
/frameworks/native/opengl/tests/configdump/
Dconfigdump.cpp24 struct Attribute { struct
29 Attribute attributes[] = { argument
79 for (int attr = 0 ; attr<sizeof(attributes)/sizeof(Attribute) ; attr++) { in main()
/frameworks/native/opengl/specs/
DEGL_ANDROID_framebuffer_target.txt65 Attribute Type Notes
73 Attribute Default Selection Sort Sort
79 subsection titled Other EGLConfig Attribute Descriptions.
DEGL_ANDROID_recordable.txt64 Attribute Type Notes
71 Attribute Default Selection Sort Sort
77 subsection titled Other EGLConfig Attribute Descriptions.
DEGL_ANDROID_native_fence_sync.txt98 Attribute Name Initial Attribute Value(s)
183 Attribute Description Supported Sync Objects
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
DClassHasNativeVisitor.java23 import org.objectweb.asm.Attribute;
61 public void visitAttribute(Attribute attr) { in visitAttribute()
DDelegateMethodAdapter2.java22 import org.objectweb.asm.Attribute;
327 public void visitAttribute(Attribute attr) { in visitAttribute()
DStubMethodAdapter.java20 import org.objectweb.asm.Attribute;
230 public void visitAttribute(Attribute attr) { in visitAttribute()
DDependencyFinder.java23 import org.objectweb.asm.Attribute;
425 public void visitAttribute(Attribute attr) { in visitAttribute()
449 public void visitAttribute(Attribute attr) { in visitAttribute()
DAsmAnalyzer.java20 import org.objectweb.asm.Attribute;
534 public void visitAttribute(Attribute attr) { in visitAttribute()
558 public void visitAttribute(Attribute attr) { in visitAttribute()
/frameworks/compile/slang/
Dlegacy_bitcode.h23 if (A.hasAttribute(i, llvm::Attribute::Alignment)) { in encodeLLVMAttributesForBitcode()
/frameworks/compile/slang/BitWriter_2_9_func/
DValueEnumerator.h65 std::vector<llvm::AttributeSet> Attribute; variable
140 return Attribute; in getAttributes()
DValueEnumerator.cpp440 Attribute.push_back(PAL); in EnumerateAttributes()
441 Entry = Attribute.size(); in EnumerateAttributes()
/frameworks/compile/slang/BitWriter_3_2/
DValueEnumerator.h65 std::vector<llvm::AttributeSet> Attribute; variable
140 return Attribute; in getAttributes()
DValueEnumerator.cpp430 Attribute.push_back(PAL); in EnumerateAttributes()
431 Entry = Attribute.size(); in EnumerateAttributes()
/frameworks/compile/slang/BitWriter_2_9/
DValueEnumerator.h65 std::vector<llvm::AttributeSet> Attribute; variable
140 return Attribute; in getAttributes()
DValueEnumerator.cpp440 Attribute.push_back(PAL); in EnumerateAttributes()
441 Entry = Attribute.size(); in EnumerateAttributes()
/frameworks/base/docs/html/guide/topics/resources/
Dstyle-resource.jd84 <dd><em>Attribute resource</em>. <strong>Required</strong>. The name of the style property

12