Home
last modified time | relevance | path

Searched defs:attr_name (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/tools/aapt2/java/
DJavaClassGenerator.cpp85 static std::string TransformNestedAttr(const ResourceNameRef& attr_name, in TransformNestedAttr()
326 const ResourceName& attr_name = entry.attr_ref->name.value(); in ProcessStyleable() local
409 const ResourceName& attr_name = styleable_attr.attr_ref->name.value(); in ProcessStyleable() local
/frameworks/libs/binary_translation/tools/nogrod/
Ddwarf_info.h63 [[nodiscard]] uint64_t GetUint64AttributeOr(uint16_t attr_name, uint64_t default_value) const { in GetUint64AttributeOr()
Ddwarf_info.cc265 uint64_t attr_name = bs.ReadLeb128(); in ReadAbbrev() local
439 bool DwarfDie::GetBoolAttributeOr(uint16_t attr_name, bool default_value) const { in GetBoolAttributeOr()
/frameworks/base/tools/aapt2/compile/
DInlineXmlFormatParser.cpp33 std::string attr_name; member
/frameworks/base/media/mca/filterfw/jni/
Djni_shader_program.cpp261 jstring attr_name, in Java_android_filterfw_core_ShaderProgram_setShaderAttributeValues()
290 jstring attr_name, in Java_android_filterfw_core_ShaderProgram_setShaderAttributeVertexFrame()
/frameworks/base/tools/aapt2/link/
DManifestFixer.cpp66 const std::string& attr_name) { in VerifyDeeplinkPathAttribute()
661 static void FullyQualifyClassName(StringPiece package, StringPiece attr_ns, StringPiece attr_name, in FullyQualifyClassName()
/frameworks/base/tools/aapt2/xml/
DXmlDom.cpp460 StringPiece attr_name, StringPiece attr_value) { in FindChildWithAttribute()
466 StringPiece attr_ns, StringPiece attr_name, in FindChildWithAttribute()