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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
typeobject.c 208 if (type->tp_flags & Py_TPFLAGS_HEAPTYPE) {
230 if (!(type->tp_flags & Py_TPFLAGS_HEAPTYPE)) {
274 if (type->tp_flags & Py_TPFLAGS_HEAPTYPE) {
295 if (!(type->tp_flags & Py_TPFLAGS_HEAPTYPE)) {
429 if (!(type->tp_flags & Py_TPFLAGS_HEAPTYPE)) {
575 if (!(type->tp_flags & Py_TPFLAGS_HEAPTYPE) && type->tp_doc != NULL)
698 if (type->tp_flags & Py_TPFLAGS_HEAPTYPE)
770 if (type->tp_flags & Py_TPFLAGS_HEAPTYPE)
839 if (type->tp_flags & Py_TPFLAGS_HEAPTYPE)
909 assert(type->tp_flags & Py_TPFLAGS_HEAPTYPE);
    [all...]
  /external/python/cpython2/Objects/
typeobject.c 228 if (type->tp_flags & Py_TPFLAGS_HEAPTYPE) {
250 if (!(type->tp_flags & Py_TPFLAGS_HEAPTYPE)) {
294 if (type->tp_flags & Py_TPFLAGS_HEAPTYPE) {
315 if (!(type->tp_flags & Py_TPFLAGS_HEAPTYPE)) {
449 if (!(type->tp_flags & Py_TPFLAGS_HEAPTYPE)) {
595 if (!(type->tp_flags & Py_TPFLAGS_HEAPTYPE) && type->tp_doc != NULL)
718 if (type->tp_flags & Py_TPFLAGS_HEAPTYPE)
790 if (type->tp_flags & Py_TPFLAGS_HEAPTYPE)
859 if (type->tp_flags & Py_TPFLAGS_HEAPTYPE)
929 assert(type->tp_flags & Py_TPFLAGS_HEAPTYPE);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
typeobject.c 208 if (type->tp_flags & Py_TPFLAGS_HEAPTYPE) {
229 if (!(type->tp_flags & Py_TPFLAGS_HEAPTYPE)) {
270 if (type->tp_flags & Py_TPFLAGS_HEAPTYPE) {
291 if (!(type->tp_flags & Py_TPFLAGS_HEAPTYPE)) {
423 if (!(type->tp_flags & Py_TPFLAGS_HEAPTYPE)) {
569 if (!(type->tp_flags & Py_TPFLAGS_HEAPTYPE) && type->tp_doc != NULL)
690 if (type->tp_flags & Py_TPFLAGS_HEAPTYPE)
762 if (type->tp_flags & Py_TPFLAGS_HEAPTYPE)
831 if (type->tp_flags & Py_TPFLAGS_HEAPTYPE)
895 assert(type->tp_flags & Py_TPFLAGS_HEAPTYPE);
    [all...]
  /external/python/cpython3/Objects/
typeobject.c 356 if (!(type->tp_flags & Py_TPFLAGS_HEAPTYPE)) {
374 if (type->tp_flags & Py_TPFLAGS_HEAPTYPE) {
393 if (type->tp_flags & Py_TPFLAGS_HEAPTYPE) {
459 if (type->tp_flags & Py_TPFLAGS_HEAPTYPE) {
774 if (!(type->tp_flags & Py_TPFLAGS_HEAPTYPE) && type->tp_doc != NULL) {
945 if (type->tp_flags & Py_TPFLAGS_HEAPTYPE)
1014 if (type->tp_flags & Py_TPFLAGS_HEAPTYPE)
1085 assert(type->tp_flags & Py_TPFLAGS_HEAPTYPE);
    [all...]
dictobject.c     [all...]
  /external/python/cpython3/Modules/_io/
iobase.c 321 if (PyType_HasFeature(Py_TYPE(self), Py_TPFLAGS_HEAPTYPE))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
object.h 594 #define Py_TPFLAGS_HEAPTYPE (1L<<9)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
iobase.c 287 if (PyType_HasFeature(Py_TYPE(self), Py_TPFLAGS_HEAPTYPE))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
object.h 582 #define Py_TPFLAGS_HEAPTYPE (1L<<9)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
iobase.c 287 if (PyType_HasFeature(Py_TYPE(self), Py_TPFLAGS_HEAPTYPE))
  /external/python/cpython2/Include/
object.h 594 #define Py_TPFLAGS_HEAPTYPE (1L<<9)
    [all...]
  /external/python/cpython2/Modules/_io/
iobase.c 289 if (PyType_HasFeature(Py_TYPE(self), Py_TPFLAGS_HEAPTYPE))
  /external/python/cpython3/Include/
object.h 620 #define Py_TPFLAGS_HEAPTYPE (1UL << 9)
    [all...]
  /external/tensorflow/tensorflow/python/eager/
pywrap_tensor.cc 482 // Py_TPFLAGS_HEAPTYPE does not work by itself since it needs some more
507 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_HEAPTYPE,
  /prebuilts/gdb/darwin-x86/include/python2.7/
object.h 592 #define Py_TPFLAGS_HEAPTYPE (1L<<9)
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
object.h 592 #define Py_TPFLAGS_HEAPTYPE (1L<<9)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 592 #define Py_TPFLAGS_HEAPTYPE (1L<<9)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 592 #define Py_TPFLAGS_HEAPTYPE (1L<<9)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
gcmodule.c 510 else if (PyType_HasFeature(op->ob_type, Py_TPFLAGS_HEAPTYPE))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
gcmodule.c 473 else if (PyType_HasFeature(op->ob_type, Py_TPFLAGS_HEAPTYPE))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/gdb/
libpython.py 55 Py_TPFLAGS_HEAPTYPE = (1L << 9)
311 if tp_flags & Py_TPFLAGS_HEAPTYPE:
    [all...]
  /external/python/cpython2/Modules/
gcmodule.c 510 else if (PyType_HasFeature(op->ob_type, Py_TPFLAGS_HEAPTYPE))
    [all...]
  /external/python/cpython2/Tools/gdb/
libpython.py 73 Py_TPFLAGS_HEAPTYPE = (1 << 9)
343 if tp_flags & Py_TPFLAGS_HEAPTYPE:
    [all...]
  /external/python/cpython3/Tools/gdb/
libpython.py 85 Py_TPFLAGS_HEAPTYPE = (1 << 9)
369 if tp_flags & Py_TPFLAGS_HEAPTYPE:
    [all...]
  /external/python/cpython3/Modules/
_testcapimodule.c     [all...]

Completed in 699 milliseconds