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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_mmap.py 661 def _make_test_file(self, num_zeroes, tail): member in class:LargeMmapTests
676 with self._make_test_file(0x14FFFFFFF, b" ") as f:
684 with self._make_test_file(0x17FFFFFFF, b" ") as f:
704 with self._make_test_file(start, tail) as f:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_mmap.py 661 def _make_test_file(self, num_zeroes, tail): member in class:LargeMmapTests
676 with self._make_test_file(0x14FFFFFFF, b" ") as f:
684 with self._make_test_file(0x17FFFFFFF, b" ") as f:
704 with self._make_test_file(start, tail) as f:

Completed in 47 milliseconds