Searched refs:tag_name (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/tools/aapt2/tools/consumers/ |
D | duplicates.py | 98 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))
|
D | positional_arguments.py | 57 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/ |
D | event_log_tags.proto | 36 optional string tag_name = 2; field
|
/frameworks/base/tools/aapt2/ |
D | Resources.proto | 320 // tag_name;attr1=value1;attr2=value2;[...]
|