HomeSort by relevance Sort by last modified time
    Searched refs:Py_TPFLAGS_DEFAULT (Results 76 - 100 of 299) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/python/cpython2/Modules/
threadmodule.c 254 /* tp_flags */ Py_TPFLAGS_DEFAULT,
514 /* tp_flags */ Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE
_functoolsmodule.c 357 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_HAVE_GC |
dbmmodule.c 361 Py_TPFLAGS_DEFAULT, /*tp_xxx4*/
gdbmmodule.c 426 Py_TPFLAGS_DEFAULT, /*tp_xxx4*/
  /prebuilts/gdb/darwin-x86/include/python2.7/
object.h 551 Type definitions should use Py_TPFLAGS_DEFAULT for their tp_flags value.
556 NOTE: when building the core, Py_TPFLAGS_DEFAULT includes
652 #define Py_TPFLAGS_DEFAULT Py_TPFLAGS_DEFAULT_CORE
654 #define Py_TPFLAGS_DEFAULT Py_TPFLAGS_DEFAULT_EXTERNAL
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
object.h 551 Type definitions should use Py_TPFLAGS_DEFAULT for their tp_flags value.
556 NOTE: when building the core, Py_TPFLAGS_DEFAULT includes
652 #define Py_TPFLAGS_DEFAULT Py_TPFLAGS_DEFAULT_CORE
654 #define Py_TPFLAGS_DEFAULT Py_TPFLAGS_DEFAULT_EXTERNAL
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 551 Type definitions should use Py_TPFLAGS_DEFAULT for their tp_flags value.
556 NOTE: when building the core, Py_TPFLAGS_DEFAULT includes
652 #define Py_TPFLAGS_DEFAULT Py_TPFLAGS_DEFAULT_CORE
654 #define Py_TPFLAGS_DEFAULT Py_TPFLAGS_DEFAULT_EXTERNAL
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 551 Type definitions should use Py_TPFLAGS_DEFAULT for their tp_flags value.
556 NOTE: when building the core, Py_TPFLAGS_DEFAULT includes
652 #define Py_TPFLAGS_DEFAULT Py_TPFLAGS_DEFAULT_CORE
654 #define Py_TPFLAGS_DEFAULT Py_TPFLAGS_DEFAULT_EXTERNAL
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_collectionsmodule.c     [all...]
_functoolsmodule.c 341 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_HAVE_GC |
_csv.c 493 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE, /* tp_flags */
909 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE |
    [all...]
operator.c 567 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_HAVE_GC, /* tp_flags */
749 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_HAVE_GC, /* tp_flags */
880 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_HAVE_GC,/* tp_flags */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
genobject.c 352 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_HAVE_GC,/* tp_flags */
methodobject.c 301 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_HAVE_GC,/* tp_flags */
weakrefobject.c 365 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_HAVE_GC | Py_TPFLAGS_HAVE_RICHCOMPARE
705 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_HAVE_GC
740 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_HAVE_GC
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_collectionsmodule.c 1086 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE | Py_TPFLAGS_HAVE_GC |
    [all...]
_functoolsmodule.c 345 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_HAVE_GC |
_csv.c 483 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE, /* tp_flags */
895 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE |
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
statement.c 517 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_HAVE_WEAKREFS, /* tp_flags */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
methodobject.c 301 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_HAVE_GC,/* tp_flags */
  /external/brotli/python/
_brotli.cc 383 Py_TPFLAGS_DEFAULT, /* tp_flags */
  /external/python/cpython2/Modules/_multiprocessing/
connection.h 497 /* tp_flags */ Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE |
  /external/python/cpython2/Modules/_sqlite/
statement.c 522 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_HAVE_WEAKREFS, /* tp_flags */
  /external/python/cpython2/Objects/
genobject.c 352 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_HAVE_GC,/* tp_flags */
methodobject.c 301 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_HAVE_GC,/* tp_flags */

Completed in 1771 milliseconds

1 2 34 5 6 7 8 91011>>