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

  /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/chromium-trace/catapult/third_party/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/third_party/py_vulcanize/third_party/rjsmin/_setup/include/
cext.h 193 #define Py_RETURN_FALSE return Py_INCREF(Py_False), Py_False
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyhead.swg 144 PyObject *result = ok ? Py_True : Py_False;
  /external/chromium-trace/catapult/third_party/coverage/coverage/ctracer/
tracer.c 379 disp_trace = Py_False;
567 if (PyObject_SetAttr(plugin, str__coverage_enabled, Py_False) < 0) {
570 if (PyObject_SetAttr(disposition, str_trace, Py_False) < 0) {
    [all...]

Completed in 401 milliseconds