HomeSort by relevance Sort by last modified time
    Searched defs:weakref (Results 26 - 50 of 68) sorted by null

12 3

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
queues.py 43 import weakref namespace
198 [weakref.ref(self._thread)],
util.py 36 import weakref namespace
148 _afterfork_registry = weakref.WeakValueDictionary()
179 self._weakref = weakref.ref(obj, self)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
symtable.py 8 import weakref namespace
21 self.__memo = weakref.WeakValueDictionary()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_memoryview.py 9 import weakref namespace
228 wr = weakref.ref(o)
test_deque.py 5 import weakref namespace
511 ref = weakref.ref(obj)
646 p = weakref.proxy(d)
test_gc.py 6 import weakref namespace
38 self.wr = weakref.ref(C1055820(666), it_happened)
526 WRs = [weakref.ref(c, callback) for c in Cs]
562 c2wr = weakref.ref(c2) # no callback!
569 c0wr = weakref.ref(c0, callback)
576 # global weakref to c2 (c2wr), but that weakref has no callback.
577 # There's also a global weakref to c0 (c0wr), and that does have a
593 # that c2 has a callback-free weakref, and c1 doesn't even have a
594 # weakref. Collecting generation 0 doesn't see c0 at all, and c0 i
    [all...]
test_threading.py 14 import weakref namespace
404 weak_cyclic_object = weakref.ref(cyclic_object)
412 weak_raising_cyclic_object = weakref.ref(raising_cyclic_object)
test_copy.py 5 import weakref namespace
613 x = weakref.ref(obj)
647 self._check_copy_weakdict(weakref.WeakKeyDictionary)
650 self._check_copy_weakdict(weakref.WeakValueDictionary)
657 u = weakref.WeakKeyDictionary()
676 u = weakref.WeakValueDictionary()
test_dict.py 5 import gc, weakref namespace
573 ref = weakref.ref(obj)
test_ssl.py 16 import weakref namespace
189 wr = weakref.ref(ss)
    [all...]
test_sys.py 735 # weakref
736 import weakref namespace
737 check(weakref.ref(int), size('2Pl2P'))
741 check(weakref.proxy(int), size('2Pl2P'))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/
expatreader.py 42 import weakref namespace
43 _mkproxy = weakref.proxy
44 del weakref, _weakref
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
queues.py 43 import weakref namespace
198 [weakref.ref(self._thread)],
util.py 36 import weakref namespace
148 _afterfork_registry = weakref.WeakValueDictionary()
179 self._weakref = weakref.ref(obj, self)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
symtable.py 8 import weakref namespace
21 self.__memo = weakref.WeakValueDictionary()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_memoryview.py 9 import weakref namespace
228 wr = weakref.ref(o)
test_deque.py 5 import weakref namespace
511 ref = weakref.ref(obj)
646 p = weakref.proxy(d)
test_gc.py 6 import weakref namespace
38 self.wr = weakref.ref(C1055820(666), it_happened)
526 WRs = [weakref.ref(c, callback) for c in Cs]
562 c2wr = weakref.ref(c2) # no callback!
569 c0wr = weakref.ref(c0, callback)
576 # global weakref to c2 (c2wr), but that weakref has no callback.
577 # There's also a global weakref to c0 (c0wr), and that does have a
593 # that c2 has a callback-free weakref, and c1 doesn't even have a
594 # weakref. Collecting generation 0 doesn't see c0 at all, and c0 i
    [all...]
test_threading.py 14 import weakref namespace
404 weak_cyclic_object = weakref.ref(cyclic_object)
412 weak_raising_cyclic_object = weakref.ref(raising_cyclic_object)
test_copy.py 5 import weakref namespace
613 x = weakref.ref(obj)
647 self._check_copy_weakdict(weakref.WeakKeyDictionary)
650 self._check_copy_weakdict(weakref.WeakValueDictionary)
657 u = weakref.WeakKeyDictionary()
676 u = weakref.WeakValueDictionary()
test_dict.py 5 import gc, weakref namespace
573 ref = weakref.ref(obj)
test_ssl.py 16 import weakref namespace
189 wr = weakref.ref(ss)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/
expatreader.py 42 import weakref namespace
43 _mkproxy = weakref.proxy
44 del weakref, _weakref
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
python_message.py 59 import weakref namespace
255 message: Message instance containing this field, or a weakref proxy
    [all...]
  /external/protobuf/python/google/protobuf/
reflection.py 58 import weakref namespace
319 message: Message instance containing this field, or a weakref proxy
    [all...]

Completed in 697 milliseconds

12 3