Searched refs:comports (Results 1 – 7 of 7) sorted by relevance
/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/tools/ |
D | list_ports_posix.py | 30 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 …]
|
D | list_ports.py | 43 for port, desc, hwid in comports(): 86 iterator = sorted(comports())
|
D | list_ports_linux.py | 143 def comports(): function 150 for port, desc, hwid in sorted(comports()):
|
D | list_ports_osx.py | 174 def comports(): function 206 for port, desc, hwid in sorted(comports()):
|
D | list_ports_windows.py | 130 def comports(): function 239 for port, desc, hwid in sorted(comports()):
|
D | miniterm.py | 13 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/ |
D | monsoon.py | 58 for (port, desc, _) in serial.tools.list_ports.comports():
|