Searched refs:attr_name (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/tools/aapt2/java/
H A DJavaClassGenerator.cpp85 static std::string TransformNestedAttr(const ResourceNameRef& attr_name, argument
92 if (!attr_name.package.empty() &&
93 package_name_to_generate != attr_name.package) {
94 output += "_" + JavaClassGenerator::TransformToFieldName(attr_name.package);
96 output += "_" + JavaClassGenerator::TransformToFieldName(attr_name.entry);
303 const ResourceName& attr_name = entry.attr_ref->name.value(); local
305 << (!attr_name.package.empty() ? attr_name.package
307 << ":" << attr_name.entry << "}</code></td>";
371 const ResourceName& attr_name local
[all...]
/frameworks/base/tools/aapt2/compile/
H A DInlineXmlFormatParser.cpp33 std::string attr_name; member in struct:aapt::__anon1165::InlineDeclaration
81 decl.attr_name = name.entry;
169 parent_el->attributes.push_back(xml::Attribute{decl.attr_namespace_uri, decl.attr_name,
/frameworks/base/media/mca/filterfw/jni/
H A Djni_shader_program.h131 jstring attr_name,
138 jstring attr_name,
H A Djni_shader_program.cpp261 jstring attr_name,
271 const std::string attr_string = ToCppString(env, attr_name);
290 jstring attr_name,
303 const std::string attr_string = ToCppString(env, attr_name);
258 Java_android_filterfw_core_ShaderProgram_setShaderAttributeValues( JNIEnv* env, jobject thiz, jstring attr_name, jfloatArray values, jint component_count) argument
287 Java_android_filterfw_core_ShaderProgram_setShaderAttributeVertexFrame( JNIEnv* env, jobject thiz, jstring attr_name, jobject vertex_frame, jint type, jint component_count, jint stride, jint offset, jboolean normalize) argument
/frameworks/base/tools/aapt2/xml/
H A DXmlDom.h111 const android::StringPiece& attr_name,
117 const android::StringPiece& attr_name,
H A DXmlDom.cpp444 const StringPiece& attr_ns, const StringPiece& attr_name,
447 ns, name, attr_ns, attr_name, attr_value));
452 const StringPiece& attr_name,
457 if (attr_ns.empty() && attr_name.empty()) {
461 const Attribute* attr = el->FindAttribute(attr_ns, attr_name);
443 FindChildWithAttribute(const StringPiece& ns, const StringPiece& name, const StringPiece& attr_ns, const StringPiece& attr_name, const StringPiece& attr_value) argument
450 FindChildWithAttribute(const StringPiece& ns, const StringPiece& name, const StringPiece& attr_ns, const StringPiece& attr_name, const StringPiece& attr_value) const argument
/frameworks/base/tools/aapt2/link/
H A DManifestFixer.cpp400 const StringPiece& attr_name, xml::Element* el) {
401 xml::Attribute* attr = el->FindAttribute(attr_ns, attr_name);
/frameworks/native/libs/vr/libvrflinger/
H A Dhardware_composer.cpp358 auto get_attr = [&](hwc2_attribute_t attr, const char* attr_name)
365 GetDisplayName(is_primary), attr_name,

Completed in 184 milliseconds