Searched refs:comports (Results 1 – 9 of 9) sorted by relevance
/external/chromium-trace/catapult/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/pigweed/targets/stm32f429i-disc1/py/stm32f429i_disc1_utils/ |
D | stm32f429i_detector.py | 39 all_devs = serial.tools.list_ports.comports()
|
/external/pigweed/pw_arduino_build/py/pw_arduino_build/ |
D | unit_test_runner.py | 179 while port not in [sp.device for sp in serial.tools.list_ports.comports()]:
|
/external/kotlinx.coroutines/benchmarks/src/jmh/resources/ |
D | ospd.txt.gz |
|