Searched refs:NEWLINE_CONVERISON_MAP (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/tools/telemetry/third_party/pyserial/serial/tools/
H A Dminiterm.py163 NEWLINE_CONVERISON_MAP = (LF, CR, CRLF) variable
179 self.newline = NEWLINE_CONVERISON_MAP[self.convert_outgoing]
352 self.newline = NEWLINE_CONVERISON_MAP[self.convert_outgoing]

Completed in 86 milliseconds