/prebuilts/ndk/r11/platforms/android-4/arch-arm/usr/include/sys/ |
socket.h | 65 __socketcall int connect(int, const struct sockaddr *, socklen_t);
|
/prebuilts/ndk/r11/platforms/android-5/arch-arm/usr/include/sys/ |
socket.h | 65 __socketcall int connect(int, const struct sockaddr *, socklen_t);
|
/prebuilts/ndk/r11/platforms/android-8/arch-arm/usr/include/sys/ |
socket.h | 65 __socketcall int connect(int, const struct sockaddr *, socklen_t);
|
/prebuilts/ndk/r11/platforms/android-9/arch-arm/usr/include/sys/ |
socket.h | 65 __socketcall int connect(int, const struct sockaddr *, socklen_t);
|
/prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/sys/ |
socket.h | 75 __socketcall int connect(int, const struct sockaddr *, socklen_t);
|
/prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/sys/ |
socket.h | 65 __socketcall int connect(int, const struct sockaddr *, socklen_t);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/ |
py25tests.py | 39 self.con = sqlite.connect(":memory:", factory=MyConnection)
|
transactions.py | 38 self.con1 = sqlite.connect(get_db_path(), timeout=0.1) 41 self.con2 = sqlite.connect(get_db_path(), timeout=0.1) 156 con = sqlite.connect(":memory:") 173 self.con = sqlite.connect(":memory:")
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/ |
py25tests.py | 39 self.con = sqlite.connect(":memory:", factory=MyConnection)
|
transactions.py | 38 self.con1 = sqlite.connect(get_db_path(), timeout=0.1) 41 self.con2 = sqlite.connect(get_db_path(), timeout=0.1) 156 con = sqlite.connect(":memory:") 173 self.con = sqlite.connect(":memory:")
|
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/ |
Connection.java | 86 * Emulator may connect to SDK controller before the app registers a channel 112 public void connect() { method in class:Connection 186 // Remove the socket from the pending list, and connect the registered channel with it. 190 channel.connect(pending_socket); 253 waker.connect(socket.getLocalSocketAddress()); 394 // connect it. 398 channel.connect(sk);
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/ |
VersionLoader.java | 47 socket.connect(new InetSocketAddress("127.0.0.1",
|
ViewManager.java | 48 socket.connect(new InetSocketAddress("127.0.0.1",
|
/system/chre/host/common/include/chre_host/ |
socket_client.h | 39 * the receive thread. Note that it is *not* safe to call connect(), 59 * Called when we have failed to (re-)connect the socket after many attempts 73 * Synchronously attempts to connect to the Android reserved namespace socket 78 * @param socketName Name of the Android domain socket to connect to 83 bool connect(const char *socketName, 87 * Starts up the receive thread and attempts to connect to the socket in the 93 * @param socketName Name of the Android domain socket to connect to 96 * @return true if the receive thread was started and will attempt to connect 105 * callbacks object provided to connect().
|
/system/core/init/ |
property_service_test.cpp | 27 // Connect to the property service directly... 37 ASSERT_NE(connect(fd, reinterpret_cast<sockaddr*>(&addr), addr_len), -1);
|
/external/webrtc/webrtc/examples/peerconnection/client/ |
peer_connection_client.cc | 61 control_socket_->SignalCloseEvent.connect(this, 63 hanging_get_->SignalCloseEvent.connect(this, 65 control_socket_->SignalConnectEvent.connect(this, 67 hanging_get_->SignalConnectEvent.connect(this, 69 control_socket_->SignalReadEvent.connect(this, 71 hanging_get_->SignalReadEvent.connect(this, 93 void PeerConnectionClient::Connect(const std::string& server, int port, 100 << "The client must not be connected before you can call Connect()"; 120 resolver_->SignalDone.connect(this, &PeerConnectionClient::OnResolveResult); 229 int err = control_socket_->Connect(server_address_) [all...] |
/external/webrtc/webrtc/p2p/base/ |
stunport.cc | 135 resolver->SignalDone.connect(this, 223 socket_->SignalReadPacket.connect(this, &UDPPort::OnReadPacket); 225 socket_->SignalSentPacket.connect(this, &UDPPort::OnSentPacket); 226 socket_->SignalReadyToSend.connect(this, &UDPPort::OnReadyToSend); 227 socket_->SignalAddressReady.connect(this, &UDPPort::OnLocalAddressReady); 228 requests_.SignalSendPacket.connect(this, &UDPPort::OnSendPacket); 364 resolver_->SignalDone.connect(this, &UDPPort::OnResolveResult);
|
stunport_unittest.cc | 70 stun_port_->SignalPortComplete.connect(this, 72 stun_port_->SignalPortError.connect(this, 80 socket_->SignalReadPacket.connect(this, &StunPortTest::OnReadPacket); 90 stun_port_->SignalPortComplete.connect(this, 92 stun_port_->SignalPortError.connect(this,
|
/frameworks/rs/tests/java_api/ScriptGroupTest/src/com/android/rs/sgtest/ |
Filters.java | 357 Type connect = tb.create(); local 364 b.addConnection(connect, s_uc2f.getKernelID_uc4tof4(), 369 b.addConnection(connect, mFilters[i-1].getKernelID(), 389 connect, in); 392 c = mFilters[i].asyncLaunch(b2, c.getReturn(), connect); 405 mScratchPixelsAllocation[0] = Allocation.createTyped(mRS, connect); 406 mScratchPixelsAllocation[1] = Allocation.createTyped(mRS, connect);
|
/packages/apps/Settings/tests/app/src/com/android/settings/vpn2/ |
VpnTests.java | 205 * Connect legacy VPN 207 private void connect(VpnProfile profile) throws Exception { method in class:VpnTests 366 connect(vpnProfile); 378 connect(vpnProfile); 396 connect(vpnProfile); 414 connect(vpnProfile); 428 connect(vpnProfile); 443 connect(vpnProfile);
|
/frameworks/base/tests/net/java/com/android/server/ |
ConnectivityServiceTest.java | 238 mWiFiNetworkAgent.connect(false); 257 mWiFiNetworkAgent.connect(false); 393 public void connect(boolean validated) { method in class:ConnectivityServiceTest.MockNetworkAgent 432 connect(false); [all...] |
/external/webrtc/webrtc/base/ |
testutils.h | 62 stream->SignalEvent.connect(this, &StreamSink::OnEvent); 78 socket->SignalConnectEvent.connect(this, &StreamSink::OnConnectEvent); 79 socket->SignalReadEvent.connect(this, &StreamSink::OnReadEvent); 80 socket->SignalWriteEvent.connect(this, &StreamSink::OnWriteEvent); 81 socket->SignalCloseEvent.connect(this, &StreamSink::OnCloseEvent); 286 socket_->Connect(address); 331 socket_->SignalConnectEvent.connect(this, 333 socket_->SignalReadEvent.connect(this, &SocketTestClient::OnReadEvent); 334 socket_->SignalWriteEvent.connect(this, &SocketTestClient::OnWriteEvent); 335 socket_->SignalCloseEvent.connect(this, &SocketTestClient::OnCloseEvent) [all...] |
/libcore/ojluni/src/main/java/sun/nio/ch/ |
SocketAdaptor.java | 78 public void connect(SocketAddress remote) throws IOException { method in class:SocketAdaptor 79 connect(remote, 0); method 82 public void connect(SocketAddress remote, int timeout) throws IOException { method in class:SocketAdaptor 84 throw new IllegalArgumentException("connect: The address can't be null"); 86 throw new IllegalArgumentException("connect: timeout can't be negative"); 97 sc.connect(remote); 107 if (sc.connect(remote))
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
ServerSocketTest.java | 434 clientSocket.connect(clAddress); 517 clientSocket.connect(localAddress); 582 theSockets[i].connect(localAddress); method 601 // set up server connect and then validate that we get the right 729 // set up server and connect 738 theSocket.connect(theAddress); 765 theSocket.connect(theAddress); 792 theSocket.connect(theAddress); 924 protected void connect(String arg0, int arg1) throws IOException { method in class:ServerSocketTest.MockSocketImpl 928 protected void connect(InetAddress arg0, int arg1) throws IOException { method in class:ServerSocketTest.MockSocketImpl 932 protected void connect(SocketAddress arg0, int arg1) throws IOException { method in class:ServerSocketTest.MockSocketImpl [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/ |
ServerSocketChannelTest.java | 411 clientChannel.connect(serverChannel.socket().getLocalSocketAddress()); 450 clientChannel.connect(serverChannel.socket().getLocalSocketAddress()); 469 clientChannel.connect(serverChannel.socket().getLocalSocketAddress()); 490 clientChannel.connect(serverChannel.socket().getLocalSocketAddress()); 510 clientChannel.connect(serverChannel.socket().getLocalSocketAddress()); 555 clientChannel.connect(serverChannel.socket().getLocalSocketAddress()); 579 clientChannel.connect(serverChannel.socket().getLocalSocketAddress()); 622 clientChannel.connect(serverChannel.socket().getLocalSocketAddress()); 774 clientChannel.connect(serverChannel.socket().getLocalSocketAddress());
|