Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt2/java/
H A DJavaClassGenerator.cpp85 static std::string TransformNestedAttr(const ResourceNameRef& attr_name, in TransformNestedAttr()
323 const ResourceName& attr_name = entry.attr_ref->name.value(); in ProcessStyleable() local
406 const ResourceName& attr_name = styleable_attr.attr_ref->name.value(); in ProcessStyleable() local
/aosp14/system/core/libprocessgroup/
H A Dprocessgroup.cpp108 bool CgroupGetAttributePath(const std::string& attr_name, std::string* path) { in CgroupGetAttributePath()
123 bool CgroupGetAttributePathForTask(const std::string& attr_name, int tid, std::string* path) { in CgroupGetAttributePathForTask()
626 static bool SetProcessGroupValue(int tid, const std::string& attr_name, int64_t value) { in SetProcessGroupValue()
657 bool getAttributePathForTask(const std::string& attr_name, int tid, std::string* path) { in getAttributePathForTask()
H A Dtask_profiles_test.cpp139 const char* attr_name; member
H A Dtask_profiles.cpp885 std::string attr_name = params_val["Name"].asString(); in Load() local
/aosp14/frameworks/base/tools/aapt2/compile/
H A DInlineXmlFormatParser.cpp33 std::string attr_name; member
/aosp14/frameworks/base/media/mca/filterfw/jni/
H A 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()
/aosp14/frameworks/base/tools/aapt2/link/
H A DManifestFixer.cpp66 const std::string& attr_name) { in VerifyDeeplinkPathAttribute()
649 static void FullyQualifyClassName(StringPiece package, StringPiece attr_ns, StringPiece attr_name, in FullyQualifyClassName()
/aosp14/frameworks/base/tools/aapt2/xml/
H A DXmlDom.cpp460 StringPiece attr_name, StringPiece attr_value) { in FindChildWithAttribute()
466 StringPiece attr_ns, StringPiece attr_name, in FindChildWithAttribute()