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

  /external/python/cpython3/Doc/includes/
mp_newtype.py 22 _exposed_ = ['__next__'] variable in class:GeneratorProxy
61 assert sorted(f1._exposed_) == sorted(['f', 'g'])
69 assert sorted(f2._exposed_) == sorted(['g', '_h'])
83 print('op._exposed_ =', op._exposed_)
  /external/python/cpython2/Doc/includes/
mp_newtype.py 30 _exposed_ = ('next', '__next__') variable in class:GeneratorProxy
71 assert sorted(f1._exposed_) == sorted(['f', 'g'])
79 assert sorted(f2._exposed_) == sorted(['g', '_h'])
95 print 'op._exposed_ =', op._exposed_
  /external/python/cpython3/Lib/multiprocessing/
managers.py 645 exposed = exposed or getattr(proxytype, '_exposed_', None)
839 kwds['exposed'] = self._exposed_
904 ProxyType._exposed_ = exposed
970 _exposed_ = ('__next__', 'send', 'throw', 'close') variable in class:IteratorProxy
984 _exposed_ = ('acquire', 'release') variable in class:AcquirerProxy
997 _exposed_ = ('acquire', 'release', 'wait', 'notify', 'notify_all') variable in class:ConditionProxy
1024 _exposed_ = ('is_set', 'set', 'clear', 'wait') variable in class:EventProxy
1036 _exposed_ = ('__getattribute__', 'wait', 'abort', 'reset') variable in class:BarrierProxy
1055 _exposed_ = ('__getattribute__', '__setattr__', '__delattr__') variable in class:NamespaceProxy
1074 _exposed_ = ('get', 'set') variable in class:ValueProxy
    [all...]
  /external/python/cpython2/Lib/multiprocessing/
managers.py 650 exposed = exposed or getattr(proxytype, '_exposed_', None)
837 kwds['exposed'] = self._exposed_
902 ProxyType._exposed_ = exposed
969 _exposed_ = ('__next__', 'next', 'send', 'throw', 'close') variable in class:IteratorProxy
985 _exposed_ = ('acquire', 'release') variable in class:AcquirerProxy
998 _exposed_ = ('acquire', 'release', 'wait', 'notify', 'notify_all') variable in class:ConditionProxy
1007 _exposed_ = ('is_set', 'set', 'clear', 'wait') variable in class:EventProxy
1018 _exposed_ = ('__getattribute__', '__setattr__', '__delattr__') variable in class:NamespaceProxy
1037 _exposed_ = ('get', 'set') variable in class:ValueProxy
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
managers.py 650 exposed = exposed or getattr(proxytype, '_exposed_', None)
836 kwds['exposed'] = self._exposed_
901 ProxyType._exposed_ = exposed
968 _exposed_ = ('__next__', 'next', 'send', 'throw', 'close') variable in class:IteratorProxy
984 _exposed_ = ('acquire', 'release') variable in class:AcquirerProxy
997 _exposed_ = ('acquire', 'release', 'wait', 'notify', 'notify_all') variable in class:ConditionProxy
1006 _exposed_ = ('is_set', 'set', 'clear', 'wait') variable in class:EventProxy
1017 _exposed_ = ('__getattribute__', '__setattr__', '__delattr__') variable in class:NamespaceProxy
1036 _exposed_ = ('get', 'set') variable in class:ValueProxy
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
managers.py 650 exposed = exposed or getattr(proxytype, '_exposed_', None)
836 kwds['exposed'] = self._exposed_
901 ProxyType._exposed_ = exposed
968 _exposed_ = ('__next__', 'next', 'send', 'throw', 'close') variable in class:IteratorProxy
984 _exposed_ = ('acquire', 'release') variable in class:AcquirerProxy
997 _exposed_ = ('acquire', 'release', 'wait', 'notify', 'notify_all') variable in class:ConditionProxy
1006 _exposed_ = ('is_set', 'set', 'clear', 'wait') variable in class:EventProxy
1017 _exposed_ = ('__getattribute__', '__setattr__', '__delattr__') variable in class:NamespaceProxy
1036 _exposed_ = ('get', 'set') variable in class:ValueProxy
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py 650 exposed = exposed or getattr(proxytype, '_exposed_', None)
836 kwds['exposed'] = self._exposed_
901 ProxyType._exposed_ = exposed
968 _exposed_ = ('__next__', 'next', 'send', 'throw', 'close') variable in class:IteratorProxy
984 _exposed_ = ('acquire', 'release') variable in class:AcquirerProxy
997 _exposed_ = ('acquire', 'release', 'wait', 'notify', 'notify_all') variable in class:ConditionProxy
1006 _exposed_ = ('is_set', 'set', 'clear', 'wait') variable in class:EventProxy
1017 _exposed_ = ('__getattribute__', '__setattr__', '__delattr__') variable in class:NamespaceProxy
1036 _exposed_ = ('get', 'set') variable in class:ValueProxy
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py 650 exposed = exposed or getattr(proxytype, '_exposed_', None)
836 kwds['exposed'] = self._exposed_
901 ProxyType._exposed_ = exposed
968 _exposed_ = ('__next__', 'next', 'send', 'throw', 'close') variable in class:IteratorProxy
984 _exposed_ = ('acquire', 'release') variable in class:AcquirerProxy
997 _exposed_ = ('acquire', 'release', 'wait', 'notify', 'notify_all') variable in class:ConditionProxy
1006 _exposed_ = ('is_set', 'set', 'clear', 'wait') variable in class:EventProxy
1017 _exposed_ = ('__getattribute__', '__setattr__', '__delattr__') variable in class:NamespaceProxy
1036 _exposed_ = ('get', 'set') variable in class:ValueProxy
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_multiprocessing.py 1185 _exposed_ = ('next', '__next__') variable in class:IteratorProxy
    [all...]
  /external/python/cpython2/Lib/test/
test_multiprocessing.py 1377 _exposed_ = ('next', '__next__') variable in class:IteratorProxy
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_multiprocessing.py 1304 _exposed_ = ('next', '__next__') variable in class:IteratorProxy
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_multiprocessing.py 1304 _exposed_ = ('next', '__next__') variable in class:IteratorProxy
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_multiprocessing.py 1304 _exposed_ = ('next', '__next__') variable in class:IteratorProxy
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_multiprocessing.py 1304 _exposed_ = ('next', '__next__') variable in class:IteratorProxy
    [all...]
  /external/python/cpython3/Lib/test/
_test_multiprocessing.py 2114 _exposed_ = ('__next__',) variable in class:IteratorProxy
    [all...]

Completed in 563 milliseconds