HomeSort by relevance Sort by last modified time
    Searched refs:tp_call (Results 1 - 25 of 26) sorted by null

1 2

  /external/python/cpython2/Doc/includes/
typestruct.h 24 ternaryfunc tp_call; member in struct:_typeobject
  /external/python/cpython3/Doc/includes/
typestruct.h 25 ternaryfunc tp_call; member in struct:_typeobject
  /external/python/cpython3/Objects/
typeslots.inc 51 offsetof(PyHeapTypeObject, ht_type.tp_call),
abstract.c     [all...]
object.c     [all...]
typeobject.c     [all...]
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyinit.swg 164 0, /* tp_call */
385 metatype = (PyTypeObject *) PyType_Type.tp_call((PyObject *) &PyType_Type, metatype_args, NULL);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
object.h 347 ternaryfunc tp_call; member in struct:_typeobject
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
object.h 347 ternaryfunc tp_call; member in struct:_typeobject
    [all...]
  /external/python/cpython2/Include/
object.h 347 ternaryfunc tp_call; member in struct:_typeobject
    [all...]
  /external/python/cpython3/Include/
object.h 370 ternaryfunc tp_call; member in struct:_typeobject
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
object.h 347 ternaryfunc tp_call; member in struct:_typeobject
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
object.h 347 ternaryfunc tp_call; member in struct:_typeobject
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 347 ternaryfunc tp_call; member in struct:_typeobject
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 347 ternaryfunc tp_call; member in struct:_typeobject
    [all...]
  /external/python/cpython3/Modules/
_asynciomodule.c 1203 .tp_call = (ternaryfunc)TaskSendMethWrapper_call,
1273 .tp_call = (ternaryfunc)TaskWakeupMethWrapper_call,
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
object.c     [all...]
abstract.c     [all...]
typeobject.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
object.c     [all...]
abstract.c     [all...]
typeobject.c     [all...]
  /external/python/cpython2/Objects/
object.c     [all...]
abstract.c     [all...]
typeobject.c     [all...]

Completed in 1393 milliseconds

1 2