Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/gs/
Dlifecycle.py66 self.current_tag = RULE
70 if self.current_tag != parent:
72 'Invalid tag %s found inside %s tag' % (tag, self.current_tag))
76 if tag != self.current_tag:
79 (self.current_tag, tag))
93 if self.current_tag not in LEGAL_ACTIONS:
110 self.current_tag = name
119 self.current_tag = RULE
121 self.current_tag = ACTION
123 self.current_tag = self.action
[all …]
/external/avahi/avahi-daemon/
Dstatic-services.c314 xml_tag_name current_tag; member
331 if (u->current_tag == XML_TAG_INVALID && strcmp(el, "service-group") == 0) { in xml_start()
336 u->current_tag = XML_TAG_SERVICE_GROUP; in xml_start()
337 } else if (u->current_tag == XML_TAG_SERVICE_GROUP && strcmp(el, "name") == 0) { in xml_start()
338 u->current_tag = XML_TAG_NAME; in xml_start()
350 } else if (u->current_tag == XML_TAG_SERVICE_GROUP && strcmp(el, "service") == 0) { in xml_start()
351 u->current_tag = XML_TAG_SERVICE; in xml_start()
380 } else if (u->current_tag == XML_TAG_SERVICE && strcmp(el, "type") == 0) { in xml_start()
384 u->current_tag = XML_TAG_TYPE; in xml_start()
385 } else if (u->current_tag == XML_TAG_SERVICE && strcmp(el, "subtype") == 0) { in xml_start()
[all …]
/external/autotest/client/site_tests/kernel_LTP/
Dparse_ltp_out.py146 current_tag = tag_matches.group(1)
150 previous_tag = current_tag
/external/autotest/client/tests/ltp/
Dparse_ltp_out.py152 current_tag = tag_matches.group(1)
156 previous_tag = current_tag
/external/v8/tools/release/
Dcommon_includes.py225 for current_tag in version_tags:
226 version_tag = SanitizeVersionTag(current_tag)