HomeSort by relevance Sort by last modified time
    Searched refs:ospeed (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
termcap.h 60 extern NCURSES_EXPORT_VAR(NCURSES_OSPEED) ospeed;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
termcap.h 60 extern NCURSES_EXPORT_VAR(NCURSES_OSPEED) ospeed;
  /external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/
serialposix.py 323 iflag, oflag, cflag, lflag, ispeed, ospeed, cc = orig_attr
343 ispeed = ospeed = getattr(TERMIOS, 'B%s' % (self._baudrate))
346 ispeed = ospeed = baudrate_constants[self._baudrate]
350 ispeed = ospeed = getattr(TERMIOS, 'B38400')
426 if [iflag, oflag, cflag, lflag, ispeed, ospeed, cc] != orig_attr:
427 termios.tcsetattr(self.fd, TERMIOS.TCSANOW, [iflag, oflag, cflag, lflag, ispeed, ospeed, cc])

Completed in 261 milliseconds