Home
last modified time | relevance | path

Searched refs:tag_name (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/tools/aapt2/tools/consumers/
Dduplicates.py98 def start_element(self, tag_name, attrs): argument
100 if self._depth == 2 and tag_name not in ["public", "java-symbol", "eat-comment", "skip"]:
108 if tag_name == "item":
111 resource_name = "{0}/{1}".format(tag_name, attrs["name"])
119 def end_element(self, tag_name): argument
124 self._parser.CurrentColumnNumber + 3 + len(tag_name))
Dpositional_arguments.py57 def start_element(self, tag_name, attrs): argument
59 if self._depth == 2 and tag_name == "string" and "translateable" not in attrs:
70 def end_element(self, tag_name): argument
/frameworks/base/core/proto/android/util/
Devent_log_tags.proto36 optional string tag_name = 2; field
/frameworks/base/tools/aapt2/
DResourceParser.cpp965 const char* tag_name, android::IDiagnostics* diag, Func&& func) { in ParseGroupImpl() argument
968 << "ignoring configuration '" << out_resource->config << "' for <" << tag_name in ParseGroupImpl()
975 << "<" << tag_name << "> must have a 'type' attribute"); in ParseGroupImpl()
983 << "invalid resource type '" << maybe_type.value() << "' in <" << tag_name << ">"); in ParseGroupImpl()
991 << "<" << tag_name << "> must have a 'first-id' attribute"); in ParseGroupImpl()
998 << "invalid resource ID '" << maybe_id_str.value() << "' in <" << tag_name << ">"); in ParseGroupImpl()
1028 << "'id' is ignored within <" << tag_name << ">"); in ParseGroupImpl()
1035 << "'type' is ignored within <" << tag_name << ">"); in ParseGroupImpl()
DResources.proto360 // tag_name;attr1=value1;attr2=value2;[...]