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

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
xxmodule.c 347 Null_Type.tp_base = &PyBaseObject_Type;
threadmodule.c 336 if (type->tp_init == PyBaseObject_Type.tp_init
445 if (Py_TYPE(self)->tp_init != PyBaseObject_Type.tp_init &&
  /external/python/cpython2/Modules/
xxmodule.c 347 Null_Type.tp_base = &PyBaseObject_Type;
threadmodule.c 336 if (type->tp_init == PyBaseObject_Type.tp_init) {
451 if (Py_TYPE(self)->tp_init != PyBaseObject_Type.tp_init &&
  /external/python/cpython3/Modules/
xxmodule.c 347 like 'PyBaseObject_Type' is not required to produce an address
353 Null_Type.tp_base = &PyBaseObject_Type;
xxlimited.c 240 Null_Type_slots[0].pfunc = &PyBaseObject_Type;
_threadmodule.c 706 if (type->tp_init == PyBaseObject_Type.tp_init) {
823 if (Py_TYPE(self)->tp_init != PyBaseObject_Type.tp_init &&
    [all...]
_functoolsmodule.c     [all...]
  /external/python/cpython2/Objects/
typeobject.c 70 PyType_Modified(&PyBaseObject_Type);
194 PyType_Modified(&PyBaseObject_Type);
    [all...]
object.c     [all...]
bytesobject.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
typeobject.c 49 PyType_Modified(&PyBaseObject_Type);
174 PyType_Modified(&PyBaseObject_Type);
    [all...]
object.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
typeobject.c 49 PyType_Modified(&PyBaseObject_Type);
174 PyType_Modified(&PyBaseObject_Type);
    [all...]
object.c     [all...]
  /external/python/cpython3/Objects/
typeobject.c 12 class object "PyObject *" "&PyBaseObject_Type"
221 PyType_Modified(&PyBaseObject_Type);
347 PyType_Modified(&PyBaseObject_Type);
    [all...]
object.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
object.h 442 PyAPI_DATA(PyTypeObject) PyBaseObject_Type; /* built-in 'object' */
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
object.h 442 PyAPI_DATA(PyTypeObject) PyBaseObject_Type; /* built-in 'object' */
    [all...]
  /external/python/cpython2/Include/
object.h 442 PyAPI_DATA(PyTypeObject) PyBaseObject_Type; /* built-in 'object' */
    [all...]
  /external/python/cpython3/Include/
object.h 490 PyAPI_DATA(PyTypeObject) PyBaseObject_Type; /* built-in 'object' */
    [all...]
  /external/python/cpython3/Modules/_decimal/
_decimal.c     [all...]
  /external/python/cpython3/Python/
bltinmodule.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
bltinmodule.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
bltinmodule.c     [all...]

Completed in 1220 milliseconds

1 2