Home
last modified time | relevance | path

Searched refs:tag_name (Results 1 – 4 of 4) 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/
DResources.proto320 // tag_name;attr1=value1;attr2=value2;[...]