Searched refs:each_action (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/update/packaging_tools/ |
H A D | patch_package_process.py | 66 for each_action in self.actions_list: 108 each_action.type_str, each_action.tgt_name, 112 each_action.type_str, each_action.tgt_block_set) 121 each_action.type_str, each_action.tgt_name, 125 each_action.src_block_set) 145 each_action.type_str, each_action.tgt_name, 147 each_action.src_name, 239 each_action.src_block_set) 275 each_action.type_str, each_action.tgt_name, 277 each_action.src_name, [all …]
|
H A D | gigraph_process.py | 62 for each_action in self.actions_list: 83 if each_action is each_intersection: 105 for each_action in transfers: 124 for each_action in self.actions_list: 125 each_child_dict = each_action.child.copy() 134 each_action.use_stash.append( 158 for each_action in self.graph.actions_list: 159 self.marked[each_action] = False 169 for each_action in self.graph.actions_list: 170 if not self.marked[each_action]: [all …]
|