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

  /external/chromium_org/tools/telemetry/third_party/pyserial/serial/
serialcli.py 11 import System.IO.Ports
17 return System.IO.Ports.SerialPort.GetPortNames()[portnum]
40 self._port_handle = System.IO.Ports.SerialPort(self.portstr)
62 self._port_handle.ReadTimeout = System.IO.Ports.SerialPort.InfiniteTimeout
70 self._port_handle.WriteTimeout = System.IO.Ports.SerialPort.InfiniteTimeout
94 self._port_handle.Parity = getattr(System.IO.Ports.Parity, 'None') # reserved keyword in Py3k
96 self._port_handle.Parity = System.IO.Ports.Parity.Even
98 self._port_handle.Parity = System.IO.Ports.Parity.Odd
100 self._port_handle.Parity = System.IO.Ports.Parity.Mark
102 self._port_handle.Parity = System.IO.Ports.Parity.Spac
    [all...]
  /external/chromium_org/tools/telemetry/third_party/pyserial/serial/tools/
list_ports_windows.py 127 Ports = serial.to_bytes([80, 111, 114, 116, 115]) # "Ports"
134 Ports,
146 DIGCF_PRESENT) # was DIGCF_PRESENT|DIGCF_DEVICEINTERFACE which misses CDC ports
173 # unfortunately does this method also include parallel ports.
175 # and hope that other "unknown" names are serial ports...
  /external/chromium_org/extensions/common/
url_pattern_unittest.cc 58 TEST(ExtensionURLPatternTest, Ports) {
626 // ports
  /ndk/build/core/
init.mk 214 # Always use /usr/bin/file on Darwin to avoid relying on broken Ports
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wmidata.h     [all...]

Completed in 135 milliseconds