/external/python/cpython2/Tools/iobench/ |
iobench.py | 24 def text_open(fn, mode, encoding=None): function 325 run_test_family(read_tests, "b", text_files, lambda fn: text_open(fn, "r")) 340 with text_open(name, "r") as f: 343 lambda fn: text_open(os.devnull, "w"), make_test_source) 358 with text_open(name, "r") as f: 361 lambda fn: text_open(fn, "r+"), make_test_source) 374 with text_open(__file__, "rU", encoding='utf8') as f:
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/iobench/ |
iobench.py | 24 def text_open(fn, mode, encoding=None):
function 325 run_test_family(read_tests, "b", text_files, lambda fn: text_open(fn, "r"))
340 with text_open(name, "r") as f:
343 lambda fn: text_open(os.devnull, "w"), make_test_source)
358 with text_open(name, "r") as f:
374 with text_open(__file__, "rU", encoding='utf8') as f:
|
/external/python/cpython3/Tools/iobench/ |
iobench.py | 23 def text_open(fn, mode, encoding=None): function 336 run_test_family(read_tests, "b", text_files, lambda fn: text_open(fn, "r")) 351 with text_open(name, "r") as f: 354 lambda fn: text_open(os.devnull, "w"), make_test_source) 369 with text_open(name, "r") as f: 372 lambda fn: text_open(fn, "r+"), make_test_source) 385 with text_open(__file__, "r", encoding='utf8') as f:
|
/external/icu/icu4c/source/test/cintltst/ |
ucnvseltst.c | 226 text_open(TestText *tt) { function 388 if (!text_open(&text)) {
|