Home
last modified time | relevance | path

Searched refs:comports (Results 1 – 7 of 7) sorted by relevance

/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/tools/
Dlist_ports_posix.py30 from serial.tools.list_ports_linux import comports
33 def comports(): function
38 def comports(): function
45 def comports(): function
50 from serial.tools.list_ports_osx import comports
53 def comports(): function
59 def comports(): function
65 def comports(): function
71 def comports(): function
77 def comports(): function
[all …]
Dlist_ports.py43 for port, desc, hwid in comports():
86 iterator = sorted(comports())
Dlist_ports_linux.py143 def comports(): function
150 for port, desc, hwid in sorted(comports()):
Dlist_ports_osx.py174 def comports(): function
206 for port, desc, hwid in sorted(comports()):
Dlist_ports_windows.py130 def comports(): function
239 for port, desc, hwid in sorted(comports()):
Dminiterm.py13 from serial.tools.list_ports import comports
15 comports = None variable
153 if comports:
155 for port, desc, hwid in sorted(comports()):
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
Dmonsoon.py58 for (port, desc, _) in serial.tools.list_ports.comports():