Home | History | Annotate | Download | only in lib

Lines Matching full:sharedwith

44                sharedwith=None):
72 if sharedwith:
73 self._sharedwith = sharedwith
104 def sharedwith(self):
199 sharedwith = self._categorize_pageframe(pageframe, group_pfn_counts)
215 (not rule.sharedwith or
216 not pageframe or sharedwith in rule.sharedwith)):
237 sharedwith = self._categorize_pageframe(pageframe, group_pfn_counts)
249 (not rule.sharedwith or
250 not pageframe or sharedwith in rule.sharedwith)):
319 rule.get('sharedwith')))