Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/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/pigweed/targets/stm32f429i-disc1/py/stm32f429i_disc1_utils/
Dstm32f429i_detector.py39 all_devs = serial.tools.list_ports.comports()
/external/pigweed/pw_arduino_build/py/pw_arduino_build/
Dunit_test_runner.py179 while port not in [sp.device for sp in serial.tools.list_ports.comports()]:
/external/kotlinx.coroutines/benchmarks/src/jmh/resources/
Dospd.txt.gz