/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
stringquery.cpp | 24 connect(edit, SIGNAL(returnPressed()), this, SLOT(accept()));
|
userdatarequest.cpp | 20 connect(buttonOk, SIGNAL(clicked()), this, SLOT(sendReply())); 21 connect(buttonCancel, SIGNAL(clicked()), this, SLOT(reject())); 22 connect(queryEdit, SIGNAL(returnPressed()), this, SLOT(sendReply()));
|
/frameworks/base/core/java/android/nfc/tech/ |
TagTechnology.java | 64 * block or cause RF activity, and do not require {@link #connect} to have been called. 70 * <li>{@link #connect} must be called before using any other I/O operation. 73 * (including {@link #connect} with {@link IOException}. 75 * {@link #connect} will return {@link IOException}. 178 * @throws IOException if there is an I/O failure, or connect is canceled 180 public void connect() throws IOException; method in interface:TagTechnology 183 * Re-connect to the {@link Tag} associated with this connection. Reconnecting to a tag can be 192 * @see #connect() 195 * @throws IOException if there is an I/O failure, or connect is canceled 207 * @see #connect() [all...] |
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/ |
SocketComm.h | 33 * SocketComm opens a socket via adb's TCP port forwarding to enable a Host PC to connect to 47 int connect() override;
|
/libcore/luni/src/test/java/libcore/java/net/customstreamhandler/http/ |
Handler.java | 39 @Override public void connect() throws IOException { method in class:Handler.HandlerURLConnection
|
/packages/apps/Nfc/tests/src/com/android/nfc/snep/ |
SnepCustomClientTests.java | 48 client.connect(); 55 client.connect(); 62 client.connect(); 70 client.connect();
|
SnepDefaultClientTests.java | 48 client.connect(); 55 client.connect(); 62 client.connect(); 70 client.connect();
|
/packages/services/Car/obd2-lib/src/com/android/car/obd2/connections/ |
BluetoothConnection.java | 48 connect(); method 64 * @return true if it could connect, false otherwise 66 private boolean connect() { method in class:BluetoothConnection 69 mSocket.connect(); 99 return connect();
|
/external/webrtc/webrtc/base/ |
testechoserver.h | 31 server_socket_->SignalReadEvent.connect(this, &TestEchoServer::OnAccept); 47 packet_socket->SignalReadPacket.connect(this, &TestEchoServer::OnPacket); 48 packet_socket->SignalClose.connect(this, &TestEchoServer::OnClose);
|
/frameworks/av/media/libstagefright/ |
OMXClient.cpp | 40 status_t OMXClient::connect() { function in class:android::OMXClient 41 return connect(nullptr); 44 status_t OMXClient::connect(bool* trebleFlag) { function in class:android::OMXClient
|
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/ |
UsageIO.java | 49 Type connect = mInPixelsAllocation.getType(); local 51 mScratchPixelsAllocation1 = Allocation.createTyped(mRS, connect, Allocation.USAGE_IO_OUTPUT | Allocation.USAGE_SCRIPT); 52 mScratchPixelsAllocation2 = Allocation.createTyped(mRS, connect, Allocation.USAGE_IO_INPUT | Allocation.USAGE_SCRIPT);
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
FileDescriptorHolderSocketImpl.java | 62 protected void connect(String host, int port) throws IOException { method in class:FileDescriptorHolderSocketImpl 67 protected void connect(InetAddress address, int port) throws IOException { method in class:FileDescriptorHolderSocketImpl 72 protected void connect(SocketAddress address, int timeout) throws IOException { method in class:FileDescriptorHolderSocketImpl
|
/prebuilts/gdb/darwin-x86/lib/python2.7/sqlite3/test/ |
regression.py | 30 self.con = sqlite.connect(":memory:") 42 con = sqlite.connect(":memory:", detect_types=sqlite.PARSE_COLNAMES) 54 con = sqlite.connect(":memory:", cached_statements=5) 78 con = sqlite.connect(":memory:") 90 con = sqlite.connect(":memory:") 128 con = sqlite.connect(u":memory:") 137 con = sqlite.connect(":memory:",detect_types=sqlite.PARSE_DECLTYPES) 156 con = sqlite.connect(":memory:") 168 con = sqlite.connect(":memory:") 228 con = sqlite.connect(":memory:", isolation_level=None [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/sqlite3/test/ |
regression.py | 30 self.con = sqlite.connect(":memory:") 42 con = sqlite.connect(":memory:", detect_types=sqlite.PARSE_COLNAMES) 54 con = sqlite.connect(":memory:", cached_statements=5) 78 con = sqlite.connect(":memory:") 90 con = sqlite.connect(":memory:") 128 con = sqlite.connect(u":memory:") 137 con = sqlite.connect(":memory:",detect_types=sqlite.PARSE_DECLTYPES) 156 con = sqlite.connect(":memory:") 168 con = sqlite.connect(":memory:") 228 con = sqlite.connect(":memory:", isolation_level=None [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/ |
regression.py | 30 self.con = sqlite.connect(":memory:") 42 con = sqlite.connect(":memory:", detect_types=sqlite.PARSE_COLNAMES) 54 con = sqlite.connect(":memory:", cached_statements=5) 78 con = sqlite.connect(":memory:") 90 con = sqlite.connect(":memory:") 128 con = sqlite.connect(u":memory:") 137 con = sqlite.connect(":memory:",detect_types=sqlite.PARSE_DECLTYPES) 156 con = sqlite.connect(":memory:") 168 con = sqlite.connect(":memory:") 228 con = sqlite.connect(":memory:", isolation_level=None [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/ |
regression.py | 30 self.con = sqlite.connect(":memory:") 42 con = sqlite.connect(":memory:", detect_types=sqlite.PARSE_COLNAMES) 54 con = sqlite.connect(":memory:", cached_statements=5) 78 con = sqlite.connect(":memory:") 90 con = sqlite.connect(":memory:") 128 con = sqlite.connect(u":memory:") 137 con = sqlite.connect(":memory:",detect_types=sqlite.PARSE_DECLTYPES) 156 con = sqlite.connect(":memory:") 168 con = sqlite.connect(":memory:") 228 con = sqlite.connect(":memory:", isolation_level=None [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/ |
parsecvs.php | 61 $connect = mysql_connect($dbhost, $dbuser, $dbpass) or die("Couldn't connect to database!\n"); variable 62 mysql_select_db($db, $connect) or die(mysql_error()); 76 $props[$y] = mysql_real_escape_string($props[$y], $connect); 107 $revs[8] = mysql_real_escape_string($revs[8], $connect); 135 mysql_close($connect);
|
/external/webrtc/webrtc/libjingle/xmpp/ |
hangoutpubsubclient.cc | 111 presenter_client_->SignalRequestError.connect( 115 media_client_->SignalRequestError.connect( 120 presenter_state_client_->SignalStateChange.connect( 122 presenter_state_client_->SignalPublishResult.connect( 124 presenter_state_client_->SignalPublishError.connect( 131 audio_mute_state_client_->SignalStateChange.connect( 133 audio_mute_state_client_->SignalPublishResult.connect( 135 audio_mute_state_client_->SignalPublishError.connect( 142 video_mute_state_client_->SignalStateChange.connect( 144 video_mute_state_client_->SignalPublishResult.connect( [all...] |
pubsubclient.cc | 25 request_task->SignalResult.connect(this, &PubSubClient::OnRequestResult); 26 request_task->SignalError.connect(this, &PubSubClient::OnRequestError); 30 receive_task->SignalUpdate.connect(this, &PubSubClient::OnReceiveUpdate); 48 publish_task->SignalError.connect(this, &PubSubClient::OnPublishError); 49 publish_task->SignalResult.connect(this, &PubSubClient::OnPublishResult); 60 retract_task->SignalError.connect(this, &PubSubClient::OnRetractError); 61 retract_task->SignalResult.connect(this, &PubSubClient::OnRetractResult);
|
/libcore/ojluni/src/main/java/sun/net/www/protocol/jar/ |
JarURLConnection.java | 89 connect(); method 94 connect(); method 119 public void connect() throws IOException { method in class:JarURLConnection 150 connect(); method 177 connect(); method 193 connect(); method 208 connect(); method
|
/external/ltp/utils/sctp/func_tests/ |
test_1_to_1_connect.c | 5 * This file has test cases to test the connect () call for 1-1 style sockets 12 * TEST6: Valid blocking connect 13 * TEST7: Connect when accept queue is full 16 * TEST10: Connect to re-establish a closed association. 115 /*connect () TEST1: Bad socket descriptor, EBADF Expected error*/ 117 error = connect(-1, (const struct sockaddr *) &conn_addr, len); 119 tst_brkm(TBROK, tst_exit, "connect with bad socket " 122 tst_resm(TPASS, "connect() with bad socket descriptor - EBADF"); 124 /*connect () TEST2: Invalid socket, ENOTSOCK Expected error*/ 130 error = connect(fd, (const struct sockaddr *) &conn_addr, len) [all...] |
/external/libvncserver/webclients/novnc/include/chrome-app/ |
tcp-client.js | 28 * @param {String} host The remote host to connect to 29 * @param {Number} port The port to connect to at the remote host 38 connect: null, // Called when socket is connected. 58 TcpClient.prototype.connect = function(callback) { method in class:TcpClient 64 // Register connect callback. 65 this.callbacks.connect = callback; 165 * we go ahead and connect to the remote side. 168 * @see http://developer.chrome.com/trunk/apps/socket.html#method-connect 174 socket.connect(this.socketId, this.addr, this.port, this._onConnectComplete.bind(this)); 182 * connect to the remote side. If a successful connection i 37 this.callbacks = { property in class:TcpClient.callbacks [all...] |
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/ |
TcpStream.cpp | 113 int TcpStream::connect(unsigned short port) function in class:TcpStream 115 return connect("127.0.0.1",port); 118 int TcpStream::connect(const char* hostname, unsigned short port) function in class:TcpStream
|
/frameworks/compile/mclinker/lib/Core/ |
InputTree.cpp | 26 pMover.connect(pRoot, pTree.m_Root.node.right); 37 pMover.connect(pRoot, node); 46 pMover.connect(pRoot, node);
|
/frameworks/support/compat/ics/android/support/v4/net/ |
DatagramSocketWrapper.java | 66 protected void connect(String host, int port) throws IOException { method in class:DatagramSocketWrapper.DatagramSocketImplWrapper 71 protected void connect(InetAddress address, int port) throws IOException { method in class:DatagramSocketWrapper.DatagramSocketImplWrapper 96 protected void connect(SocketAddress remoteAddr, int timeout) throws IOException { method in class:DatagramSocketWrapper.DatagramSocketImplWrapper
|