Home
last modified time | relevance | path

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

/external/u-boot/test/py/
Dmultiplexed_log.py317 _nonprint = ('%' + ''.join(chr(c) for c in range(0, 32) if c not in (9, 10)) + variable in Logfile
334 data = ''.join((c in self._nonprint) and ('%%%02x' % ord(c)) or