Home
last modified time | relevance | path

Searched refs:isclosed (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dliolib.c127 #define isclosed(p) ((p)->closef == NULL) macro
136 else if (isclosed(p)) in io_type()
146 if (isclosed(p)) in f_tostring()
156 if (isclosed(p)) in tofile()
194 if (!isclosed(p) && p->f != NULL) in f_gc()
267 if (isclosed(p)) in getiofile()
488 if (isclosed(p)) /* file is already closed? */ in io_readline()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_httplib.py129 self.assertTrue(resp.isclosed())
148 self.assertFalse(resp.isclosed())
150 self.assertTrue(resp.isclosed())
272 self.assertTrue(resp.isclosed())
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dhttplib.py521 def isclosed(self): member in HTTPResponse
828 if self.__response and self.__response.isclosed():
995 if self.__response and self.__response.isclosed():