Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/iobench/
Diobench.py15 TEXT_ENCODING = 'utf8' variable
26 return open(fn, mode, encoding=encoding or TEXT_ENCODING)
40 return (("%s-%s-%s.txt" % (name, TEXT_ENCODING, NEWLINES), size)
315 print("Text unit = one character (%s-decoded)" % TEXT_ENCODING)
389 chunk = chunk.encode(TEXT_ENCODING)
398 tail.decode(TEXT_ENCODING)
407 global TEXT_ENCODING, NEWLINES
425 help="encoding for text tests (default: %s)" % TEXT_ENCODING)
452 TEXT_ENCODING = options.encoding