HomeSort by relevance Sort by last modified time
    Searched full:weakref (Results 101 - 125 of 172) sorted by null

1 2 3 45 6 7

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_generators.py     [all...]
test_descr.py 6 import weakref namespace
1982 import weakref namespace
4328 import weakref namespace
    [all...]
test_io.py 31 import weakref namespace
548 wr = weakref.ref(f)
626 wr = weakref.ref(obj)
    [all...]
test_logging.py 47 import weakref namespace
978 self._survivors[key] = weakref.ref(obj)
    [all...]
test_ssl.py 16 import weakref namespace
189 wr = weakref.ref(ss)
    [all...]
test_file2k.py 10 from weakref import proxy
test_set.py 5 import weakref namespace
336 ref = weakref.ref(obj)
559 p = weakref.proxy(s)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_generators.py     [all...]
test_descr.py 6 import weakref namespace
1982 import weakref namespace
4328 import weakref namespace
    [all...]
test_io.py 31 import weakref namespace
548 wr = weakref.ref(f)
626 wr = weakref.ref(obj)
    [all...]
test_logging.py 47 import weakref namespace
978 self._survivors[key] = weakref.ref(obj)
    [all...]
test_ssl.py 16 import weakref namespace
189 wr = weakref.ref(ss)
    [all...]
test_file2k.py 10 from weakref import proxy
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
__init__.py 26 import sys, os, time, cStringIO, traceback, warnings, weakref namespace
617 _handlers = weakref.WeakValueDictionary() #map of handler names to handlers
642 _handlerList.append(weakref.ref(handler, _removeHandlerRef))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
__init__.py 26 import sys, os, time, cStringIO, traceback, warnings, weakref namespace
617 _handlers = weakref.WeakValueDictionary() #map of handler names to handlers
642 _handlerList.append(weakref.ref(handler, _removeHandlerRef))
    [all...]
  /external/llvm/include/llvm/MC/
MCStreamer.h 319 /// .weakref alias, symbol
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.h     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
defaults.h 200 fprintf ((FILE), "\t.weakref\t"); \
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
defaults.h 200 fprintf ((FILE), "\t.weakref\t"); \
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
defaults.h 200 fprintf ((FILE), "\t.weakref\t"); \
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
defaults.h 200 fprintf ((FILE), "\t.weakref\t"); \
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 790 * possibly including finalizers (like __del__ methods or weakref callbacks)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py 44 import weakref namespace
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 790 * possibly including finalizers (like __del__ methods or weakref callbacks)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py 44 import weakref namespace
    [all...]

Completed in 1600 milliseconds

1 2 3 45 6 7