Lines Matching refs:set
27 gfxstream_projects = set([
75 outp.set("name", e.attrib["name"])
76 outp.set("path", e.attrib["path"])
77 outp.set("revision", e.attrib["revision"])
78 outp.set("clone-depth", "1")
91 e.set("revision", current_gfxstream_projects[e.attrib["name"]].attrib["revision"])
92 e.set("clone-depth", "1")
95 projects_to_add = gfxstream_projects - set(found_projects)
100 outp.set("name", project_element.attrib["name"])
101 outp.set("path", project_element.attrib["path"])
102 outp.set("revision", project_element.attrib["revision"])
103 outp.set("clone-depth", "1")