OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Py_True
(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.
24
#define
Py_True
((PyObject *) &_Py_TrueStruct)
26
/* Macros for returning
Py_True
or Py_False, respectively */
27
#define Py_RETURN_TRUE return Py_INCREF(
Py_True
),
Py_True
py_curses.h
163
Py_INCREF(
Py_True
); \
164
return
Py_True
; }
/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.
24
#define
Py_True
((PyObject *) &_Py_TrueStruct)
26
/* Macros for returning
Py_True
or Py_False, respectively */
27
#define Py_RETURN_TRUE return Py_INCREF(
Py_True
),
Py_True
py_curses.h
163
Py_INCREF(
Py_True
); \
164
return
Py_True
; }
/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 1225 milliseconds