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

  /external/python/cpython3/Modules/_io/
iobase.c 78 #define IS_CLOSED(self) \
156 if (IS_CLOSED(self)) {
181 return PyBool_FromLong(IS_CLOSED(self));
215 if (IS_CLOSED(self))
bufferedio.c 354 #define IS_CLOSED(self) \
360 if (IS_CLOSED(self)) { \
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
iobase.c 61 #define IS_CLOSED(self) \
125 if (IS_CLOSED(self)) {
155 return PyBool_FromLong(IS_CLOSED(self));
180 if (IS_CLOSED(self))
bufferedio.c 323 #define IS_CLOSED(self) \
329 if (IS_CLOSED(self)) { \
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
iobase.c 61 #define IS_CLOSED(self) \
125 if (IS_CLOSED(self)) {
155 return PyBool_FromLong(IS_CLOSED(self));
180 if (IS_CLOSED(self))
bufferedio.c 323 #define IS_CLOSED(self) \
329 if (IS_CLOSED(self)) { \
    [all...]
  /external/python/cpython2/Modules/_io/
iobase.c 63 #define IS_CLOSED(self) \
127 if (IS_CLOSED(self)) {
157 return PyBool_FromLong(IS_CLOSED(self));
182 if (IS_CLOSED(self))
bufferedio.c 322 #define IS_CLOSED(self) \
328 if (IS_CLOSED(self)) { \
    [all...]

Completed in 236 milliseconds