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

1234567891011>>

/external/python/cpython2/Doc/includes/sqlite3/
H A Dconnect_db_1.py3 con = sqlite3.connect("mydb")
H A Dconnect_db_2.py3 con = sqlite3.connect(":memory:")
H A Dexecutescript.py3 con = sqlite3.connect(":memory:")
H A Dctx_manager.py3 con = sqlite3.connect(":memory:")
H A Dexecsql_printall_1.py4 con = sqlite3.connect("mydb")
H A Dexecute_3.py3 con = sqlite3.connect("mydb")
H A Dinsert_more_people.py3 con = sqlite3.connect("mydb")
H A Dload_extension.py3 con = sqlite3.connect(":memory:")
H A Dshortcut_methods.py8 con = sqlite3.connect(":memory:")
/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.gen.test2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (net-sockaddr -a24 -e trace=connect); do not edit.
4 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.gen.test2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (net-sockaddr -a24 -e trace=connect); do not edit.
4 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.gen.test2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (net-sockaddr -a24 -e trace=connect); do not edit.
4 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/python/cpython2/Demo/sockets/
H A Dunixclient.py8 s.connect(FILE)
/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/python/cpython2/Lib/sqlite3/test/
H A Dhooks.py35 con = sqlite.connect(":memory:")
40 con = sqlite.connect(":memory:")
48 con = sqlite.connect(":memory:")
59 con = sqlite.connect(":memory:")
79 con = sqlite.connect(":memory:")
105 con = sqlite.connect(":memory:")
125 con = sqlite.connect(":memory:")
139 con = sqlite.connect(":memory:")
154 con = sqlite.connect(":memory:")
170 con = sqlite.connect("
[all...]
/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...]

Completed in 4564 milliseconds

1234567891011>>