Searched refs:FIVEBITS (Results 1 – 5 of 5) sorted by relevance
/external/chromium-trace/catapult/third_party/pyserial/serial/ |
D | sermsdos.py | 58 FIVEBITS, SIXBITS, SEVENBITS, EIGHTBITS = (5, 6, 7, 8) variable
|
D | serialutil.py | 89 FIVEBITS, SIXBITS, SEVENBITS, EIGHTBITS = (5, 6, 7, 8) variable 230 BYTESIZES = (FIVEBITS, SIXBITS, SEVENBITS, EIGHTBITS)
|
D | serialjava.py | 83 if self._bytesize == FIVEBITS:
|
D | serialcli.py | 82 if self._bytesize == FIVEBITS:
|
D | serialwin32.py | 137 if self._bytesize == FIVEBITS:
|