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

  /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/chromium_org/third_party/simplejson/
_speedups.c     [all...]
  /external/chromium_org/third_party/bintrees/bintrees/
cwalker.c 302 #define __Pyx_PyBool_FromLong(b) ((b) ? (Py_INCREF(Py_True), Py_True) : (Py_INCREF(Py_False), Py_False))
    [all...]
qavltree.c 302 #define __Pyx_PyBool_FromLong(b) ((b) ? (Py_INCREF(Py_True), Py_True) : (Py_INCREF(Py_False), Py_False))
    [all...]
qbintree.c 302 #define __Pyx_PyBool_FromLong(b) ((b) ? (Py_INCREF(Py_True), Py_True) : (Py_INCREF(Py_False), Py_False))
    [all...]
qrbtree.c 302 #define __Pyx_PyBool_FromLong(b) ((b) ? (Py_INCREF(Py_True), Py_True) : (Py_INCREF(Py_False), Py_False))
    [all...]

Completed in 447 milliseconds