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

  /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));
183 if (IS_CLOSED(self))
bufferedio.c 322 #define IS_CLOSED(self) \
328 if (IS_CLOSED(self)) { \
    [all...]
  /external/python/cpython3/Modules/_io/
bufferedio.c 339 #define IS_CLOSED(self) \
346 if (IS_CLOSED(self)) { \
    [all...]

Completed in 473 milliseconds