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

  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
managers.py 746 def _callmethod(self, methodname, args=(), kwds={}): member in class:BaseProxy
779 return self._callmethod('#GETVALUE')
855 return self._callmethod('__repr__')
898 return self._callmethod(%r, args, kwds)''' % (meth, meth) in dic
972 return self._callmethod('__next__', args)
974 return self._callmethod('next', args)
976 return self._callmethod('send', args)
978 return self._callmethod('throw', args)
980 return self._callmethod('close', args)
986 return self._callmethod('acquire', (blocking,)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
managers.py 746 def _callmethod(self, methodname, args=(), kwds={}): member in class:BaseProxy
779 return self._callmethod('#GETVALUE')
855 return self._callmethod('__repr__')
898 return self._callmethod(%r, args, kwds)''' % (meth, meth) in dic
972 return self._callmethod('__next__', args)
974 return self._callmethod('next', args)
976 return self._callmethod('send', args)
978 return self._callmethod('throw', args)
980 return self._callmethod('close', args)
986 return self._callmethod('acquire', (blocking,)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py 746 def _callmethod(self, methodname, args=(), kwds={}): member in class:BaseProxy
779 return self._callmethod('#GETVALUE')
855 return self._callmethod('__repr__')
898 return self._callmethod(%r, args, kwds)''' % (meth, meth) in dic
972 return self._callmethod('__next__', args)
974 return self._callmethod('next', args)
976 return self._callmethod('send', args)
978 return self._callmethod('throw', args)
980 return self._callmethod('close', args)
986 return self._callmethod('acquire', (blocking,)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py 746 def _callmethod(self, methodname, args=(), kwds={}): member in class:BaseProxy
779 return self._callmethod('#GETVALUE')
855 return self._callmethod('__repr__')
898 return self._callmethod(%r, args, kwds)''' % (meth, meth) in dic
972 return self._callmethod('__next__', args)
974 return self._callmethod('next', args)
976 return self._callmethod('send', args)
978 return self._callmethod('throw', args)
980 return self._callmethod('close', args)
986 return self._callmethod('acquire', (blocking,)
    [all...]
  /external/nanopb-c/generator/google/protobuf/
service_reflection.py 145 return self._CallMethod(srvc, method_descriptor,
156 def _CallMethod(self, srvc, method_descriptor,
  /external/protobuf/python/google/protobuf/
service_reflection.py 145 return self._CallMethod(srvc, method_descriptor,
156 def _CallMethod(self, srvc, method_descriptor,
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_multiprocessing.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_multiprocessing.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_multiprocessing.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_multiprocessing.py     [all...]

Completed in 207 milliseconds