/external/python/cpython2/Lib/test/ |
bisect_cmd.py | 32 def write_tests(filename, tests): function 43 write_tests(filename, tests) 77 write_tests(tmp, tests)
|
/external/python/cpython3/Lib/test/ |
bisect_cmd.py | 31 def write_tests(filename, tests): function 42 write_tests(filename, tests) 69 write_tests(tmp, tests)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/iobench/ |
iobench.py | 233 write_tests = [
variable 333 run_test_family(write_tests, "t", binary_files,
342 run_test_family(write_tests, "b", text_files,
|
/external/python/cpython2/Tools/iobench/ |
iobench.py | 233 write_tests = [ variable 333 run_test_family(write_tests, "t", binary_files, 342 run_test_family(write_tests, "b", text_files,
|
/external/python/cpython3/Tools/iobench/ |
iobench.py | 234 write_tests = [ variable 344 run_test_family(write_tests, "t", binary_files, 353 run_test_family(write_tests, "b", text_files,
|