Searched refs:run_test_family (Results 1 – 1 of 1) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/iobench/ |
D | iobench.py | 290 def run_test_family(tests, mode_filter, files, open_func, *make_args): function 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")) 333 run_test_family(write_tests, "t", binary_files, 342 run_test_family(write_tests, "b", text_files, 351 run_test_family(modify_tests, "t", binary_files, 360 run_test_family(modify_tests, "b", text_files,
|