OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Py_True
(Results
1 - 15
of
15
) 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.
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/gdb/linux-x86/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/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-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/include/
cext.h
197
#define Py_RETURN_TRUE return Py_INCREF(
Py_True
),
Py_True
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/_setup/include/
cext.h
197
#define Py_RETURN_TRUE return Py_INCREF(
Py_True
),
Py_True
/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
390
if (disp_trace ==
Py_True
) {
414
if (has_dynamic_filename ==
Py_True
) {
446
should_include = (should_include_bool ==
Py_True
);
[
all
...]
/external/libxml2/python/
types.c
618
if (obj ==
Py_True
) {
/external/protobuf/python/google/protobuf/pyext/
message.cc
[
all
...]
/external/opencv3/modules/python/src2/
cv2.cpp
1041
p.setBool(k, item ==
Py_True
);
[
all
...]
Completed in 3747 milliseconds