Home
last modified time | relevance | path

Searched defs:m_socket (Results 1 – 25 of 530) sorted by relevance

12345678910>>...22

/dports/net/cloud-init/cloud-init-21.4/cloudinit/sources/helpers/tests/
H A Dtest_netlink.py28 def test_socket_error_on_create(self, m_socket): argument
44 def test_read_netlink_socket(self, m_select, m_socket): argument
57 def test_netlink_read_timeout(self, m_select, m_socket): argument
169 def test_nic_attached_oper_up(self, m_read_netlink_socket, m_socket): argument
196 def test_nic_detached(self, m_read_netlink_socket, m_socket): argument
230 m_socket): argument
242 m_socket): argument
340 m_socket): argument
373 m_socket): argument
407 def test_wait_invalid_socket(self, m_read_netlink_socket, m_socket): argument
[all …]
/dports/www/py-django-extensions/django-extensions-3.0.5/tests/management/commands/
H A Dtest_set_default_site.py23 def test_should_raise_CommandError_if_system_fqdn_return_None(self, m_socket): argument
46 …st_should_use_domain_as_name_if_system_fqdn_return_domain_and_name_is_not_provided(self, m_socket): argument
56 … def test_should_set_custom_nameif_system_fqdn_return_domain_and_name_is_provided(self, m_socket): argument
/dports/mail/emailrelay/emailrelay-1.9/src/gnet/
H A Dgserver.h93 std::auto_ptr<StreamSocket> m_socket ; member
178 std::auto_ptr<StreamSocket> m_socket ; variable
272 std::auto_ptr<StreamSocket> m_socket ; // order dependency -- first variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/execserver/
H A DxsTcpServer.hpp52 de::Socket m_socket; member in xs::TcpServer
79 de::Socket* m_socket; member in xs::ConnectionHandler
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/executor/
H A DxeTcpIpLink.hpp86 de::Socket& m_socket; member in xe::TcpIpSendThread
109 de::Socket& m_socket; member in xe::TcpIpRecvThread
144 de::Socket m_socket; member in xe::TcpIpLink
/dports/net/ns3/ns-allinone-3.35/ns-3.35/examples/stats/
H A Dwifi-example-apps.h59 Ptr<Socket> m_socket; variable
91 Ptr<Socket> m_socket; variable
/dports/devel/py-asyncio/asyncio-3.4.3/tests/
H A Dtest_windows_utils.py42 def test_winsocketpair_exc(self, m_socket): argument
62 def test_winsocketpair_close(self, m_socket): argument
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/test_asyncio/
H A Dtest_base_events.py142 def test_ipaddr_info_no_inet_pton(self, m_socket): argument
1062 def test_create_connection_multiple_errors(self, m_socket): argument
1093 def test_create_connection_timeout(self, m_socket): argument
1308 def test_create_connection_ipv6_scope(self, m_socket): argument
1330 def test_create_connection_ip_addr(self, m_socket): argument
1334 def test_create_connection_no_inet_pton(self, m_socket): argument
1338 def test_create_connection_service_name(self, m_socket): argument
1387 def test_create_connection_bluetooth(self, m_socket): argument
1538 def test_create_server_nosoreuseport(self, m_socket): argument
1560 def test_create_server_cant_bind(self, m_socket): argument
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/test_asyncio/
H A Dtest_base_events.py142 def test_ipaddr_info_no_inet_pton(self, m_socket): argument
1062 def test_create_connection_multiple_errors(self, m_socket): argument
1093 def test_create_connection_timeout(self, m_socket): argument
1308 def test_create_connection_ipv6_scope(self, m_socket): argument
1330 def test_create_connection_ip_addr(self, m_socket): argument
1334 def test_create_connection_no_inet_pton(self, m_socket): argument
1338 def test_create_connection_service_name(self, m_socket): argument
1387 def test_create_connection_bluetooth(self, m_socket): argument
1538 def test_create_server_nosoreuseport(self, m_socket): argument
1560 def test_create_server_cant_bind(self, m_socket): argument
[all …]
/dports/lang/python-tools/Python-3.8.12/Lib/test/test_asyncio/
H A Dtest_base_events.py142 def test_ipaddr_info_no_inet_pton(self, m_socket): argument
1062 def test_create_connection_multiple_errors(self, m_socket): argument
1093 def test_create_connection_timeout(self, m_socket): argument
1308 def test_create_connection_ipv6_scope(self, m_socket): argument
1330 def test_create_connection_ip_addr(self, m_socket): argument
1334 def test_create_connection_no_inet_pton(self, m_socket): argument
1338 def test_create_connection_service_name(self, m_socket): argument
1387 def test_create_connection_bluetooth(self, m_socket): argument
1538 def test_create_server_nosoreuseport(self, m_socket): argument
1560 def test_create_server_cant_bind(self, m_socket): argument
[all …]
/dports/lang/python37/Python-3.7.12/Lib/test/test_asyncio/
H A Dtest_base_events.py138 def test_ipaddr_info_no_inet_pton(self, m_socket): argument
1051 def test_create_connection_multiple_errors(self, m_socket): argument
1084 def test_create_connection_timeout(self, m_socket): argument
1296 def test_create_connection_ipv6_scope(self, m_socket): argument
1318 def test_create_connection_ip_addr(self, m_socket): argument
1322 def test_create_connection_no_inet_pton(self, m_socket): argument
1326 def test_create_connection_service_name(self, m_socket): argument
1376 def test_create_connection_bluetooth(self, m_socket): argument
1528 def test_create_server_nosoreuseport(self, m_socket): argument
1550 def test_create_server_cant_bind(self, m_socket): argument
[all …]
/dports/lang/python311/Python-3.11.0a3/Lib/test/test_asyncio/
H A Dtest_base_events.py143 def test_ipaddr_info_no_inet_pton(self, m_socket): argument
1073 def test_create_connection_multiple_errors(self, m_socket): argument
1104 def test_create_connection_timeout(self, m_socket): argument
1317 def test_create_connection_ipv6_scope(self, m_socket): argument
1339 def test_create_connection_ip_addr(self, m_socket): argument
1343 def test_create_connection_no_inet_pton(self, m_socket): argument
1347 def test_create_connection_service_name(self, m_socket): argument
1396 def test_create_connection_bluetooth(self, m_socket): argument
1547 def test_create_server_nosoreuseport(self, m_socket): argument
1569 def test_create_server_cant_bind(self, m_socket): argument
[all …]
/dports/lang/python39/Python-3.9.9/Lib/test/test_asyncio/
H A Dtest_base_events.py142 def test_ipaddr_info_no_inet_pton(self, m_socket): argument
1068 def test_create_connection_multiple_errors(self, m_socket): argument
1099 def test_create_connection_timeout(self, m_socket): argument
1314 def test_create_connection_ipv6_scope(self, m_socket): argument
1336 def test_create_connection_ip_addr(self, m_socket): argument
1340 def test_create_connection_no_inet_pton(self, m_socket): argument
1344 def test_create_connection_service_name(self, m_socket): argument
1393 def test_create_connection_bluetooth(self, m_socket): argument
1544 def test_create_server_nosoreuseport(self, m_socket): argument
1566 def test_create_server_cant_bind(self, m_socket): argument
[all …]
/dports/lang/python38/Python-3.8.12/Lib/test/test_asyncio/
H A Dtest_base_events.py142 def test_ipaddr_info_no_inet_pton(self, m_socket): argument
1062 def test_create_connection_multiple_errors(self, m_socket): argument
1093 def test_create_connection_timeout(self, m_socket): argument
1308 def test_create_connection_ipv6_scope(self, m_socket): argument
1330 def test_create_connection_ip_addr(self, m_socket): argument
1334 def test_create_connection_no_inet_pton(self, m_socket): argument
1338 def test_create_connection_service_name(self, m_socket): argument
1387 def test_create_connection_bluetooth(self, m_socket): argument
1538 def test_create_server_nosoreuseport(self, m_socket): argument
1560 def test_create_server_cant_bind(self, m_socket): argument
[all …]
/dports/lang/python310/Python-3.10.1/Lib/test/test_asyncio/
H A Dtest_base_events.py143 def test_ipaddr_info_no_inet_pton(self, m_socket): argument
1069 def test_create_connection_multiple_errors(self, m_socket): argument
1100 def test_create_connection_timeout(self, m_socket): argument
1313 def test_create_connection_ipv6_scope(self, m_socket): argument
1335 def test_create_connection_ip_addr(self, m_socket): argument
1339 def test_create_connection_no_inet_pton(self, m_socket): argument
1343 def test_create_connection_service_name(self, m_socket): argument
1392 def test_create_connection_bluetooth(self, m_socket): argument
1543 def test_create_server_nosoreuseport(self, m_socket): argument
1565 def test_create_server_cant_bind(self, m_socket): argument
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/test_asyncio/
H A Dtest_base_events.py142 def test_ipaddr_info_no_inet_pton(self, m_socket): argument
1062 def test_create_connection_multiple_errors(self, m_socket): argument
1093 def test_create_connection_timeout(self, m_socket): argument
1308 def test_create_connection_ipv6_scope(self, m_socket): argument
1330 def test_create_connection_ip_addr(self, m_socket): argument
1334 def test_create_connection_no_inet_pton(self, m_socket): argument
1338 def test_create_connection_service_name(self, m_socket): argument
1387 def test_create_connection_bluetooth(self, m_socket): argument
1538 def test_create_server_nosoreuseport(self, m_socket): argument
1560 def test_create_server_cant_bind(self, m_socket): argument
[all …]
/dports/devel/py-trollius/trollius-2.2/tests/
H A Dtest_windows_utils.py40 def test_winsocketpair_exc(self, m_socket): argument
60 def test_winsocketpair_close(self, m_socket): argument
/dports/sysutils/plasma5-ksystemstats/ksystemstats-5.23.5/plugins/network/
H A DRtNetlinkBackend.h46 std::unique_ptr<nl_sock, decltype(&nl_socket_free)> m_socket; variable
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/tbx/
H A Dtbx_sockets_imp.h35 SOCKET m_socket = 0; variable
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtscxml/examples/scxml/ftpclient/
H A Dftpdatachannel.h89 QScopedPointer<QTcpSocket> m_socket; variable
/dports/net/mpich/mpich-3.4.3/modules/ucx/test/apps/sockaddr/
H A Dsa_tcp.h44 tcp_socket m_socket; variable
/dports/audio/supercollider/SuperCollider-3.11.0-Source/editors/sc-ide/widgets/util/
H A DWebSocketTransport.hpp73 QWebSocket* m_socket; member in ScIDE::WebSocketTransport
/dports/multimedia/kodi-addon-pvr.hts/pvr.hts-19.0.4-Matrix/src/tvheadend/utilities/
H A DTCPSocket.h43 std::shared_ptr<kissnet::tcp_socket> m_socket; variable
/dports/databases/mysql55-client/mysql-5.5.62/storage/ndb/include/util/
H A DSocketServer.hpp55 NDB_SOCKET_TYPE m_socket; member in SocketServer::Session
119 NDB_SOCKET_TYPE m_socket; member
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/
H A DtipcsrvP.h24 QLocalSocket *m_socket; variable

12345678910>>...22