Home
last modified time | relevance | path

Searched refs:_CHUNK_SIZE (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_io.py53 return f._CHUNK_SIZE
1918 f._CHUNK_SIZE = chunksize
1922 f._CHUNK_SIZE = chunksize
2010 f._CHUNK_SIZE # Just test that it exists
2011 f._CHUNK_SIZE = 2
2027 f._CHUNK_SIZE = CHUNK_SIZE
2133 txt._CHUNK_SIZE = 4
2145 txt._CHUNK_SIZE = 4
2156 txt._CHUNK_SIZE = 4
2164 txt._CHUNK_SIZE = 4
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
D_pyio.py1464 _CHUNK_SIZE = 2048 variable in TextIOWrapper
1662 input_chunk = self.buffer.read1(self._CHUNK_SIZE)