Home
last modified time | relevance | path

Searched refs:actions_list (Results 1 – 3 of 3) sorted by relevance

/base/update/packaging_tools/
Dgigraph_process.py25 def __init__(self, actions_list, src_image, tgt_image): argument
26 self.actions_list = actions_list
27 if len(self.actions_list) == 0:
32 self.vertices = len(self.actions_list)
44 self.get_source_ranges(self.actions_list, source_ranges)
54 self.actions_list = new_action_list
62 for each_action in self.actions_list:
124 for each_action in self.actions_list:
158 for each_action in self.graph.actions_list:
169 for each_action in self.graph.actions_list:
Dbuild_update.py665 actions_list = transfers_manager.get_action_list()
667 graph_process = GigraphProcess(actions_list, src_image_class,
669 actions_list = graph_process.actions_list
672 each_img, tgt_image_class, src_image_class, actions_list)
Dpatch_package_process.py38 actions_list): argument
39 self.actions_list = actions_list
66 for each_action in self.actions_list: