Searched refs:child_tag (Results 1 – 3 of 3) sorted by relevance
/tools/security/fuzzing/llm/xmlreader_fuzzer/ |
D | xml_fuzzer.dict | 2 child_tag=<child>
|
/tools/test/connectivity/acts_tests/tests/google/gnss/ |
D | GnssConcurrencyTest.py | 330 self.ad, child_tag="gll", items_to_update=GPS_XML_CONFIG[conf_type]) 340 self.ad, child_tag="gll", items_to_update=update_attrib) 349 self.ad, child_tag="gll", items_to_delete=GPS_XML_CONFIG[conf_type].keys())
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/gnss/ |
D | gnss_test_utils.py | 2793 ad, child_tag, items_to_update={}, items_to_delete=[], gps_xml_path=BCM_GPS_XML_PATH): argument 2817 if node.tag.endswith(child_tag): 2843 child_tag=search_line_tag, 2854 bcm_gps_xml_update_option(ad, child_tag=search_line_tag, items_to_update=append_line_str) 2858 bcm_gps_xml_update_option(ad, child_tag=search_line_tag, items_to_update=append_line_str)
|