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

1234567891011>>

/external/strace/tests/
H A Dioperm.c12 const unsigned long port = (unsigned long) 0xdeafbeefffffffffULL; local
14 long rc = syscall(__NR_ioperm, port, 1, 0);
16 port, 1UL, 0, rc, errno2name());
/external/strace/tests-m32/
H A Dioperm.c12 const unsigned long port = (unsigned long) 0xdeafbeefffffffffULL; local
14 long rc = syscall(__NR_ioperm, port, 1, 0);
16 port, 1UL, 0, rc, errno2name());
/external/strace/tests-mx32/
H A Dioperm.c12 const unsigned long port = (unsigned long) 0xdeafbeefffffffffULL; local
14 long rc = syscall(__NR_ioperm, port, 1, 0);
16 port, 1UL, 0, rc, errno2name());
/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/jcommander/src/test/java/com/beust/jcommander/
H A DHostPort.java23 public Integer port; field in class:HostPort
27 return "[Host:" + host + " port:" + port + "]";
/external/libchrome/base/mac/
H A Dscoped_mach_port.cc14 void SendRightTraits::Free(mach_port_t port) { argument
15 kern_return_t kr = mach_port_deallocate(mach_task_self(), port);
21 void ReceiveRightTraits::Free(mach_port_t port) { argument
23 mach_port_mod_refs(mach_task_self(), port, MACH_PORT_RIGHT_RECEIVE, -1);
29 void PortSetTraits::Free(mach_port_t port) { argument
31 mach_port_mod_refs(mach_task_self(), port, MACH_PORT_RIGHT_PORT_SET, -1);
/external/libmicrohttpd/src/testspdy/
H A Dtest_daemon_start_stop_many.c21 * @brief starts and stops several SPDY daemons, reusing port numbers
36 int port = get_port(15123); local
45 daemon[j] = SPDY_start_daemon(port + j,
/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);

Completed in 528 milliseconds

1234567891011>>