/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_timeout.py | 111 # failures due to the connect succeeding before the timeout. 113 # with the connect time. This avoids failing the assertion that 117 # Test connect() timeout 122 self.assertRaises(socket.error, self.sock.connect, addr) 135 self.sock.connect(self.addr_remote)
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_timeout.py | 111 # failures due to the connect succeeding before the timeout. 113 # with the connect time. This avoids failing the assertion that 117 # Test connect() timeout 122 self.assertRaises(socket.error, self.sock.connect, addr) 135 self.sock.connect(self.addr_remote)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_timeout.py | 111 # failures due to the connect succeeding before the timeout. 113 # with the connect time. This avoids failing the assertion that 117 # Test connect() timeout 122 self.assertRaises(socket.error, self.sock.connect, addr) 135 self.sock.connect(self.addr_remote)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_timeout.py | 111 # failures due to the connect succeeding before the timeout. 113 # with the connect time. This avoids failing the assertion that 117 # Test connect() timeout 122 self.assertRaises(socket.error, self.sock.connect, addr) 135 self.sock.connect(self.addr_remote)
|
/system/bt/tools/bdtool/ |
bdtool.c | 251 sock->connect(&bt_remote_bdaddr, BTSOCK_RFCOMM, 254 fprintf(stderr, "Unable to connect to RFCOMM socket: %d.\n", error); 263 error = sock->connect(&bt_remote_bdaddr, BTSOCK_SCO, NULL, 5, &sock_fd, 0, 266 fprintf(stderr, "Unable to connect to SCO socket: %d.\n", error);
|
/prebuilts/go/darwin-x86/src/net/ |
fd_unix.go | 71 func (fd *netFD) connect(ctx context.Context, la, ra syscall.Sockaddr) (ret error) { func 98 return os.NewSyscallError("connect", err) 116 // from connect. 123 // but the connect code below had returned from 124 // waitWrite already and did a successful connect (ret 148 // Performing multiple connect system calls on a 175 // On Darwin, multiple connect system calls on
|
/prebuilts/go/linux-x86/src/net/ |
fd_unix.go | 71 func (fd *netFD) connect(ctx context.Context, la, ra syscall.Sockaddr) (ret error) { func 98 return os.NewSyscallError("connect", err) 116 // from connect. 123 // but the connect code below had returned from 124 // waitWrite already and did a successful connect (ret 148 // Performing multiple connect system calls on a 175 // On Darwin, multiple connect system calls on
|
/developers/build/prebuilts/gradle/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/ |
LocalPlayer.java | 90 public void connect(RouteInfo route) { method in class:LocalPlayer 395 public void connect(RouteInfo route) { method in class:LocalPlayer.SurfaceViewPlayer 396 super.connect(route); 594 public void connect(RouteInfo route) { method in class:LocalPlayer.OverlayPlayer 595 super.connect(route);
|
/developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/ |
LocalPlayer.java | 90 public void connect(RouteInfo route) { method in class:LocalPlayer 395 public void connect(RouteInfo route) { method in class:LocalPlayer.SurfaceViewPlayer 396 super.connect(route); 594 public void connect(RouteInfo route) { method in class:LocalPlayer.OverlayPlayer 595 super.connect(route);
|
/development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/ |
LocalPlayer.java | 90 public void connect(RouteInfo route) { method in class:LocalPlayer 395 public void connect(RouteInfo route) { method in class:LocalPlayer.SurfaceViewPlayer 396 super.connect(route); 594 public void connect(RouteInfo route) { method in class:LocalPlayer.OverlayPlayer 595 super.connect(route);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
smtplib.py | 232 connect. If specified, `port' specifies the port to which to connect.
242 (code, msg) = self.connect(host, port)
273 # This makes it simpler for SMTP_SSL to use the SMTP connect code
276 print>>stderr, 'connect:', (host, port)
279 def connect(self, host='localhost', port=0):
member in class:SMTP 280 """Connect to a host on a given port.
301 print>>stderr, 'connect:', (host, port)
305 print>>stderr, "connect:", msg
319 raise SMTPServerDisconnected('please run connect() first') 803 def connect(self, host='localhost', port=0): member in class:LMTP [all...] |
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/ |
HttpOverSpdyTest.java | 301 connection.connect(); 319 connection1.connect(); 320 connection2.connect(); 405 connection1.connect(); 417 connection.connect();
|
/external/wpa_supplicant_8/wpa_supplicant/examples/ |
p2p-nfc.py | 191 client.connect() 451 clf.connect(rdwr={'on-connect': rdwr_connected_p2p_write}) 626 if not clf.connect(rdwr={'on-connect': rdwr_connected}): 629 if not clf.connect(llcp={'on-startup': llcp_startup, 630 'on-connect': llcp_connected}, 634 if not clf.connect(rdwr={'on-connect': rdwr_connected}, 636 'on-connect': llcp_connected} [all...] |
/frameworks/native/libs/gui/tests/ |
IGraphicBufferProducer_test.cpp | 84 // Test check: Can't connect producer if no consumer yet 87 // Must connect consumer before producer connects will succeed. 100 return mProducer->connect(TEST_TOKEN, 107 // Connect to a producer in a 'correct' fashion. 230 EXPECT_EQ(BAD_VALUE, mProducer->connect(TEST_TOKEN, 236 EXPECT_EQ(BAD_VALUE, mProducer->connect(TEST_TOKEN, 247 // Can't connect when there is already a producer connected 249 EXPECT_EQ(BAD_VALUE, mProducer->connect(TEST_TOKEN, 255 // Can't connect when IGBP is abandoned 256 EXPECT_EQ(NO_INIT, mProducer->connect(TEST_TOKEN [all...] |
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/ |
LocalPlayer.java | 87 public void connect(RouteInfo route) { method in class:LocalPlayer 407 public void connect(RouteInfo route) { method in class:LocalPlayer.SurfaceViewPlayer 408 super.connect(route); 615 public void connect(RouteInfo route) { method in class:LocalPlayer.OverlayPlayer 616 super.connect(route);
|
/libcore/luni/src/test/java/libcore/java/net/ |
SocketTest.java | 127 out.connect(addr); 210 @Override protected void connect(String arg0, int arg1) throws IOException { } method in class:SocketTest.MySocketImpl 211 @Override protected void connect(InetAddress arg0, int arg1) throws IOException { } method in class:SocketTest.MySocketImpl 212 @Override protected void connect(SocketAddress arg0, int arg1) throws IOException { } method in class:SocketTest.MySocketImpl 393 // Executes a connect() that should block. 399 s.connect(unreachableIp, 0 /* infinite */); 400 return "Connect returned unexpectedly for: " + unreachableIp; 413 // Wait sufficient time for the connectWorker thread to run and start connect(). 416 // Close the socket that connectWorker should currently be blocked in connect(). 589 // hostname that resolves to both addresses. We should be able to connect to the serve [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
smtplib.py | 239 connect. If specified, `port' specifies the port to which to connect. 241 connect method is called, and if it returns anything other than 250 (code, msg) = self.connect(host, port) 281 # This makes it simpler for SMTP_SSL to use the SMTP connect code 284 print>>stderr, 'connect:', (host, port) 287 def connect(self, host='localhost', port=0): member in class:SMTP 288 """Connect to a host on a given port. 309 print>>stderr, 'connect:', (host, port) 313 print>>stderr, "connect:", ms 813 def connect(self, host='localhost', port=0): member in class:LMTP [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
smtplib.py | 239 connect. If specified, `port' specifies the port to which to connect. 241 connect method is called, and if it returns anything other than 250 (code, msg) = self.connect(host, port) 281 # This makes it simpler for SMTP_SSL to use the SMTP connect code 284 print>>stderr, 'connect:', (host, port) 287 def connect(self, host='localhost', port=0): member in class:SMTP 288 """Connect to a host on a given port. 309 print>>stderr, 'connect:', (host, port) 313 print>>stderr, "connect:", ms 813 def connect(self, host='localhost', port=0): member in class:LMTP [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
smtplib.py | 239 connect. If specified, `port' specifies the port to which to connect. 241 connect method is called, and if it returns anything other than 250 (code, msg) = self.connect(host, port) 281 # This makes it simpler for SMTP_SSL to use the SMTP connect code 284 print>>stderr, 'connect:', (host, port) 287 def connect(self, host='localhost', port=0): member in class:SMTP 288 """Connect to a host on a given port. 309 print>>stderr, 'connect:', (host, port) 313 print>>stderr, "connect:", ms 813 def connect(self, host='localhost', port=0): member in class:LMTP [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
smtplib.py | 239 connect. If specified, `port' specifies the port to which to connect. 241 connect method is called, and if it returns anything other than 250 (code, msg) = self.connect(host, port) 281 # This makes it simpler for SMTP_SSL to use the SMTP connect code 284 print>>stderr, 'connect:', (host, port) 287 def connect(self, host='localhost', port=0): member in class:SMTP 288 """Connect to a host on a given port. 309 print>>stderr, 'connect:', (host, port) 313 print>>stderr, "connect:", ms 813 def connect(self, host='localhost', port=0): member in class:LMTP [all...] |
/libcore/ojluni/src/main/java/sun/net/ftp/impl/ |
FtpClient.java | 606 // This means we used an Unresolved address to connect in 617 // Let's parse the response String to get the IP & port to connect 673 s.connect(dest, connectTimeout); 676 s.connect(dest, defaultConnectTimeout); 678 s.connect(dest); 832 * are established by having the client connect to the server. 1005 public sun.net.ftp.FtpClient connect(SocketAddress dest) throws sun.net.ftp.FtpProtocolException, IOException { method in class:FtpClient 1015 public sun.net.ftp.FtpClient connect(SocketAddress dest, int timeout) throws sun.net.ftp.FtpProtocolException, IOException { method in class:FtpClient [all...] |
/external/webrtc/talk/session/media/ |
channel.cc | 369 tc->SignalWritableState.connect(this, &BaseChannel::OnWritableState); 370 tc->SignalReadPacket.connect(this, &BaseChannel::OnChannelRead); 371 tc->SignalReadyToSend.connect(this, &BaseChannel::OnReadyToSend); 372 tc->SignalDtlsState.connect(this, &BaseChannel::OnDtlsState); 431 connection_monitor_->SignalUpdate.connect( [all...] |
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
URLConnectionTest.java | 178 fail("Set header after connect"); 183 fail("Set header after connect"); 284 connection.connect(); 405 connection.connect(); 535 // Prior to calling connect(), getting the cipher suite is forbidden. 542 // Calling connect establishes a handshake... 543 httpsConnection.connect(); 697 connection = proxyConfig.connect(server, client, url); 817 connection = proxyConfig.connect(server, client, url); 860 RecordedRequest connect = server.takeRequest(); local 895 RecordedRequest connect = server.takeRequest(); local 926 RecordedRequest connect = server.takeRequest(); local [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_ftplib.py | 407 self.client.connect(self.server.host, self.server.port)
560 self.client.connect(self.server.host, self.server.port)
599 self.client.connect(self.server.host, self.server.port)
612 self.client.connect(self.server.host, self.server.port)
736 ftp.connect(HOST, timeout=30)
743 ftp.connect(HOST)
751 ftp.connect(HOST)
|
/external/webrtc/webrtc/p2p/base/ |
turnserver.cc | 149 socket->SignalReadPacket.connect(this, &TurnServer::OnInternalPacket); 157 socket->SignalReadEvent.connect(this, &TurnServer::OnNewInternalConnection); 173 // Check if someone is trying to connect to us. 181 tcp_socket->SignalClose.connect(this, &TurnServer::OnInternalSocketClose); 447 allocation->SignalDestroyed.connect(this, &TurnServer::OnAllocationDestroyed); 565 external_socket_->SignalReadPacket.connect( 749 channel1->SignalDestroyed.connect(this, 831 perm->SignalDestroyed.connect(
|