Home
last modified time | relevance | path

Searched refs:do_not_open (Results 1 – 25 of 25) sorted by relevance

/dports/comms/py-pyserial/pyserial-3.5/test/
H A Dtest_rfc2217.py21 s = serial.serial_for_url('rfc2217://127.99.99.99:2217', do_not_open=True)
26 s = serial.serial_for_url('rfc2217://127goingtofail', do_not_open=True)
31 s = serial.serial_for_url('rfc2217://irrelevant', do_not_open=True)
H A Dtest_settings_dict.py30 ser = serial.serial_for_url(PORT, do_not_open=True)
37 ser = serial.serial_for_url(PORT, do_not_open=True)
47 ser = serial.serial_for_url(PORT, do_not_open=True)
H A Dtest_url.py26 serial.serial_for_url('loop://', do_not_open=True)
H A Dtest_exclusive.py23 with serial.serial_for_url(PORT, do_not_open=True) as x:
H A Dtest_rs485.py24 self.s = serial.serial_for_url(PORT, do_not_open=True)
H A Dtest_advanced.py34 self.s = serial.serial_for_url(PORT, do_not_open=True)
H A Dtest.py197 self.s = serial.serial_for_url(PORT, do_not_open=True)
/dports/comms/py-pyserial/pyserial-3.5/examples/
H A Drfc2217_server.py137 ser = serial.serial_for_url(args.SERIALPORT, do_not_open=True)
H A Dtcp_serial_redirect.py132 ser = serial.serial_for_url(args.SERIALPORT, do_not_open=True)
/dports/comms/py-esptool/esptool-3.2/
H A Desp_rfc2217_server.py230 ser = serial.serial_for_url(args.SERIALPORT, do_not_open=True)
/dports/comms/py-pyserial/pyserial-3.5/serial/tools/
H A Dminiterm.py721 new_serial = serial.serial_for_url(port, do_not_open=True)
980 do_not_open=True)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/pyserial/serial/tools/
H A Dminiterm.py373 new_serial = serial.serial_for_url(port, do_not_open=True)
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dsql_select.h2446 const LEX_CSTRING *alias, bool do_not_open=FALSE,
2452 bool do_not_open, bool keep_row_order);
H A Dsql_select.cc18457 bool do_not_open, bool keep_row_order);
18902 bool do_not_open, bool keep_row_order) in finalize() argument
19361 if (!do_not_open) in finalize()
19442 const LEX_CSTRING *table_alias, bool do_not_open, in create_tmp_table() argument
19450 maker.finalize(thd, table, param, do_not_open, keep_row_order)) in create_tmp_table()
19463 bool do_not_open, bool keep_row_order) in create_tmp_table_for_schema() argument
19470 maker.finalize(thd, table, param, do_not_open, keep_row_order)) in create_tmp_table_for_schema()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dsql_select.h2446 const LEX_CSTRING *alias, bool do_not_open=FALSE,
2452 bool do_not_open, bool keep_row_order);
H A Dsql_select.cc18457 bool do_not_open, bool keep_row_order);
18902 bool do_not_open, bool keep_row_order) in finalize() argument
19361 if (!do_not_open) in finalize()
19442 const LEX_CSTRING *table_alias, bool do_not_open, in create_tmp_table() argument
19450 maker.finalize(thd, table, param, do_not_open, keep_row_order)) in create_tmp_table()
19463 bool do_not_open, bool keep_row_order) in create_tmp_table_for_schema() argument
19470 maker.finalize(thd, table, param, do_not_open, keep_row_order)) in create_tmp_table_for_schema()
/dports/comms/py-pyserial/pyserial-3.5/documentation/
H A Dpyserial_api.rst1043 :param do_not_open: When set to true, the serial port is not opened.
1051 The port is not opened when a keyword parameter called *do_not_open* is
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dsql_select.h2435 const LEX_CSTRING *alias, bool do_not_open=FALSE,
H A Dsql_select.cc18325 const LEX_CSTRING *table_alias, bool do_not_open, in create_tmp_table() argument
19169 if (!do_not_open) in create_tmp_table()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dsql_select.h2435 const LEX_CSTRING *alias, bool do_not_open=FALSE,
H A Dsql_select.cc18325 const LEX_CSTRING *table_alias, bool do_not_open, in create_tmp_table() argument
19169 if (!do_not_open) in create_tmp_table()
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dsql_select.h2412 const LEX_CSTRING *alias, bool do_not_open=FALSE,
H A Dsql_select.cc17574 const LEX_CSTRING *table_alias, bool do_not_open, in create_tmp_table() argument
18422 if (!do_not_open) in create_tmp_table()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dsql_select.h2412 const LEX_CSTRING *alias, bool do_not_open=FALSE,
H A Dsql_select.cc17574 const LEX_CSTRING *table_alias, bool do_not_open, in create_tmp_table() argument
18422 if (!do_not_open) in create_tmp_table()