/frameworks/compile/mclinker/lib/MC/ |
D | Attribute.cpp | 18 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 …]
|
D | AttributeSet.cpp | 18 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()
|
D | MCLDInput.cpp | 34 m_pAttr(const_cast<Attribute*>(pProxy.attr())), in Input() 63 m_pAttr(const_cast<Attribute*>(pProxy.attr())), in Input()
|
D | Android.mk | 4 Attribute.cpp \
|
/frameworks/compile/mclinker/include/mcld/MC/ |
D | AttributeSet.h | 19 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;
|
D | Attribute.h | 89 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)
|
D | MCLDInput.h | 25 class Attribute; variable 90 const Attribute* attribute() const in attribute() 129 Attribute *m_pAttr;
|
/frameworks/compile/mclinker/include/mcld/ |
D | AttributeOption.h | 24 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/ |
D | configdump.cpp | 24 struct Attribute { struct 29 Attribute attributes[] = { argument 79 for (int attr = 0 ; attr<sizeof(attributes)/sizeof(Attribute) ; attr++) { in main()
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_framebuffer_target.txt | 65 Attribute Type Notes 73 Attribute Default Selection Sort Sort 79 subsection titled Other EGLConfig Attribute Descriptions.
|
D | EGL_ANDROID_recordable.txt | 64 Attribute Type Notes 71 Attribute Default Selection Sort Sort 77 subsection titled Other EGLConfig Attribute Descriptions.
|
D | EGL_ANDROID_native_fence_sync.txt | 98 Attribute Name Initial Attribute Value(s) 183 Attribute Description Supported Sync Objects
|
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/ |
D | ClassHasNativeVisitor.java | 23 import org.objectweb.asm.Attribute; 61 public void visitAttribute(Attribute attr) { in visitAttribute()
|
D | DelegateMethodAdapter2.java | 22 import org.objectweb.asm.Attribute; 327 public void visitAttribute(Attribute attr) { in visitAttribute()
|
D | StubMethodAdapter.java | 20 import org.objectweb.asm.Attribute; 230 public void visitAttribute(Attribute attr) { in visitAttribute()
|
D | DependencyFinder.java | 23 import org.objectweb.asm.Attribute; 425 public void visitAttribute(Attribute attr) { in visitAttribute() 449 public void visitAttribute(Attribute attr) { in visitAttribute()
|
D | AsmAnalyzer.java | 20 import org.objectweb.asm.Attribute; 534 public void visitAttribute(Attribute attr) { in visitAttribute() 558 public void visitAttribute(Attribute attr) { in visitAttribute()
|
/frameworks/compile/slang/ |
D | legacy_bitcode.h | 23 if (A.hasAttribute(i, llvm::Attribute::Alignment)) { in encodeLLVMAttributesForBitcode()
|
/frameworks/compile/slang/BitWriter_2_9_func/ |
D | ValueEnumerator.h | 65 std::vector<llvm::AttributeSet> Attribute; variable 140 return Attribute; in getAttributes()
|
D | ValueEnumerator.cpp | 440 Attribute.push_back(PAL); in EnumerateAttributes() 441 Entry = Attribute.size(); in EnumerateAttributes()
|
/frameworks/compile/slang/BitWriter_3_2/ |
D | ValueEnumerator.h | 65 std::vector<llvm::AttributeSet> Attribute; variable 140 return Attribute; in getAttributes()
|
D | ValueEnumerator.cpp | 430 Attribute.push_back(PAL); in EnumerateAttributes() 431 Entry = Attribute.size(); in EnumerateAttributes()
|
/frameworks/compile/slang/BitWriter_2_9/ |
D | ValueEnumerator.h | 65 std::vector<llvm::AttributeSet> Attribute; variable 140 return Attribute; in getAttributes()
|
D | ValueEnumerator.cpp | 440 Attribute.push_back(PAL); in EnumerateAttributes() 441 Entry = Attribute.size(); in EnumerateAttributes()
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | style-resource.jd | 84 <dd><em>Attribute resource</em>. <strong>Required</strong>. The name of the style property
|