Home
last modified time | relevance | path

Searched defs:Attribute (Results 1 – 11 of 11) sorted by relevance

/frameworks/native/opengl/tests/configdump/
Dconfigdump.cpp24 struct Attribute { struct
29 Attribute attributes[] = { argument
/frameworks/base/tools/aapt2/
DXmlPullParser.h111 struct Attribute { struct
116 int compare(const Attribute& rhs) const; argument
DXmlDom.h86 struct Attribute { struct
98 std::vector<Attribute> attributes; argument
DResourceValues.h209 struct Attribute : public BaseValue<Attribute> { struct
221 Attribute(bool w, uint32_t t = 0u); argument
DResourceValues.cpp220 Attribute::Attribute(bool w, uint32_t t) : weak(w), typeMask(t) { in Attribute() function in aapt::Attribute
/frameworks/native/services/surfaceflinger/RenderEngine/
DRenderEngine.cpp318 struct Attribute { struct in android::EGLAttributeVector
319 Attribute() {}; in Attribute() function
320 Attribute(EGLint v) : v(v) { } in Attribute() argument
321 EGLint v;
322 bool operator < (const Attribute& other) const { in operator <()
/frameworks/compile/mclinker/include/mcld/MC/
DAttributeSet.h17 class Attribute; variable
DInput.h21 class Attribute; variable
/frameworks/compile/slang/BitWriter_2_9_func/
DValueEnumerator.h72 std::vector<llvm::AttributeSet> Attribute; variable
/frameworks/compile/slang/BitWriter_2_9/
DValueEnumerator.h72 std::vector<llvm::AttributeSet> Attribute; variable
/frameworks/compile/slang/BitWriter_3_2/
DValueEnumerator.h75 std::vector<llvm::AttributeSet> Attribute; variable