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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
boolobject.h 16 /* Py_False and Py_True are the only two bools in existence.
23 #define Py_False ((PyObject *) &_Py_ZeroStruct)
26 /* Macros for returning Py_True or Py_False, respectively */
28 #define Py_RETURN_FALSE return Py_INCREF(Py_False), Py_False
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
boolobject.h 16 /* Py_False and Py_True are the only two bools in existence.
23 #define Py_False ((PyObject *) &_Py_ZeroStruct)
26 /* Macros for returning Py_True or Py_False, respectively */
28 #define Py_RETURN_FALSE return Py_INCREF(Py_False), Py_False
  /external/python/cpython2/Include/
boolobject.h 16 /* Py_False and Py_True are the only two bools in existence.
23 #define Py_False ((PyObject *) &_Py_ZeroStruct)
26 /* Macros for returning Py_True or Py_False, respectively */
28 #define Py_RETURN_FALSE return Py_INCREF(Py_False), Py_False
  /external/python/cpython3/Include/
boolobject.h 14 /* Py_False and Py_True are the only two bools in existence.
21 #define Py_False ((PyObject *) &_Py_FalseStruct)
24 /* Macros for returning Py_True or Py_False, respectively */
26 #define Py_RETURN_FALSE return Py_INCREF(Py_False), Py_False
  /prebuilts/gdb/darwin-x86/include/python2.7/
boolobject.h 16 /* Py_False and Py_True are the only two bools in existence.
23 #define Py_False ((PyObject *) &_Py_ZeroStruct)
26 /* Macros for returning Py_True or Py_False, respectively */
28 #define Py_RETURN_FALSE return Py_INCREF(Py_False), Py_False
  /prebuilts/gdb/linux-x86/include/python2.7/
boolobject.h 16 /* Py_False and Py_True are the only two bools in existence.
23 #define Py_False ((PyObject *) &_Py_ZeroStruct)
26 /* Macros for returning Py_True or Py_False, respectively */
28 #define Py_RETURN_FALSE return Py_INCREF(Py_False), Py_False
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
boolobject.h 16 /* Py_False and Py_True are the only two bools in existence.
23 #define Py_False ((PyObject *) &_Py_ZeroStruct)
26 /* Macros for returning Py_True or Py_False, respectively */
28 #define Py_RETURN_FALSE return Py_INCREF(Py_False), Py_False
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
boolobject.h 16 /* Py_False and Py_True are the only two bools in existence.
23 #define Py_False ((PyObject *) &_Py_ZeroStruct)
26 /* Macros for returning Py_True or Py_False, respectively */
28 #define Py_RETURN_FALSE return Py_INCREF(Py_False), Py_False

Completed in 213 milliseconds