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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/iobench/
iobench.py 311 text_files = list(get_text_files())
325 run_test_family(read_tests, "b", text_files, lambda fn: text_open(fn, "r"))
342 run_test_family(write_tests, "b", text_files,
360 run_test_family(modify_tests, "b", text_files,
  /external/python/cpython2/Tools/iobench/
iobench.py 311 text_files = list(get_text_files())
325 run_test_family(read_tests, "b", text_files, lambda fn: text_open(fn, "r"))
342 run_test_family(write_tests, "b", text_files,
360 run_test_family(modify_tests, "b", text_files,
  /external/python/cpython3/Tools/iobench/
iobench.py 322 text_files = list(get_text_files())
336 run_test_family(read_tests, "b", text_files, lambda fn: text_open(fn, "r"))
353 run_test_family(write_tests, "b", text_files,
371 run_test_family(modify_tests, "b", text_files,

Completed in 123 milliseconds