Searched defs:socket (Results 1 - 25 of 629) sorted by relevance

1234567891011>>

/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/
H A Dipv4.py18 import socket namespace
32 return socket.inet_aton(text)
34 inet_aton = socket.inet_aton
36 inet_ntoa = socket.inet_ntoa
/external/parameter-framework/upstream/remote-processor/
H A DSocket.h32 /** Wraps and hides asio::ip::tcp::socket
34 * asio::ip::tcp::socket cannot be forward-declared because it is an
41 Socket(asio::ip::tcp::socket &socket) : mSocket(socket) {} argument
43 asio::ip::tcp::socket &get() { return mSocket; }
46 asio::ip::tcp::socket &mSocket;
/external/srtp/
H A Dconfigure4686 for ac_header in sys/socket.h netinet/in.h arpa/inet.h
6812 for ac_func in socket inet_aton usleep
6916 echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
6917 echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
6936 char socket ();
6940 socket (); function
6989 echo "$as_me:$LINENO: checking for socket in -lwsock32" >&5
6990 echo $ECHO_N "checking for socket in -lwsock32... $ECHO_C" >&6
7006 socket(0, 0, 0);
/external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/socket/
H A DStubServerSocket.java16 package org.mockftpserver.core.socket;
33 private Socket socket; field in class:StubServerSocket
45 * Construct a new instance with specified local port and accept() socket.
47 * @param socket - the socket to be returned from accept(); if null, then accept() throws SocketTimeoutException.
50 public StubServerSocket(int localPort, Socket socket) throws IOException { argument
53 this.socket = socket;
65 * If a socket was specified on the constructor, then return that; otherwise, throw a SocketTimeoutException.
69 if (socket !
[all...]
/external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/core/socket/
H A DStubServerSocket.java16 package org.mockftpserver.core.socket;
33 private Socket socket; field in class:StubServerSocket
45 * Construct a new instance with specified local port and accept() socket.
47 * @param socket - the socket to be returned from accept(); if null, then accept() throws SocketTimeoutException.
50 public StubServerSocket(int localPort, Socket socket) throws IOException { argument
53 this.socket = socket;
65 * If a socket was specified on the constructor, then return that; otherwise, throw a SocketTimeoutException.
69 if (socket !
[all...]
/external/mockftpserver/tags/1.0/src/test/java/org/mockftpserver/core/socket/
H A DStubServerSocket.java16 package org.mockftpserver.core.socket;
33 private Socket socket; field in class:StubServerSocket
45 * Construct a new instance with specified local port and accept() socket.
47 * @param socket - the socket to be returned from accept(); if null, then accept() throws SocketTimeoutException.
50 public StubServerSocket(int localPort, Socket socket) throws IOException { argument
53 this.socket = socket;
65 * If a socket was specified on the constructor, then return that; otherwise, throw a SocketTimeoutException.
69 if (socket !
[all...]
/external/mockftpserver/tags/1.1/src/test/java/org/mockftpserver/core/socket/
H A DStubServerSocket.java16 package org.mockftpserver.core.socket;
33 private Socket socket; field in class:StubServerSocket
45 * Construct a new instance with specified local port and accept() socket.
47 * @param socket - the socket to be returned from accept(); if null, then accept() throws SocketTimeoutException.
50 public StubServerSocket(int localPort, Socket socket) throws IOException { argument
53 this.socket = socket;
65 * If a socket was specified on the constructor, then return that; otherwise, throw a SocketTimeoutException.
69 if (socket !
[all...]
/external/mockftpserver/tags/1.2/src/test/java/org/mockftpserver/core/socket/
H A DStubServerSocket.java16 package org.mockftpserver.core.socket;
33 private Socket socket; field in class:StubServerSocket
45 * Construct a new instance with specified local port and accept() socket.
47 * @param socket - the socket to be returned from accept(); if null, then accept() throws SocketTimeoutException.
50 public StubServerSocket(int localPort, Socket socket) throws IOException { argument
53 this.socket = socket;
65 * If a socket was specified on the constructor, then return that; otherwise, throw a SocketTimeoutException.
69 if (socket !
[all...]
/external/mockftpserver/tags/1.2.1/src/test/java/org/mockftpserver/core/socket/
H A DStubServerSocket.java16 package org.mockftpserver.core.socket;
33 private Socket socket; field in class:StubServerSocket
45 * Construct a new instance with specified local port and accept() socket.
47 * @param socket - the socket to be returned from accept(); if null, then accept() throws SocketTimeoutException.
50 public StubServerSocket(int localPort, Socket socket) throws IOException { argument
53 this.socket = socket;
65 * If a socket was specified on the constructor, then return that; otherwise, throw a SocketTimeoutException.
69 if (socket !
[all...]
/external/mockftpserver/tags/1.2.2/src/test/java/org/mockftpserver/core/socket/
H A DStubServerSocket.java16 package org.mockftpserver.core.socket;
33 private Socket socket; field in class:StubServerSocket
45 * Construct a new instance with specified local port and accept() socket.
47 * @param socket - the socket to be returned from accept(); if null, then accept() throws SocketTimeoutException.
50 public StubServerSocket(int localPort, Socket socket) throws IOException { argument
53 this.socket = socket;
65 * If a socket was specified on the constructor, then return that; otherwise, throw a SocketTimeoutException.
69 if (socket !
[all...]
/external/mockftpserver/tags/1.2.3/src/test/java/org/mockftpserver/core/socket/
H A DStubServerSocket.java16 package org.mockftpserver.core.socket;
33 private Socket socket; field in class:StubServerSocket
45 * Construct a new instance with specified local port and accept() socket.
47 * @param socket - the socket to be returned from accept(); if null, then accept() throws SocketTimeoutException.
50 public StubServerSocket(int localPort, Socket socket) throws IOException { argument
53 this.socket = socket;
65 * If a socket was specified on the constructor, then return that; otherwise, throw a SocketTimeoutException.
69 if (socket !
[all...]
/external/mockftpserver/tags/1.2.4/src/test/java/org/mockftpserver/core/socket/
H A DStubServerSocket.java16 package org.mockftpserver.core.socket;
33 private Socket socket; field in class:StubServerSocket
45 * Construct a new instance with specified local port and accept() socket.
47 * @param socket - the socket to be returned from accept(); if null, then accept() throws SocketTimeoutException.
50 public StubServerSocket(int localPort, Socket socket) throws IOException { argument
53 this.socket = socket;
65 * If a socket was specified on the constructor, then return that; otherwise, throw a SocketTimeoutException.
69 if (socket !
[all...]
/external/mockftpserver/tags/2.0/src/test/java/org/mockftpserver/core/socket/
H A DStubServerSocket.java16 package org.mockftpserver.core.socket;
33 private Socket socket; field in class:StubServerSocket
45 * Construct a new instance with specified local port and accept() socket.
47 * @param socket - the socket to be returned from accept(); if null, then accept() throws SocketTimeoutException.
50 public StubServerSocket(int localPort, Socket socket) throws IOException { argument
53 this.socket = socket;
65 * If a socket was specified on the constructor, then return that; otherwise, throw a SocketTimeoutException.
69 if (socket !
[all...]
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/java/org/mockftpserver/core/socket/
H A DStubServerSocket.java16 package org.mockftpserver.core.socket;
33 private Socket socket; field in class:StubServerSocket
45 * Construct a new instance with specified local port and accept() socket.
47 * @param socket - the socket to be returned from accept(); if null, then accept() throws SocketTimeoutException.
50 public StubServerSocket(int localPort, Socket socket) throws IOException { argument
53 this.socket = socket;
65 * If a socket was specified on the constructor, then return that; otherwise, throw a SocketTimeoutException.
69 if (socket !
[all...]
/external/mockftpserver/tags/2.0-rc1/src/test/java/org/mockftpserver/core/socket/
H A DStubServerSocket.java16 package org.mockftpserver.core.socket;
33 private Socket socket; field in class:StubServerSocket
45 * Construct a new instance with specified local port and accept() socket.
47 * @param socket - the socket to be returned from accept(); if null, then accept() throws SocketTimeoutException.
50 public StubServerSocket(int localPort, Socket socket) throws IOException { argument
53 this.socket = socket;
65 * If a socket was specified on the constructor, then return that; otherwise, throw a SocketTimeoutException.
69 if (socket !
[all...]
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/java/org/mockftpserver/core/socket/
H A DStubServerSocket.java16 package org.mockftpserver.core.socket;
33 private Socket socket; field in class:StubServerSocket
45 * Construct a new instance with specified local port and accept() socket.
47 * @param socket - the socket to be returned from accept(); if null, then accept() throws SocketTimeoutException.
50 public StubServerSocket(int localPort, Socket socket) throws IOException { argument
53 this.socket = socket;
65 * If a socket was specified on the constructor, then return that; otherwise, throw a SocketTimeoutException.
69 if (socket !
[all...]
/external/mockftpserver/tags/2.0.1/src/test/java/org/mockftpserver/core/socket/
H A DStubServerSocket.java16 package org.mockftpserver.core.socket;
33 private Socket socket; field in class:StubServerSocket
45 * Construct a new instance with specified local port and accept() socket.
47 * @param socket - the socket to be returned from accept(); if null, then accept() throws SocketTimeoutException.
50 public StubServerSocket(int localPort, Socket socket) throws IOException { argument
53 this.socket = socket;
65 * If a socket was specified on the constructor, then return that; otherwise, throw a SocketTimeoutException.
69 if (socket !
[all...]
/external/mockftpserver/tags/2.0.2/src/test/java/org/mockftpserver/core/socket/
H A DStubServerSocket.java16 package org.mockftpserver.core.socket;
33 private Socket socket; field in class:StubServerSocket
45 * Construct a new instance with specified local port and accept() socket.
47 * @param socket - the socket to be returned from accept(); if null, then accept() throws SocketTimeoutException.
50 public StubServerSocket(int localPort, Socket socket) throws IOException { argument
53 this.socket = socket;
65 * If a socket was specified on the constructor, then return that; otherwise, throw a SocketTimeoutException.
69 if (socket !
[all...]
/external/mockftpserver/tags/2.1/src/test/java/org/mockftpserver/core/socket/
H A DStubServerSocket.java16 package org.mockftpserver.core.socket;
33 private Socket socket; field in class:StubServerSocket
45 * Construct a new instance with specified local port and accept() socket.
47 * @param socket - the socket to be returned from accept(); if null, then accept() throws SocketTimeoutException.
50 public StubServerSocket(int localPort, Socket socket) throws IOException { argument
53 this.socket = socket;
65 * If a socket was specified on the constructor, then return that; otherwise, throw a SocketTimeoutException.
69 if (socket !
[all...]
/external/mockftpserver/tags/2.2/src/test/java/org/mockftpserver/core/socket/
H A DStubServerSocket.java16 package org.mockftpserver.core.socket;
33 private Socket socket; field in class:StubServerSocket
45 * Construct a new instance with specified local port and accept() socket.
47 * @param socket - the socket to be returned from accept(); if null, then accept() throws SocketTimeoutException.
50 public StubServerSocket(int localPort, Socket socket) throws IOException { argument
53 this.socket = socket;
65 * If a socket was specified on the constructor, then return that; otherwise, throw a SocketTimeoutException.
69 if (socket !
[all...]
/external/mockftpserver/tags/2.3/src/test/java/org/mockftpserver/core/socket/
H A DStubServerSocket.java16 package org.mockftpserver.core.socket;
33 private Socket socket; field in class:StubServerSocket
45 * Construct a new instance with specified local port and accept() socket.
47 * @param socket - the socket to be returned from accept(); if null, then accept() throws SocketTimeoutException.
50 public StubServerSocket(int localPort, Socket socket) throws IOException { argument
53 this.socket = socket;
65 * If a socket was specified on the constructor, then return that; otherwise, throw a SocketTimeoutException.
69 if (socket !
[all...]
/external/mockftpserver/tags/2.4/src/test/java/org/mockftpserver/core/socket/
H A DStubServerSocket.java16 package org.mockftpserver.core.socket;
33 private Socket socket; field in class:StubServerSocket
45 * Construct a new instance with specified local port and accept() socket.
47 * @param socket - the socket to be returned from accept(); if null, then accept() throws SocketTimeoutException.
50 public StubServerSocket(int localPort, Socket socket) throws IOException { argument
53 this.socket = socket;
65 * If a socket was specified on the constructor, then return that; otherwise, throw a SocketTimeoutException.
69 if (socket !
[all...]
/external/mockftpserver/tags/2.5/src/test/java/org/mockftpserver/core/socket/
H A DStubServerSocket.java16 package org.mockftpserver.core.socket;
33 private Socket socket; field in class:StubServerSocket
45 * Construct a new instance with specified local port and accept() socket.
47 * @param socket - the socket to be returned from accept(); if null, then accept() throws SocketTimeoutException.
50 public StubServerSocket(int localPort, Socket socket) throws IOException { argument
53 this.socket = socket;
65 * If a socket was specified on the constructor, then return that; otherwise, throw a SocketTimeoutException.
69 if (socket !
[all...]
/external/mockftpserver/tags/2.x_Before_IDEA/src/test/java/org/mockftpserver/core/socket/
H A DStubServerSocket.java16 package org.mockftpserver.core.socket;
33 private Socket socket; field in class:StubServerSocket
45 * Construct a new instance with specified local port and accept() socket.
47 * @param socket - the socket to be returned from accept(); if null, then accept() throws SocketTimeoutException.
50 public StubServerSocket(int localPort, Socket socket) throws IOException { argument
53 this.socket = socket;
65 * If a socket was specified on the constructor, then return that; otherwise, throw a SocketTimeoutException.
69 if (socket !
[all...]
/external/autotest/client/cros/netprotos/
H A Dfake_host.py15 # List of FakeSocket objects returned by socket()
19 def socket(self, family, sock_type): member in class:FakeHost
22 @param family: The socket family, for example AF_INET.
23 @param sock_type: The socket type, for example SOCK_DGRAM.
32 """A fake socket interface implementation.
34 This class implements a fake socket object as returned by the Host.socket()

Completed in 1238 milliseconds

1234567891011>>