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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
object.h 670 NULL pointer. If it may be NULL, use Py_XINCREF/Py_XDECREF instead.
824 #define Py_XINCREF(op) do { if ((op) == NULL) ; else Py_INCREF(op); } while (0)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
object.h 658 NULL pointer. If it may be NULL, use Py_XINCREF/Py_XDECREF instead.
812 #define Py_XINCREF(op) do { if ((op) == NULL) ; else Py_INCREF(op); } while (0)
    [all...]
  /external/python/cpython2/Include/
object.h 670 NULL pointer. If it may be NULL, use Py_XINCREF/Py_XDECREF instead.
824 #define Py_XINCREF(op) do { if ((op) == NULL) ; else Py_INCREF(op); } while (0)
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
object.h 668 NULL pointer. If it may be NULL, use Py_XINCREF/Py_XDECREF instead.
822 #define Py_XINCREF(op) do { if ((op) == NULL) ; else Py_INCREF(op); } while (0)
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
object.h 668 NULL pointer. If it may be NULL, use Py_XINCREF/Py_XDECREF instead.
822 #define Py_XINCREF(op) do { if ((op) == NULL) ; else Py_INCREF(op); } while (0)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 668 NULL pointer. If it may be NULL, use Py_XINCREF/Py_XDECREF instead.
822 #define Py_XINCREF(op) do { if ((op) == NULL) ; else Py_INCREF(op); } while (0)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 668 NULL pointer. If it may be NULL, use Py_XINCREF/Py_XDECREF instead.
822 #define Py_XINCREF(op) do { if ((op) == NULL) ; else Py_INCREF(op); } while (0)
    [all...]

Completed in 64 milliseconds