Searched refs:connect (Results 1 - 25 of 851) sorted by relevance

1234567891011>>

/external/strace/tests/
H A Dsun_path.test7 run_prog ./net-accept-connect 123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678
8 run_strace_merge -ebind,connect,getsockname $args
H A Dnet-sockaddr.test6 run_strace_match_diff -a24 -e trace=connect
H A Dnet.test7 run_prog ./net-accept-connect net-local-stream
/external/strace/tests-m32/
H A Dsun_path.test7 run_prog ./net-accept-connect 123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678
8 run_strace_merge -ebind,connect,getsockname $args
H A Dnet-sockaddr.test6 run_strace_match_diff -a24 -e trace=connect
H A Dnet.test7 run_prog ./net-accept-connect net-local-stream
/external/strace/tests-mx32/
H A Dsun_path.test7 run_prog ./net-accept-connect 123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678
8 run_strace_merge -ebind,connect,getsockname $args
H A Dnet-sockaddr.test6 run_strace_match_diff -a24 -e trace=connect
H A Dnet.test7 run_prog ./net-accept-connect net-local-stream
/external/autotest/tko/
H A Ddb_postgres.py5 def connect(self, host, database, user, password): member in class:db_postgres
6 return driver.connect("dbname=%s user=%s password=%s" % \
H A Ddb_mysql.py9 def connect(self, host, database, user, password, port): member in class:db_mysql
19 return driver.connect(**connection_args)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/projectName/includes/
H A Ddb.php3 $connect = mysql_connect($dbhost, $dbuser, $dbpass); variable
4 mysql_select_db($db ? $db : "modeling", $connect) or die(mysql_error());
/external/skia/debugger/QT/
H A DSkSettingsWidget.cpp39 connect(&fVisibilityFilterCheckBox, SIGNAL(toggled(bool)), this,
41 connect(&fMegaVizCheckBox, SIGNAL(toggled(bool)), this, SIGNAL(visualizationsChanged()));
42 connect(&fPathOpsCheckBox, SIGNAL(toggled(bool)), this, SIGNAL(visualizationsChanged()));
43 connect(&fOverdrawVizCheckBox, SIGNAL(toggled(bool)), this, SIGNAL(visualizationsChanged()));
53 connect(&fRasterGroup, SIGNAL(toggled(bool)), this, SIGNAL(rasterSettingsChanged()));
65 connect(&fGLGroup, SIGNAL(toggled(bool)), this,
67 connect(&fGLMSAACombo, SIGNAL(activated(int)), this,
78 connect(&fFilterCombo, SIGNAL(activated(int)), this, SIGNAL(texFilterSettingsChanged()));
/external/mockftpserver/tags/1.0/src/test/java/org/mockftpserver/stub/
H A DStubFtpServerIntegrationTest.java77 ftpClient.connect(SERVER);
78 verifyReplyCode("connect", 220);
97 ftpClient.connect(SERVER);
120 ftpClient.connect(SERVER);
132 ftpClient.connect(SERVER);
151 ftpClient.connect(SERVER);
169 ftpClient.connect(SERVER);
192 ftpClient.connect(SERVER);
209 ftpClient.connect(SERVER);
227 ftpClient.connect(SERVE
[all...]
/external/mockftpserver/tags/1.1/src/test/java/org/mockftpserver/stub/
H A DStubFtpServerIntegrationTest.java77 ftpClient.connect(SERVER);
78 verifyReplyCode("connect", 220);
97 ftpClient.connect(SERVER);
120 ftpClient.connect(SERVER);
132 ftpClient.connect(SERVER);
151 ftpClient.connect(SERVER);
169 ftpClient.connect(SERVER);
192 ftpClient.connect(SERVER);
209 ftpClient.connect(SERVER);
227 ftpClient.connect(SERVE
[all...]
/external/parameter-framework/asio/include/asio/
H A Dconnect.hpp2 // connect.hpp
25 * @defgroup connect asio::connect
33 * This function attempts to connect a socket to one of a sequence of
34 * endpoints. It does this by repeated calls to the socket's @c connect member
58 * asio::connect(s, r.resolve(q)); @endcode
61 Iterator connect(basic_socket<Protocol, SocketService>& s, Iterator begin);
65 * This function attempts to connect a socket to one of a sequence of
66 * endpoints. It does this by repeated calls to the socket's @c connect member
91 * asio::connect(
[all...]
/external/parameter-framework/asio-1.10.6/include/asio/
H A Dconnect.hpp2 // connect.hpp
25 * @defgroup connect asio::connect
33 * This function attempts to connect a socket to one of a sequence of
34 * endpoints. It does this by repeated calls to the socket's @c connect member
58 * asio::connect(s, r.resolve(q)); @endcode
61 Iterator connect(basic_socket<Protocol, SocketService>& s, Iterator begin);
65 * This function attempts to connect a socket to one of a sequence of
66 * endpoints. It does this by repeated calls to the socket's @c connect member
91 * asio::connect(
[all...]
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/stub/
H A DStubFtpServer_RestartTest.groovy36 ftpClient.connect(SERVER, PortTestUtil.getFtpServerControlPort())
43 ftpClient.connect(SERVER, PortTestUtil.getFtpServerControlPort())
/external/mockftpserver/tags/2.0.2/src/test/groovy/org/mockftpserver/stub/
H A DStubFtpServer_RestartTest.groovy36 ftpClient.connect(SERVER, PortTestUtil.getFtpServerControlPort())
43 ftpClient.connect(SERVER, PortTestUtil.getFtpServerControlPort())
/external/mockftpserver/tags/2.1/src/test/groovy/org/mockftpserver/stub/
H A DStubFtpServer_RestartTest.groovy36 ftpClient.connect(SERVER, PortTestUtil.getFtpServerControlPort())
43 ftpClient.connect(SERVER, PortTestUtil.getFtpServerControlPort())
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/stub/
H A DStubFtpServer_RestartTest.groovy36 ftpClient.connect(SERVER, PortTestUtil.getFtpServerControlPort())
43 ftpClient.connect(SERVER, PortTestUtil.getFtpServerControlPort())
/external/mockftpserver/tags/2.3/src/test/groovy/org/mockftpserver/stub/
H A DStubFtpServer_RestartTest.groovy36 ftpClient.connect(SERVER, PortTestUtil.getFtpServerControlPort())
43 ftpClient.connect(SERVER, PortTestUtil.getFtpServerControlPort())
/external/mockftpserver/tags/2.4/src/test/groovy/org/mockftpserver/stub/
H A DStubFtpServer_RestartTest.groovy36 ftpClient.connect(SERVER, PortTestUtil.getFtpServerControlPort())
43 ftpClient.connect(SERVER, PortTestUtil.getFtpServerControlPort())
/external/mockftpserver/tags/2.5/src/test/groovy/org/mockftpserver/stub/
H A DStubFtpServer_RestartTest.groovy36 ftpClient.connect(SERVER, PortTestUtil.getFtpServerControlPort())
43 ftpClient.connect(SERVER, PortTestUtil.getFtpServerControlPort())
/external/testng/src/main/java/org/testng/remote/strprotocol/
H A DIMessageSender.java9 void connect() throws IOException; method in interface:IMessageSender
13 * the underlying socket server will be polling until a first client connect.

Completed in 3029 milliseconds

1234567891011>>