Searched refs:tree (Results 1 - 11 of 11) sorted by relevance
/test/testfwk/developer_test/src/core/config/ |
H A D | config_manager.py | 52 tree = ET.parse(self.filepath)
55 root = tree.getroot()
74 tree = ET.parse(self.filepath)
75 root = tree.getroot()
110 tree = ET.parse(self.filepath)
111 root = tree.getroot()
147 tree = ET.parse(self.filepath)
148 root = tree.getroot()
193 tree = ET.parse(self.filepath)
194 root = tree [all...] |
H A D | resource_manager.py | 70 tree = ElementTree.parse(file_path) 71 root = tree.getroot()
|
/test/testfwk/developer_test/local_coverage/resident_service/ |
H A D | init_gcov.py | 131 tree = ET.parse(origin_xml) 132 root = tree.getroot() 143 tree.write(os.path.join(config_path, 'foundation.xml'), encoding='utf-8', xml_declaration=True) 214 tree = ET.parse(origin_xml) 215 root = tree.getroot() 226 tree.write(os.path.join(config_path, '{}.xml'.format(serv)), encoding='utf-8', xml_declaration=True)
|
H A D | public_method.py | 32 tree = ET.parse(filepath) 33 root = tree.getroot()
|
/test/ostest/wukong/component_event/src/ |
H A D | tree_manager.cpp | 56 ERROR_LOG("tree parent is null!"); in RecursGetChildElementInfo() 124 for (auto tree : children) { in RecursComponent() 125 RecursComponent(std::static_pointer_cast<ComponentTree>(tree)); in RecursComponent() 139 for (auto tree : children) { in RecursSetDialog() 140 RecursSetDialog(std::static_pointer_cast<ComponentTree>(tree)); in RecursSetDialog() 184 // find new ability in ability tree. in MakeAndCheckNewAbility() 243 // start update component tree. in UpdateComponentInfo() 378 // save new component tree, and change current conmponent tree. in AddPage() 381 // page tree growt in AddPage() [all...] |
/test/testfwk/xdevice/src/xdevice/_core/config/ |
H A D | resource_manager.py | 81 tree = ElementTree.parse(filepath) 82 root = tree.getroot()
|
H A D | config_manager.py | 74 tree = ElementTree.parse(self.file_path) 75 self.config_content = tree.getroot()
|
/test/testfwk/arkxtest/uitest/addon/ |
H A D | extension_executor.cpp | 221 nlohmann::json tree;
in StartCapture() local 223 driver.DumpUiHierarchy(tree, false, false, err);
in StartCapture() 226 auto layout = tree.dump(-1, ' ', false, nlohmann::detail::error_handler_t::replace);
in StartCapture()
|
/test/testfwk/developer_test/src/core/command/ |
H A D | run.py | 265 tree = ElementTree.parse(latest_report_path)
266 root = tree.getroot()
|
/test/testfwk/developer_test/src/core/driver/ |
H A D | drivers.py | 184 tree = ET.parse(result_xml) 185 tree.getroot().attrib["path"] = line 186 tree.getroot().attrib["name"] = os.path.basename(suite_file.split(".")[0]) 198 tree.getroot().attrib["is_crash"] = "1" 199 tree.write(result_xml)
|
/test/testfwk/xdevice/src/xdevice/_core/report/ |
H A D | reporter_helper.py | 310 tree = ElementTree.ElementTree(element) 311 tree.write(file_name, encoding="UTF-8", xml_declaration=True,
|
Completed in 9 milliseconds