Home
last modified time | relevance | path

Searched defs:Attribute (Results 1 – 18 of 18) 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 std::optional<AaptAttribute> compiled_attribute; argument
94 std::vector<Attribute> attributes; argument
DXmlPullParser.h141 struct Attribute { struct
146 int compare(const Attribute& rhs) const; argument
/frameworks/base/tools/aapt2/
DResourceValues.h291 struct Attribute : public TransformableValue<Attribute, BaseValue<Attribute>> { struct
305 explicit Attribute(uint32_t t = 0u); argument
DResources.proto407 message Attribute { message
DResourceValues.cpp489 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/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DLayoutParserWrapper.java213 private static class Attribute { class in LayoutParserWrapper
219 public Attribute(@Nullable String namespace, String name, String value) { in Attribute() method in LayoutParserWrapper.Attribute
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHal.h52 using Attribute = IComposerClient::Attribute; variable
/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.cpp365 typedef pair<string, string> Attribute; in TEST_F() typedef
/frameworks/base/core/java/com/android/internal/util/
DBinaryXmlPullParser.java694 private static class Attribute { class in BinaryXmlPullParser
/frameworks/native/services/surfaceflinger/tests/fakehwc/
DSFFakeHwc_test.cpp72 using Attribute = V2_4::IComposerClient::Attribute; typedef