Lines Matching refs:keys
1069 # keys() is used since entries are deleted during iteration.
1071 for m in list(self.pd._new_mediators.keys()):
1473 for f, m in revert_dict.keys():
1504 for f, m in set(list(revert_dirs.keys()) + list(revert_dict.keys())):
1988 for k in set(list(olddict.keys()) + list(newdict.keys()))
2585 """Build a mapping from action keys to action, pfmri tuples for
2643 def __update_act(self, keys, tgt, skip_dups, offset_dict,
2647 'keys'.
2671 for key in keys:
2718 The 'new' parameter is a dictionary mapping keys to the incoming
2722 The 'old' parameter is a dictionary mapping keys to the outgoing
2729 # .keys() is being used because we're removing keys from the
2731 for key in list(new.keys()):
2812 # .keys() is being used because we're removing keys from the
2814 for key in list(old.keys()):
2900 """Return the keys in the namespace dictionary ('nsd') which
3058 keys = set(itertools.chain(six.iterkeys(new),
3060 self.__update_act(keys, old, False,
3068 keys = set(six.iterkeys(old))
3069 self.__update_act(keys, new, True,
4034 for m in list(prop_mediators.keys()):
4048 for k in set(list(prop_mediators[m].keys()) +
4049 list(mediation.keys()))
4244 for entry in self.pd.added_groups.keys():
4247 for entry in self.pd.added_users.keys():
5349 return set(matchdict.keys())
5660 for pkg_name in list(ret[p].keys()):
5823 for p in ret.keys()
5857 for p in ret.keys()
5888 stems_of_fmri_matches = set(inst_dict.keys())
5889 stems_of_stems_matches = set(installed_stems_dict.keys())