HomeSort by relevance Sort by last modified time
    Searched refs:WeakKeyDictionary (Results 1 - 18 of 18) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/dummy/
__init__.py 66 self._children = weakref.WeakKeyDictionary()
97 current_process()._children = weakref.WeakKeyDictionary()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/dummy/
__init__.py 66 self._children = weakref.WeakKeyDictionary()
97 current_process()._children = weakref.WeakKeyDictionary()
  /external/lldb/test/unittest2/
signals.py 27 _results = weakref.WeakKeyDictionary()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
signals.py 41 _results = weakref.WeakKeyDictionary()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
signals.py 41 _results = weakref.WeakKeyDictionary()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
descriptors.py 31 from weakref import WeakKeyDictionary
73 self.instances = WeakKeyDictionary()
130 self.instances = WeakKeyDictionary()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/setools/
descriptors.py 31 from weakref import WeakKeyDictionary
73 self.instances = WeakKeyDictionary()
130 self.instances = WeakKeyDictionary()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_weakref.py 791 d = weakref.WeakKeyDictionary()
927 self.check_len_cycles(weakref.WeakKeyDictionary, lambda k: (k, 1))
957 self.check_len_race(weakref.WeakKeyDictionary, lambda k: (k, 1))
    [all...]
test_copy.py 647 self._check_copy_weakdict(weakref.WeakKeyDictionary)
657 u = weakref.WeakKeyDictionary()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_weakref.py 791 d = weakref.WeakKeyDictionary()
927 self.check_len_cycles(weakref.WeakKeyDictionary, lambda k: (k, 1))
957 self.check_len_race(weakref.WeakKeyDictionary, lambda k: (k, 1))
    [all...]
test_copy.py 647 self._check_copy_weakdict(weakref.WeakKeyDictionary)
657 u = weakref.WeakKeyDictionary()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
weakref.py 31 "WeakKeyDictionary", "ReferenceError", "ReferenceType", "ProxyType",
232 class WeakKeyDictionary(UserDict.UserDict):
259 return "<WeakKeyDictionary at %s>" % id(self)
265 new = WeakKeyDictionary()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
weakref.py 31 "WeakKeyDictionary", "ReferenceError", "ReferenceType", "ProxyType",
232 class WeakKeyDictionary(UserDict.UserDict):
259 return "<WeakKeyDictionary at %s>" % id(self)
265 new = WeakKeyDictionary()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
sharedctypes.py 198 class_cache = weakref.WeakKeyDictionary()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
sharedctypes.py 198 class_cache = weakref.WeakKeyDictionary()
  /external/lldb/test/unittest2/test/
test_break.py 22 unittest2.signals._results = weakref.WeakKeyDictionary()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_break.py 27 unittest.signals._results = weakref.WeakKeyDictionary()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_break.py 27 unittest.signals._results = weakref.WeakKeyDictionary()

Completed in 3038 milliseconds