HomeSort by relevance Sort by last modified time
    Searched full:sharedwith (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/tools/deep_memory_profiler/
sorter.vm-sharing.json 11 "sharedwith": ["others"]
15 "sharedwith": ["group"]
19 "sharedwith": ["private"]
policy.android.browser.json 161 "sharedwith": ["group", "others"]
168 "sharedwith": ["private"]
180 "sharedwith": ["group", "others"]
186 "sharedwith": ["private"]
policy.android.renderer.json 188 "sharedwith": ["group", "others"]
195 "sharedwith": ["private"]
207 "sharedwith": ["group", "others"]
213 "sharedwith": ["private"]
policy.linux.browser.json 131 "sharedwith": ["others"]
137 "sharedwith": ["group"]
policy.l2.json 131 "sharedwith": ["others"]
137 "sharedwith": ["group"]
  /external/chromium_org/tools/deep_memory_profiler/sorters/
vm.sharing.json 11 "sharedwith": ["others"]
15 "sharedwith": ["group"]
19 "sharedwith": ["private"]
  /external/chromium_org/tools/deep_memory_profiler/lib/
policy.py 44 sharedwith=None):
72 if sharedwith:
73 self._sharedwith = sharedwith
104 def sharedwith(self): member in class:Rule
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 o
    [all...]
sorter.py 194 self._sharedwith = dct.get('sharedwith', [])
211 attributes.append('sharedwith: "%s"' % self._sharedwith)
231 sharedwith = None
252 unit.pageframe and sharedwith not in self._sharedwith):
261 sharedwith = None
276 unit.pageframe and sharedwith not in self._sharedwith):

Completed in 269 milliseconds