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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_threadedtempfile.py 29 class TempFileGreedy(threading.Thread):
53 t = TempFileGreedy()
  /external/python/cpython2/Lib/test/
test_threadedtempfile.py 29 class TempFileGreedy(threading.Thread):
49 threads = [TempFileGreedy() for i in range(NUM_THREADS)]
  /external/python/cpython3/Lib/test/
test_threadedtempfile.py 29 class TempFileGreedy(threading.Thread):
49 threads = [TempFileGreedy() for i in range(NUM_THREADS)]

Completed in 341 milliseconds