Home
last modified time | relevance | path

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

/frameworks/native/opengl/tests/configdump/
Dconfigdump.cpp25 struct Attribute { struct
31 Attribute attributes[] = { argument
/frameworks/base/tools/aapt2/xml/
DXmlDom.h77 struct Attribute { struct
82 Maybe<AaptAttribute> compiled_attribute; argument
94 std::vector<Attribute> attributes; argument
DXmlPullParser.h134 struct Attribute { struct
139 int compare(const Attribute& rhs) const; argument
/frameworks/base/tools/aapt2/
DResourceValues.h291 struct Attribute : public BaseValue<Attribute> { struct
304 explicit Attribute(uint32_t t = 0u); argument
DResources.proto376 message Attribute { message
DResourceValues.cpp522 Attribute::Attribute(uint32_t t) in Attribute() function in aapt::Attribute
/frameworks/base/tools/bit/
Daapt.cpp44 struct Attribute { struct
55 vector<Attribute> attributes; argument
/frameworks/compile/mclinker/include/mcld/MC/
DAttributeSet.h17 class Attribute; variable
DInput.h21 class Attribute; variable
/frameworks/native/libs/renderengine/gl/
DGLESRenderEngine.cpp153 struct Attribute { struct in android::renderengine::gl::EGLAttributeVector
154 Attribute() : v(0){}; in Attribute() function
155 explicit Attribute(EGLint v) : v(v) {} in Attribute() argument
156 EGLint v;
157 bool operator<(const Attribute& other) const { in operator <()
/frameworks/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/av/media/libstagefright/xmlparser/include/media/stagefright/xmlparser/
DMediaCodecsXmlParser.h53 typedef std::pair<std::string, std::string> Attribute; typedef
/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
/frameworks/av/media/libstagefright/xmlparser/test/
DXMLParserTest.cpp336 typedef pair<string, string> Attribute; in TEST_F() typedef