Searched defs:port (Results 1 - 25 of 627) sorted by relevance

1234567891011>>

/external/cmockery/cmockery_0_1_2/src/example/
H A Ddatabase.h30 unsigned int port; member in struct:DatabaseConnection
36 const unsigned int port);
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/socket/
H A DDefaultServerSocketFactory.java31 * Create a new ServerSocket for the specified port.
32 * @param port - the port
38 public ServerSocket createServerSocket(int port) throws IOException { argument
39 return new ServerSocket(port);
H A DServerSocketFactory.java32 * Create a new ServerSocket for the specified port
33 * @param port - the port
37 public ServerSocket createServerSocket(int port) throws IOException; argument
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/util/
H A DHostAndPort.java21 * A data-only (transfer) object representing a host (InetAddress) and port number
24 * This class contains two public properties: host (java.net.InetAddress) and port (int).
31 public int port; field in class:HostAndPort
34 * Construct a new instance with the specified host and port
36 * @param port - the port number
38 public HostAndPort(InetAddress host, int port) { argument
40 this.port = port;
/external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/socket/
H A DDefaultServerSocketFactory.java31 * Create a new ServerSocket for the specified port.
32 * @param port - the port
38 public ServerSocket createServerSocket(int port) throws IOException { argument
39 return new ServerSocket(port);
H A DServerSocketFactory.java32 * Create a new ServerSocket for the specified port
33 * @param port - the port
37 public ServerSocket createServerSocket(int port) throws IOException; argument
/external/mockftpserver/tags/1.0/src/main/java/org/mockftpserver/core/socket/
H A DDefaultServerSocketFactory.java31 * Create a new ServerSocket for the specified port.
32 * @param port - the port
38 public ServerSocket createServerSocket(int port) throws IOException { argument
39 return new ServerSocket(port);
H A DServerSocketFactory.java32 * Create a new ServerSocket for the specified port
33 * @param port - the port
37 public ServerSocket createServerSocket(int port) throws IOException; argument
/external/mockftpserver/tags/1.1/src/main/java/org/mockftpserver/core/socket/
H A DDefaultServerSocketFactory.java31 * Create a new ServerSocket for the specified port.
32 * @param port - the port
38 public ServerSocket createServerSocket(int port) throws IOException { argument
39 return new ServerSocket(port);
H A DServerSocketFactory.java32 * Create a new ServerSocket for the specified port
33 * @param port - the port
37 public ServerSocket createServerSocket(int port) throws IOException; argument
/external/mockftpserver/tags/1.2/src/main/java/org/mockftpserver/core/socket/
H A DDefaultServerSocketFactory.java31 * Create a new ServerSocket for the specified port.
32 * @param port - the port
38 public ServerSocket createServerSocket(int port) throws IOException { argument
39 return new ServerSocket(port);
H A DServerSocketFactory.java32 * Create a new ServerSocket for the specified port
33 * @param port - the port
37 public ServerSocket createServerSocket(int port) throws IOException; argument
/external/mockftpserver/tags/1.2.1/src/main/java/org/mockftpserver/core/socket/
H A DDefaultServerSocketFactory.java31 * Create a new ServerSocket for the specified port.
32 * @param port - the port
38 public ServerSocket createServerSocket(int port) throws IOException { argument
39 return new ServerSocket(port);
H A DServerSocketFactory.java32 * Create a new ServerSocket for the specified port
33 * @param port - the port
37 public ServerSocket createServerSocket(int port) throws IOException; argument
/external/mockftpserver/tags/1.2.2/src/main/java/org/mockftpserver/core/socket/
H A DDefaultServerSocketFactory.java31 * Create a new ServerSocket for the specified port.
32 * @param port - the port
38 public ServerSocket createServerSocket(int port) throws IOException { argument
39 return new ServerSocket(port);
H A DServerSocketFactory.java32 * Create a new ServerSocket for the specified port
33 * @param port - the port
37 public ServerSocket createServerSocket(int port) throws IOException; argument
/external/mockftpserver/tags/1.2.3/src/main/java/org/mockftpserver/core/socket/
H A DDefaultServerSocketFactory.java31 * Create a new ServerSocket for the specified port.
32 * @param port - the port
38 public ServerSocket createServerSocket(int port) throws IOException { argument
39 return new ServerSocket(port);
H A DServerSocketFactory.java32 * Create a new ServerSocket for the specified port
33 * @param port - the port
37 public ServerSocket createServerSocket(int port) throws IOException; argument
/external/mockftpserver/tags/1.2.4/src/main/java/org/mockftpserver/core/socket/
H A DDefaultServerSocketFactory.java31 * Create a new ServerSocket for the specified port.
32 * @param port - the port
38 public ServerSocket createServerSocket(int port) throws IOException { argument
39 return new ServerSocket(port);
H A DServerSocketFactory.java32 * Create a new ServerSocket for the specified port
33 * @param port - the port
37 public ServerSocket createServerSocket(int port) throws IOException; argument
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/core/socket/
H A DDefaultServerSocketFactory.java31 * Create a new ServerSocket for the specified port.
32 * @param port - the port
38 public ServerSocket createServerSocket(int port) throws IOException { argument
39 return new ServerSocket(port);
H A DServerSocketFactory.java32 * Create a new ServerSocket for the specified port
33 * @param port - the port
37 public ServerSocket createServerSocket(int port) throws IOException; argument
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/core/socket/
H A DDefaultServerSocketFactory.java31 * Create a new ServerSocket for the specified port.
32 * @param port - the port
38 public ServerSocket createServerSocket(int port) throws IOException { argument
39 return new ServerSocket(port);
H A DServerSocketFactory.java32 * Create a new ServerSocket for the specified port
33 * @param port - the port
37 public ServerSocket createServerSocket(int port) throws IOException; argument
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/core/socket/
H A DDefaultServerSocketFactory.java31 * Create a new ServerSocket for the specified port.
32 * @param port - the port
38 public ServerSocket createServerSocket(int port) throws IOException { argument
39 return new ServerSocket(port);

Completed in 5034 milliseconds

1234567891011>>