Home
last modified time | relevance | path

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

/frameworks/native/opengl/tests/configdump/
Dconfigdump.cpp24 struct Attribute { struct
29 Attribute attributes[] = { argument
/frameworks/base/tools/aapt2/xml/
DXmlDom.h78 struct Attribute { struct
83 Maybe<AaptAttribute> compiledAttribute; argument
93 std::vector<Attribute> attributes; argument
DXmlPullParser.h128 struct Attribute { struct
133 int compare(const Attribute& rhs) const; argument
/frameworks/base/tools/aapt2/
DResourceValues.h258 struct Attribute : public BaseValue<Attribute> { struct
269 Attribute(bool w, uint32_t t = 0u); argument
DResourceValues.cpp249 Attribute::Attribute(bool w, uint32_t t) : in Attribute() function in aapt::Attribute
DFormat.proto123 message Attribute { message
/frameworks/native/services/surfaceflinger/RenderEngine/
DRenderEngine.cpp318 struct Attribute { struct in android::EGLAttributeVector
319 Attribute() : v(0) {}; in Attribute() argument
320 Attribute(EGLint v) : v(v) { } in Attribute() function
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/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DLayoutParserWrapper.java206 private static class Attribute { class in LayoutParserWrapper
212 public Attribute(@Nullable String namespace, String name, String value) { in Attribute() method in LayoutParserWrapper.Attribute
/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