HomeSort by relevance Sort by last modified time
    Searched refs:Py_True (Results 1 - 25 of 196) sorted by null

1 2 3 4 5 6 7 8

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
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 159 Py_INCREF(Py_True); \
160 return Py_True; }
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
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 159 Py_INCREF(Py_True); \
160 return Py_True; }
  /external/python/cpython2/Include/
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 159 Py_INCREF(Py_True); \
160 return Py_True; }
  /external/python/cpython3/Include/
boolobject.h 14 /* Py_False and Py_True are the only two bools in existence.
22 #define Py_True ((PyObject *) &_Py_TrueStruct)
24 /* Macros for returning Py_True or Py_False, respectively */
25 #define Py_RETURN_TRUE return Py_INCREF(Py_True), Py_True
py_curses.h 160 Py_INCREF(Py_True); \
161 return Py_True; }
  /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/python/cpython3/Objects/
boolobject.c 16 if (self == Py_True)
33 result = Py_True;
40 /* We define bool_new to always return either Py_True or Py_False */
64 return PyBool_FromLong((a == Py_True) & (b == Py_True));
72 return PyBool_FromLong((a == Py_True) | (b == Py_True));
80 return PyBool_FromLong((a == Py_True) ^ (b == Py_True));
  /external/python/cpython3/Modules/_io/
iobase.c 191 if (args == Py_True)
220 if (_PyObject_SetAttrId(self, &PyId___IOBase_closed, Py_True) < 0) {
261 if (_PyObject_SetAttrId(self, &PyId__finalizing, Py_True))
356 if (res != Py_True) {
361 if (args == Py_True) {
389 if (res != Py_True) {
394 if (args == Py_True) {
422 if (res != Py_True) {
427 if (args == Py_True) {
438 if (_PyIOBase_check_closed(self, Py_True) == NULL
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
iobase.c 165 if (args == Py_True)
184 PyObject_SetAttrString(self, "__IOBase_closed", Py_True);
318 if (res != Py_True) {
323 if (args == Py_True) {
347 if (res != Py_True) {
352 if (args == Py_True) {
376 if (res != Py_True) {
381 if (args == Py_True) {
392 if (_PyIOBase_check_closed(self, Py_True) == NULL)
428 if (_PyIOBase_check_closed(self, Py_True) == NULL)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
iobase.c 165 if (args == Py_True)
184 PyObject_SetAttrString(self, "__IOBase_closed", Py_True);
318 if (res != Py_True) {
323 if (args == Py_True) {
347 if (res != Py_True) {
352 if (args == Py_True) {
376 if (res != Py_True) {
381 if (args == Py_True) {
392 if (_PyIOBase_check_closed(self, Py_True) == NULL)
428 if (_PyIOBase_check_closed(self, Py_True) == NULL)
    [all...]
  /external/python/cpython2/Modules/_io/
iobase.c 167 if (args == Py_True)
186 PyObject_SetAttrString(self, "__IOBase_closed", Py_True);
320 if (res != Py_True) {
325 if (args == Py_True) {
349 if (res != Py_True) {
354 if (args == Py_True) {
378 if (res != Py_True) {
383 if (args == Py_True) {
394 if (_PyIOBase_check_closed(self, Py_True) == NULL)
430 if (_PyIOBase_check_closed(self, Py_True) == NULL
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/PyUtility/
PyUtility.c 87 ReturnValue = Py_True;
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/include/
cext.h 197 #define Py_RETURN_TRUE return Py_INCREF(Py_True), Py_True
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
boolobject.c 43 result = Py_True;
50 /* We define bool_new to always return either Py_True or Py_False */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
boolobject.c 43 result = Py_True;
50 /* We define bool_new to always return either Py_True or Py_False */

Completed in 451 milliseconds

1 2 3 4 5 6 7 8