Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/pyserial/serial/
Dsermsdos.py54 (PARITY_NONE, PARITY_EVEN, PARITY_ODD, PARITY_MARK,
85 parity = PARITY_NONE,
103 if parity == PARITY_NONE:
Dserialutil.py87 PARITY_NONE, PARITY_EVEN, PARITY_ODD, PARITY_MARK, PARITY_SPACE = 'N', 'E', 'O', 'M', 'S' variable
92 PARITY_NONE: 'None',
231 PARITIES = (PARITY_NONE, PARITY_EVEN, PARITY_ODD, PARITY_MARK, PARITY_SPACE)
242 parity=PARITY_NONE, # enable parity checking
Dserialjava.py103 if self._parity == PARITY_NONE:
104 jparity = comm.SerialPort.PARITY_NONE
Dserialcli.py93 if self._parity == PARITY_NONE:
Dserialwin32.py148 if self._parity == PARITY_NONE:
Dserialposix.py382 if self._parity == PARITY_NONE:
Drfc2217.py199 PARITY_NONE: 1,
/external/iproute2/include/linux/hdlc/
Dioctl.h23 #define PARITY_NONE 1 /* No parity */ macro
/external/kernel-headers/original/uapi/linux/hdlc/
Dioctl.h23 #define PARITY_NONE 1 /* No parity */ macro
/external/autotest/client/cros/i2c/
Dusb_to_i2c.py114 parity=serial.PARITY_NONE,
/external/chromium-trace/catapult/third_party/pyserial/serial/tools/
Dminiterm.py426 self.serial.parity = serial.PARITY_NONE