/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_mmap.py | 648 def _make_test_file(self, num_zeroes, tail):
member in class:LargeMmapTests 663 with self._make_test_file(0x14FFFFFFF, b" ") as f:
671 with self._make_test_file(0x17FFFFFFF, b" ") as f:
684 with self._make_test_file(start, tail) as f:
|
/external/python/cpython2/Lib/test/ |
test_mmap.py | 685 def _make_test_file(self, num_zeroes, tail): member in class:LargeMmapTests 700 with self._make_test_file(0x14FFFFFFF, b" ") as f: 708 with self._make_test_file(0x17FFFFFFF, b" ") as f: 728 with self._make_test_file(start, tail) as f:
|
/external/python/cpython3/Lib/test/ |
test_mmap.py | 753 def _make_test_file(self, num_zeroes, tail): member in class:LargeMmapTests 771 with self._make_test_file(0x14FFFFFFF, b" ") as f: 776 with self._make_test_file(0x17FFFFFFF, b" ") as f: 793 with self._make_test_file(start, tail) as f:
|