Searched defs:_read (Results 1 – 9 of 9) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ | ||
D | pty.py | 136 def _read(fd): function |
D | gzip.py | 269 def _read(self, size=1024): member in GzipFile |
D | binhex.py | 395 def _read(self, len): member in HexBin |
D | ConfigParser.py | 456 def _read(self, fp, fpname): member in RawConfigParser |
D | mailbox.py | 1859 def _read(self, size, read_method): member in _ProxyFile |
D | tarfile.py | 575 def _read(self, size): member in _Stream |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ | ||
D | binhex.py | 401 def _read(self, len): member in HexBin |
/device/linaro/bootloader/edk2/StdLib/Include/ | ||
D | stdio.h | 231 int (*_read) (void *, char *, int); member |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ | ||
D | test_io.py | 1431 def _read(bufio): function |