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

1 2 3 4 5 6 7 8

  /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
py_curses.h 156 Py_INCREF(Py_False); \
157 return 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
py_curses.h 156 Py_INCREF(Py_False); \
157 return 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
py_curses.h 156 Py_INCREF(Py_False); \
157 return 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
py_curses.h 157 Py_INCREF(Py_False); \
158 return 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
py_curses.h 160 Py_INCREF(Py_False); \
161 return 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
py_curses.h 160 Py_INCREF(Py_False); \
161 return 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
py_curses.h 160 Py_INCREF(Py_False); \
161 return 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
py_curses.h 160 Py_INCREF(Py_False); \
161 return Py_False; \
  /external/python/cpython3/Objects/
boolobject.c 35 result = Py_False;
40 /* We define bool_new to always return either Py_True or Py_False */
46 PyObject *x = Py_False;
cellobject.c 54 #define TEST_COND(cond) ((cond) ? Py_True : Py_False)
classobject.c 235 res = eq ? Py_True : Py_False;
237 res = eq ? Py_False : Py_True;
532 res = eq ? Py_True : Py_False;
534 res = eq ? Py_False : Py_True;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
boolobject.c 45 result = Py_False;
50 /* We define bool_new to always return either Py_True or Py_False */
56 PyObject *x = Py_False;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
boolobject.c 45 result = Py_False;
50 /* We define bool_new to always return either Py_True or Py_False */
56 PyObject *x = Py_False;
  /external/python/cpython2/Objects/
boolobject.c 45 result = Py_False;
50 /* We define bool_new to always return either Py_True or Py_False */
56 PyObject *x = Py_False;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/PyUtility/
PyUtility.c 35 PyObject *ReturnValue = Py_False;
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/include/
cext.h 193 #define Py_RETURN_FALSE return Py_INCREF(Py_False), Py_False
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/include/
cext.h 231 #define Py_RETURN_FALSE return Py_INCREF(Py_False), Py_False

Completed in 1585 milliseconds

1 2 3 4 5 6 7 8