HomeSort by relevance Sort by last modified time
    Searched defs:tp_flags (Results 1 - 12 of 12) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
bgenObjectDefinition.py 7 tp_flags = "Py_TPFLAGS_DEFAULT" variable in class:ObjectDefinition
300 Output("%s, /* tp_flags */", self.tp_flags)
371 tp_flags = "Py_TPFLAGS_DEFAULT|Py_TPFLAGS_BASETYPE" variable in class:PEP253Mixin
  /external/python/cpython2/Doc/includes/
typestruct.h 33 long tp_flags; member in struct:_typeobject
  /external/python/cpython2/Tools/bgen/bgen/
bgenObjectDefinition.py 7 tp_flags = "Py_TPFLAGS_DEFAULT" variable in class:ObjectDefinition
300 Output("%s, /* tp_flags */", self.tp_flags)
371 tp_flags = "Py_TPFLAGS_DEFAULT|Py_TPFLAGS_BASETYPE" variable in class:PEP253Mixin
  /external/python/cpython3/Doc/includes/
typestruct.h 34 unsigned long tp_flags; member in struct:_typeobject
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
object.h 356 long tp_flags; member in struct:_typeobject
539 `Type flags (tp_flags)
553 Type definitions should use Py_TPFLAGS_DEFAULT for their tp_flags value.
659 #define PyType_HasFeature(t,f) (((t)->tp_flags & (f)) != 0)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
object.h 356 long tp_flags; member in struct:_typeobject
527 `Type flags (tp_flags)
541 Type definitions should use Py_TPFLAGS_DEFAULT for their tp_flags value.
647 #define PyType_HasFeature(t,f) (((t)->tp_flags & (f)) != 0)
    [all...]
  /external/python/cpython2/Include/
object.h 356 long tp_flags; member in struct:_typeobject
539 `Type flags (tp_flags)
553 Type definitions should use Py_TPFLAGS_DEFAULT for their tp_flags value.
659 #define PyType_HasFeature(t,f) (((t)->tp_flags & (f)) != 0)
    [all...]
  /external/python/cpython3/Include/
object.h 379 unsigned long tp_flags; member in struct:_typeobject
597 `Type flags (tp_flags)
613 Type definitions should use Py_TPFLAGS_DEFAULT for their tp_flags value.
672 #define PyType_HasFeature(t,f) (((t)->tp_flags & (f)) != 0)
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
object.h 356 long tp_flags; member in struct:_typeobject
537 `Type flags (tp_flags)
551 Type definitions should use Py_TPFLAGS_DEFAULT for their tp_flags value.
657 #define PyType_HasFeature(t,f) (((t)->tp_flags & (f)) != 0)
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
object.h 356 long tp_flags; member in struct:_typeobject
537 `Type flags (tp_flags)
551 Type definitions should use Py_TPFLAGS_DEFAULT for their tp_flags value.
657 #define PyType_HasFeature(t,f) (((t)->tp_flags & (f)) != 0)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 356 long tp_flags; member in struct:_typeobject
537 `Type flags (tp_flags)
551 Type definitions should use Py_TPFLAGS_DEFAULT for their tp_flags value.
657 #define PyType_HasFeature(t,f) (((t)->tp_flags & (f)) != 0)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 356 long tp_flags; member in struct:_typeobject
537 `Type flags (tp_flags)
551 Type definitions should use Py_TPFLAGS_DEFAULT for their tp_flags value.
657 #define PyType_HasFeature(t,f) (((t)->tp_flags & (f)) != 0)
    [all...]

Completed in 853 milliseconds