Home
last modified time | relevance | path

Searched refs:text_open (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Tools/iobench/
Diobench.py23 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:
/third_party/icu/icu4c/source/test/cintltst/
Ducnvseltst.c226 text_open(TestText *tt) { in text_open() function
388 if (!text_open(&text)) { in TestSelector()