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

  /prebuilts/gdb/darwin-x86/include/python2.7/
boolobject.h 28 #define Py_RETURN_FALSE return Py_INCREF(Py_False), Py_False
  /prebuilts/gdb/linux-x86/include/python2.7/
boolobject.h 28 #define Py_RETURN_FALSE return Py_INCREF(Py_False), Py_False
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
boolobject.h 28 #define Py_RETURN_FALSE return Py_INCREF(Py_False), Py_False
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
boolobject.h 28 #define Py_RETURN_FALSE return Py_INCREF(Py_False), Py_False
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/include/
cext.h 192 #ifndef Py_RETURN_FALSE
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 192 #ifndef Py_RETURN_FALSE
193 #define Py_RETURN_FALSE return Py_INCREF(Py_False), Py_False
  /external/protobuf/python/google/protobuf/pyext/
message.cc 850 Py_RETURN_FALSE;
912 Py_RETURN_FALSE;
935 Py_RETURN_FALSE;
    [all...]

Completed in 1039 milliseconds