Home
last modified time | relevance | path

Searched refs:ET (Results 1 - 4 of 4) sorted by relevance

/test/testfwk/developer_test/src/core/config/
H A Dconfig_manager.py21 import xml.etree.ElementTree as ET namespace
52 tree = ET.parse(self.filepath)
65 except ET.ParseError as xml_exception:
74 tree = ET.parse(self.filepath)
85 except ET.ParseError as xml_exception:
110 tree = ET.parse(self.filepath)
123 except ET.ParseError as xml_exception:
147 tree = ET.parse(self.filepath)
156 except ET.ParseError as xml_exception:
193 tree = ET
[all...]
/test/testfwk/developer_test/local_coverage/resident_service/
H A Dpublic_method.py22 import xml.etree.ElementTree as ET namespace
32 tree = ET.parse(filepath)
42 except ET.ParseError as xml_exception:
H A Dinit_gcov.py25 import xml.etree.ElementTree as ET namespace
131 tree = ET.parse(origin_xml)
214 tree = ET.parse(origin_xml)
/test/testfwk/developer_test/src/core/driver/
H A Ddrivers.py30 import xml.etree.ElementTree as ET namespace
184 tree = ET.parse(result_xml)

Completed in 4 milliseconds