Searched defs:attr_name (Results 1 – 8 of 8) sorted by relevance
/aosp14/frameworks/base/tools/aapt2/java/ |
H A D | JavaClassGenerator.cpp | 85 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 D | processgroup.cpp | 108 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 D | task_profiles_test.cpp | 139 const char* attr_name; member
|
H A D | task_profiles.cpp | 885 std::string attr_name = params_val["Name"].asString(); in Load() local
|
/aosp14/frameworks/base/tools/aapt2/compile/ |
H A D | InlineXmlFormatParser.cpp | 33 std::string attr_name; member
|
/aosp14/frameworks/base/media/mca/filterfw/jni/ |
H A D | jni_shader_program.cpp | 261 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 D | ManifestFixer.cpp | 66 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 D | XmlDom.cpp | 460 StringPiece attr_name, StringPiece attr_value) { in FindChildWithAttribute() 466 StringPiece attr_ns, StringPiece attr_name, in FindChildWithAttribute()
|