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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/iobench/
iobench.py 290 def run_test_family(tests, mode_filter, files, open_func, *make_args): function in function:run_all_tests
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,
  /external/python/cpython2/Tools/iobench/
iobench.py 290 def run_test_family(tests, mode_filter, files, open_func, *make_args): function in function:run_all_tests
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,
  /external/python/cpython3/Tools/iobench/
iobench.py 291 def run_test_family(tests, mode_filter, files, open_func, *make_args): function in function:run_all_tests
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"))
344 run_test_family(write_tests, "t", binary_files,
353 run_test_family(write_tests, "b", text_files,
362 run_test_family(modify_tests, "t", binary_files,
371 run_test_family(modify_tests, "b", text_files,

Completed in 3047 milliseconds