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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
object.h 54 /* Py_DEBUG implies Py_TRACE_REFS. */
55 #if defined(Py_DEBUG) && !defined(Py_TRACE_REFS)
56 #define Py_TRACE_REFS
59 /* Py_TRACE_REFS implies Py_REF_DEBUG. */
60 #if defined(Py_TRACE_REFS) && !defined(Py_REF_DEBUG)
64 #ifdef Py_TRACE_REFS
672 in special builds (Py_REF_DEBUG, Py_TRACE_REFS) performs additional
742 #ifdef Py_TRACE_REFS
743 /* Py_TRACE_REFS is such major surgery that we call external routines. */
752 /* Without Py_TRACE_REFS, there's little enough to do that we expand code
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
object.h 54 /* Py_DEBUG implies Py_TRACE_REFS. */
55 #if defined(Py_DEBUG) && !defined(Py_TRACE_REFS)
56 #define Py_TRACE_REFS
59 /* Py_TRACE_REFS implies Py_REF_DEBUG. */
60 #if defined(Py_TRACE_REFS) && !defined(Py_REF_DEBUG)
64 #ifdef Py_TRACE_REFS
660 in special builds (Py_REF_DEBUG, Py_TRACE_REFS) performs additional
730 #ifdef Py_TRACE_REFS
731 /* Py_TRACE_REFS is such major surgery that we call external routines. */
740 /* Without Py_TRACE_REFS, there's little enough to do that we expand code
    [all...]
  /external/python/cpython2/Include/
object.h 54 /* Py_DEBUG implies Py_TRACE_REFS. */
55 #if defined(Py_DEBUG) && !defined(Py_TRACE_REFS)
56 #define Py_TRACE_REFS
59 /* Py_TRACE_REFS implies Py_REF_DEBUG. */
60 #if defined(Py_TRACE_REFS) && !defined(Py_REF_DEBUG)
64 #ifdef Py_TRACE_REFS
672 in special builds (Py_REF_DEBUG, Py_TRACE_REFS) performs additional
742 #ifdef Py_TRACE_REFS
743 /* Py_TRACE_REFS is such major surgery that we call external routines. */
752 /* Without Py_TRACE_REFS, there's little enough to do that we expand cod
    [all...]
  /external/python/cpython3/Include/
object.h 54 /* Py_DEBUG implies Py_TRACE_REFS. */
55 #if defined(Py_DEBUG) && !defined(Py_TRACE_REFS)
56 #define Py_TRACE_REFS
59 /* Py_TRACE_REFS implies Py_REF_DEBUG. */
60 #if defined(Py_TRACE_REFS) && !defined(Py_REF_DEBUG)
65 #error Py_LIMITED_API is incompatible with Py_DEBUG, Py_TRACE_REFS, and Py_REF_DEBUG
69 #ifdef Py_TRACE_REFS
686 in special builds (Py_REF_DEBUG, Py_TRACE_REFS) performs additional
754 #ifdef Py_TRACE_REFS
755 /* Py_TRACE_REFS is such major surgery that we call external routines. *
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
object.h 54 /* Py_DEBUG implies Py_TRACE_REFS. */
55 #if defined(Py_DEBUG) && !defined(Py_TRACE_REFS)
56 #define Py_TRACE_REFS
59 /* Py_TRACE_REFS implies Py_REF_DEBUG. */
60 #if defined(Py_TRACE_REFS) && !defined(Py_REF_DEBUG)
64 #ifdef Py_TRACE_REFS
670 in special builds (Py_REF_DEBUG, Py_TRACE_REFS) performs additional
740 #ifdef Py_TRACE_REFS
741 /* Py_TRACE_REFS is such major surgery that we call external routines. */
750 /* Without Py_TRACE_REFS, there's little enough to do that we expand cod
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
object.h 54 /* Py_DEBUG implies Py_TRACE_REFS. */
55 #if defined(Py_DEBUG) && !defined(Py_TRACE_REFS)
56 #define Py_TRACE_REFS
59 /* Py_TRACE_REFS implies Py_REF_DEBUG. */
60 #if defined(Py_TRACE_REFS) && !defined(Py_REF_DEBUG)
64 #ifdef Py_TRACE_REFS
670 in special builds (Py_REF_DEBUG, Py_TRACE_REFS) performs additional
740 #ifdef Py_TRACE_REFS
741 /* Py_TRACE_REFS is such major surgery that we call external routines. */
750 /* Without Py_TRACE_REFS, there's little enough to do that we expand cod
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 54 /* Py_DEBUG implies Py_TRACE_REFS. */
55 #if defined(Py_DEBUG) && !defined(Py_TRACE_REFS)
56 #define Py_TRACE_REFS
59 /* Py_TRACE_REFS implies Py_REF_DEBUG. */
60 #if defined(Py_TRACE_REFS) && !defined(Py_REF_DEBUG)
64 #ifdef Py_TRACE_REFS
670 in special builds (Py_REF_DEBUG, Py_TRACE_REFS) performs additional
740 #ifdef Py_TRACE_REFS
741 /* Py_TRACE_REFS is such major surgery that we call external routines. */
750 /* Without Py_TRACE_REFS, there's little enough to do that we expand cod
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 54 /* Py_DEBUG implies Py_TRACE_REFS. */
55 #if defined(Py_DEBUG) && !defined(Py_TRACE_REFS)
56 #define Py_TRACE_REFS
59 /* Py_TRACE_REFS implies Py_REF_DEBUG. */
60 #if defined(Py_TRACE_REFS) && !defined(Py_REF_DEBUG)
64 #ifdef Py_TRACE_REFS
670 in special builds (Py_REF_DEBUG, Py_TRACE_REFS) performs additional
740 #ifdef Py_TRACE_REFS
741 /* Py_TRACE_REFS is such major surgery that we call external routines. */
750 /* Without Py_TRACE_REFS, there's little enough to do that we expand cod
    [all...]

Completed in 261 milliseconds