HomeSort by relevance Sort by last modified time
    Searched defs:Py_RETURN_TRUE (Results 1 - 10 of 10) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
boolobject.h 27 #define Py_RETURN_TRUE return Py_INCREF(Py_True), Py_True
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
boolobject.h 27 #define Py_RETURN_TRUE return Py_INCREF(Py_True), Py_True
  /external/python/cpython2/Include/
boolobject.h 27 #define Py_RETURN_TRUE return Py_INCREF(Py_True), Py_True
  /external/python/cpython3/Include/
boolobject.h 25 #define Py_RETURN_TRUE return Py_INCREF(Py_True), Py_True
  /prebuilts/gdb/darwin-x86/include/python2.7/
boolobject.h 27 #define Py_RETURN_TRUE return Py_INCREF(Py_True), Py_True
  /prebuilts/gdb/linux-x86/include/python2.7/
boolobject.h 27 #define Py_RETURN_TRUE return Py_INCREF(Py_True), Py_True
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
boolobject.h 27 #define Py_RETURN_TRUE return Py_INCREF(Py_True), Py_True
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
boolobject.h 27 #define Py_RETURN_TRUE return Py_INCREF(Py_True), Py_True
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/include/
cext.h 196 #ifndef Py_RETURN_TRUE
197 #define Py_RETURN_TRUE return Py_INCREF(Py_True), Py_True
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/include/
cext.h 234 #ifndef Py_RETURN_TRUE
235 #define Py_RETURN_TRUE return Py_INCREF(Py_True), Py_True

Completed in 353 milliseconds