Lines Matching refs:Root
69 """Root class for all coverage elements"""
463 """Root of configuration application criterion state"""
876 class Root(Element):
1054 root = Root("DomainCoverage", dom)
1057 parser = ParsePFWlog(root.domains, root.criteria, commandLineArguments.errorToIgnore)
1070 outputFile.write("%s\n" % root.dump(withCoverage=True, withNbUse=True))
1072 outputFile.write(root.exportToXML().toprettyxml())