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

/external/chromium_org/tools/telemetry/third_party/pyserial/serial/tools/
H A Dlist_ports_posix.py15 The ``comports`` function is expected to return an iterable that yields tuples
30 from serial.tools.list_ports_linux import comports namespace
33 def comports(): function
38 def comports(): function
45 def comports(): function
50 from serial.tools.list_ports_osx import comports namespace
53 def comports(): function
59 def comports(): function
65 def comports(): function
71 def comports() function
77 def comports(): function
[all...]
H A Dlist_ports.py11 This module will provide a function called comports that returns an
43 for port, desc, hwid in comports():
86 iterator = sorted(comports())
H A Dlist_ports_linux.py33 # The comports function is expected to return an iterable that yields tuples of
143 def comports(): function
150 for port, desc, hwid in sorted(comports()):
H A Dlist_ports_osx.py174 def comports(): function
206 for port, desc, hwid in sorted(comports()):
H A Dlist_ports_windows.py130 def comports(): function
239 for port, desc, hwid in sorted(comports()):
H A Dminiterm.py13 from serial.tools.list_ports import comports namespace
15 comports = None variable
153 if comports:
155 for port, desc, hwid in sorted(comports()):
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
H A Dmonsoon.py61 for (port, desc, _) in serial.tools.list_ports.comports():

Completed in 1293 milliseconds