HomeSort by relevance Sort by last modified time
    Searched refs:PARENB (Results 1 - 25 of 94) sorted by null

1 2 3 4

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
tty.py 23 mode[CFLAG] = mode[CFLAG] & ~(CSIZE | PARENB)
  /external/python/cpython2/Lib/
tty.py 23 mode[CFLAG] = mode[CFLAG] & ~(CSIZE | PARENB)
  /external/python/cpython3/Lib/
tty.py 23 mode[CFLAG] = mode[CFLAG] & ~(CSIZE | PARENB)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
ttydefaults.h 49 #define TTYDEF_CFLAG (CREAD | CS7 | PARENB | HUPCL)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
ttydefaults.h 49 #define TTYDEF_CFLAG (CREAD | CS7 | PARENB | HUPCL)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
tty.py 23 mode[CFLAG] = mode[CFLAG] & ~(CSIZE | PARENB)
  /prebuilts/gdb/linux-x86/lib/python2.7/
tty.py 23 mode[CFLAG] = mode[CFLAG] & ~(CSIZE | PARENB)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tty.py 23 mode[CFLAG] = mode[CFLAG] & ~(CSIZE | PARENB)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tty.py 23 mode[CFLAG] = mode[CFLAG] & ~(CSIZE | PARENB)
  /bionic/tests/
termios_test.cpp 94 EXPECT_EQ(0U, (t.c_cflag & PARENB));
  /bionic/libc/include/bits/
termios_inlines.h 64 s->c_cflag &= ~(CSIZE|PARENB);
  /bionic/libc/kernel/uapi/asm-generic/
termbits.h 143 #define PARENB 0000400
  /bionic/libc/kernel/uapi/asm-mips/asm/
termbits.h 144 #define PARENB 0000400
  /device/google/contexthub/util/stm32_flash/
uart.c 109 tio.c_cflag = CS8 | CLOCAL | CREAD | PARENB;
  /external/kernel-headers/original/uapi/asm-generic/
termbits.h 139 #define PARENB 0000400
  /external/kernel-headers/original/uapi/asm-mips/asm/
termbits.h 163 #define PARENB 0000400 /* Parity enable. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
termbits.h 138 #define PARENB 0000400
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
termios.h 149 #define PARENB 0000400
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
termios.h 149 #define PARENB 0000400
  /external/libedit/src/
tty.h 102 # ifndef PARENB
103 # define PARENB 0
104 # endif /* PARENB */
  /external/ltp/testcases/kernel/syscalls/ioctl/
ioctl02.c 231 termio.c_cflag = B50 | CS7 | CREAD | PARENB | PARODD | CLOCAL;
299 * setting is not done properly for either of (B50|CS7|CREAD|PARENB|
304 if (termio.c_cflag != (B50 | CS7 | CREAD | PARENB | PARODD | CLOCAL)) {
  /hardware/broadcom/libbt/src/
userial_vendor.c 224 parity = PARENB;
226 parity = (PARENB | PARODD);
  /hardware/qcom/bt/msm8909/libbt-vendor/src/
hci_uart.c 257 parity = PARENB;
259 parity = (PARENB | PARODD);
  /hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/
hci_uart.c 259 parity = PARENB;
261 parity = (PARENB | PARODD);
  /hardware/qcom/bt/msm8992/libbt-vendor/src/
hci_uart.c 258 parity = PARENB;
260 parity = (PARENB | PARODD);

Completed in 382 milliseconds

1 2 3 4