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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/iobench/
iobench.py 226 read_tests = [ variable
320 run_test_family(read_tests, "t", binary_files, lambda fn: open(fn, "rb"))
325 run_test_family(read_tests, "b", text_files, lambda fn: text_open(fn, "r"))
  /external/python/cpython2/Tools/iobench/
iobench.py 226 read_tests = [ variable
320 run_test_family(read_tests, "t", binary_files, lambda fn: open(fn, "rb"))
325 run_test_family(read_tests, "b", text_files, lambda fn: text_open(fn, "r"))
  /external/python/cpython3/Tools/iobench/
iobench.py 227 read_tests = [ variable
331 run_test_family(read_tests, "t", binary_files, lambda fn: open(fn, "rb"))
336 run_test_family(read_tests, "b", text_files, lambda fn: text_open(fn, "r"))

Completed in 473 milliseconds