Home
last modified time | relevance | path

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

12345678910

/dports/www/restbed/restbed-4.8/dependency/asio/asio/src/tests/unit/execution/
H A Dconnect.cpp336 ASIO_CONSTEXPR bool b1 = exec::can_connect< in test_can_connect()
340 ASIO_CONSTEXPR bool b2 = exec::can_connect< in test_can_connect()
344 ASIO_CONSTEXPR bool b3 = exec::can_connect< in test_can_connect()
348 ASIO_CONSTEXPR bool b4 = exec::can_connect< in test_can_connect()
352 ASIO_CONSTEXPR bool b5 = exec::can_connect< in test_can_connect()
356 ASIO_CONSTEXPR bool b6 = exec::can_connect< in test_can_connect()
360 ASIO_CONSTEXPR bool b7 = exec::can_connect< in test_can_connect()
364 ASIO_CONSTEXPR bool b8 = exec::can_connect< in test_can_connect()
368 ASIO_CONSTEXPR bool b9 = exec::can_connect< in test_can_connect()
372 ASIO_CONSTEXPR bool b10 = exec::can_connect< in test_can_connect()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/asio/test/execution/
H A Dconnect.cpp352 BOOST_ASIO_CONSTEXPR bool b1 = exec::can_connect< in test_can_connect()
356 BOOST_ASIO_CONSTEXPR bool b2 = exec::can_connect< in test_can_connect()
360 BOOST_ASIO_CONSTEXPR bool b3 = exec::can_connect< in test_can_connect()
364 BOOST_ASIO_CONSTEXPR bool b4 = exec::can_connect< in test_can_connect()
368 BOOST_ASIO_CONSTEXPR bool b5 = exec::can_connect< in test_can_connect()
372 BOOST_ASIO_CONSTEXPR bool b6 = exec::can_connect< in test_can_connect()
376 BOOST_ASIO_CONSTEXPR bool b7 = exec::can_connect< in test_can_connect()
380 BOOST_ASIO_CONSTEXPR bool b8 = exec::can_connect< in test_can_connect()
384 BOOST_ASIO_CONSTEXPR bool b9 = exec::can_connect< in test_can_connect()
388 BOOST_ASIO_CONSTEXPR bool b10 = exec::can_connect< in test_can_connect()
[all …]
/dports/net/py-pyzmq/pyzmq-22.3.0/zmq/tests/
H A Dtest_auth.py104 def can_connect(self, server, client): member in TestThreadAuthentication
145 self.assertTrue(self.can_connect(server, client))
153 self.assertTrue(self.can_connect(server, client))
164 self.assertFalse(self.can_connect(server, client))
175 self.assertTrue(self.can_connect(server, client))
195 self.assertTrue(self.can_connect(server, client))
211 self.assertTrue(self.can_connect(server, client))
242 self.assertTrue(self.can_connect(server, client))
254 assert self.can_connect(client, server)
346 assert self.can_connect(client, server)
[all …]
/dports/sysutils/consolekit2/ConsoleKit2-520b862/tools/
H A Dck-collect-session-info.c143 gboolean *can_connect, in get_x11_server_pid() argument
156 if (can_connect != NULL) { in get_x11_server_pid()
157 *can_connect = FALSE; in get_x11_server_pid()
205 if (can_connect != NULL) { in get_x11_server_pid()
206 *can_connect = TRUE; in get_x11_server_pid()
235 gboolean can_connect; in fill_x11_info() local
256 can_connect = FALSE; in fill_x11_info()
257 get_x11_server_pid (si, &can_connect, &xorg_pid); in fill_x11_info()
259 si->x11_can_connect = can_connect; in fill_x11_info()
260 if (! can_connect) { in fill_x11_info()
/dports/security/tor/tor-0.4.6.8/src/test/
H A Dtest_connection.c821 int can_connect; in test_failed_orconn_tracker() local
837 can_connect = should_connect_to_relay(&or_conn); in test_failed_orconn_tracker()
838 tt_int_op(can_connect, OP_EQ, 1); in test_failed_orconn_tracker()
844 can_connect = should_connect_to_relay(&or_conn); in test_failed_orconn_tracker()
845 tt_int_op(can_connect, OP_EQ, 0); in test_failed_orconn_tracker()
851 can_connect = should_connect_to_relay(&or_conn); in test_failed_orconn_tracker()
852 tt_int_op(can_connect, OP_EQ, 1); in test_failed_orconn_tracker()
861 can_connect = should_connect_to_relay(&or_conn); in test_failed_orconn_tracker()
862 tt_int_op(can_connect, OP_EQ, 1); in test_failed_orconn_tracker()
869 tt_int_op(can_connect, OP_EQ, 0); in test_failed_orconn_tracker()
[all …]
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/test/
H A Dtest_connection.c821 int can_connect; in test_failed_orconn_tracker() local
837 can_connect = should_connect_to_relay(&or_conn); in test_failed_orconn_tracker()
838 tt_int_op(can_connect, OP_EQ, 1); in test_failed_orconn_tracker()
844 can_connect = should_connect_to_relay(&or_conn); in test_failed_orconn_tracker()
845 tt_int_op(can_connect, OP_EQ, 0); in test_failed_orconn_tracker()
851 can_connect = should_connect_to_relay(&or_conn); in test_failed_orconn_tracker()
852 tt_int_op(can_connect, OP_EQ, 1); in test_failed_orconn_tracker()
861 can_connect = should_connect_to_relay(&or_conn); in test_failed_orconn_tracker()
862 tt_int_op(can_connect, OP_EQ, 1); in test_failed_orconn_tracker()
869 tt_int_op(can_connect, OP_EQ, 0); in test_failed_orconn_tracker()
[all …]
/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/zpushadmin/model/
H A DDevicerequest.php25 $this->_device->can_connect = true;
46 return $this->_device->can_connect?true:false;
/dports/devel/hyperscan/boost_1_75_0/boost/asio/execution/detail/
H A Dbulk_sender.hpp121 can_connect< in connect()
145 can_connect< in connect()
213 execution::can_connect<
237 execution::can_connect<
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/asio/execution/detail/
H A Dbulk_sender.hpp121 can_connect< in connect()
145 can_connect< in connect()
213 execution::can_connect<
237 execution::can_connect<
/dports/devel/R-cran-BH/BH/inst/include/boost/asio/execution/detail/
H A Dbulk_sender.hpp121 can_connect< in connect()
145 can_connect< in connect()
213 execution::can_connect<
237 execution::can_connect<
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/asio/execution/detail/
H A Dbulk_sender.hpp121 can_connect< in connect()
145 can_connect< in connect()
213 execution::can_connect<
237 execution::can_connect<
/dports/www/restbed/restbed-4.8/dependency/asio/asio/include/asio/execution/detail/
H A Dbulk_sender.hpp120 can_connect< in connect()
144 can_connect< in connect()
212 execution::can_connect<
236 execution::can_connect<
/dports/games/traingame/traingame-cb6513e/src/
H A DEditor.cpp78 bool can_connect(const PointI& a_first_point,
231 bool Editor::can_connect(const PointI& a_first_point, in can_connect() function in Editor
252 if (can_connect(p.left(), p)) { in guess_track_dir()
255 else if (can_connect(p.right(), p)) { in guess_track_dir()
258 else if (can_connect(p.up(), p)) { in guess_track_dir()
261 else if (can_connect(p.down(), p)) { in guess_track_dir()
264 else if (can_connect(p.up_left(), p)) { in guess_track_dir()
267 else if (can_connect(p.up_right(), p)) { in guess_track_dir()
270 else if (can_connect(p.down_left(), p)) { in guess_track_dir()
273 else if (can_connect(p.down_right(), p)) { in guess_track_dir()
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/weatherreport/src/
H A Dweatherreport_node.erl34 -export([can_connect/0,
108 -spec can_connect() -> true | false.
109 can_connect() -> function
H A Dweatherreport_runner.erl34 weatherreport_node:can_connect(),
40 weatherreport_node:can_connect(),
/dports/deskutils/spice-gtk/spice-gtk-0.37/tools/
H A Dspicy-connect.c41 static gboolean can_connect(void) in can_connect() function
75 gtk_widget_set_sensitive(GTK_WIDGET(connect_button), can_connect()); in entry_changed_cb()
130 if (can_connect()) in connect_cb()
203 gtk_widget_set_sensitive(GTK_WIDGET(connect_button), can_connect()); in spicy_connect_dialog()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/test/
H A Dtest_adbapi.py353 if not self.can_connect():
357 def can_connect(self): member in DBTestConnector
393 def can_connect(self): member in GadflyConnector
423 def can_connect(self): member in SQLiteConnector
441 def can_connect(self): member in PyPgSQLConnector
461 def can_connect(self): member in PsycopgConnector
485 def can_connect(self): member in MySQLConnector
511 def can_connect(self): member in FirebirdConnector
/dports/finance/electrum/Electrum-4.1.5/electrum/
H A Dinterface.py772can_connect = blockchain.can_connect(header) if 'mock' not in header else header['mock']['connect'…
773 if not can_connect:
777can_connect = blockchain.can_connect(header) if 'mock' not in header else header['mock']['connect'…
778 assert chain or can_connect
779 if can_connect:
782 if isinstance(can_connect, Blockchain): # not when mocking
783 self.blockchain = can_connect
812 real = not mock and self.blockchain.can_connect(bad_header, check_height=False)
852can_connect = blockchain.can_connect(header) if 'mock' not in header else header['mock']['connect'…
853 if chain or can_connect:
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Target/
H A DProcessTrace.cpp38 bool can_connect) { in CreateInstance() argument
39 if (can_connect) in CreateInstance()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Target/
H A DProcessTrace.cpp38 bool can_connect) { in CreateInstance() argument
39 if (can_connect) in CreateInstance()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Target/
H A DProcessTrace.cpp38 bool can_connect) { in CreateInstance() argument
39 if (can_connect) in CreateInstance()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Target/
H A DProcessTrace.cpp38 bool can_connect) { in CreateInstance() argument
39 if (can_connect) in CreateInstance()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Target/
H A DProcessTrace.cpp38 bool can_connect) { in CreateInstance() argument
39 if (can_connect) in CreateInstance()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Target/
H A DProcessTrace.cpp38 bool can_connect) { in CreateInstance() argument
39 if (can_connect) in CreateInstance()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Target/
H A DProcessTrace.cpp38 bool can_connect) { in CreateInstance() argument
39 if (can_connect) in CreateInstance()

12345678910