Searched refs:port (Results 51 - 75 of 1569) sorted by relevance

1234567891011>>

/external/mockftpserver/tags/1.2.3/src/test/java/org/mockftpserver/stub/example/
H A DFtpWorkingDirectory.java33 private int port; field in class:FtpWorkingDirectory
43 ftpClient.connect(server, port);
56 * Set the port number for the FTP server
57 * @param port - the port number
59 public void setPort(int port) { argument
60 this.port = port;
/external/mockftpserver/tags/1.2.4/src/test/java/org/mockftpserver/stub/example/
H A DFtpWorkingDirectory.java33 private int port; field in class:FtpWorkingDirectory
43 ftpClient.connect(server, port);
56 * Set the port number for the FTP server
57 * @param port - the port number
59 public void setPort(int port) { argument
60 this.port = port;
/external/mockftpserver/tags/2.0/src/test/java/org/mockftpserver/stub/example/
H A DFtpWorkingDirectory.java33 private int port; field in class:FtpWorkingDirectory
43 ftpClient.connect(server, port);
56 * Set the port number for the FTP server
57 * @param port - the port number
59 public void setPort(int port) { argument
60 this.port = port;
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/java/org/mockftpserver/stub/example/
H A DFtpWorkingDirectory.java33 private int port; field in class:FtpWorkingDirectory
43 ftpClient.connect(server, port);
56 * Set the port number for the FTP server
57 * @param port - the port number
59 public void setPort(int port) { argument
60 this.port = port;
/external/mockftpserver/tags/2.0-rc1/src/test/java/org/mockftpserver/stub/example/
H A DFtpWorkingDirectory.java33 private int port; field in class:FtpWorkingDirectory
43 ftpClient.connect(server, port);
56 * Set the port number for the FTP server
57 * @param port - the port number
59 public void setPort(int port) { argument
60 this.port = port;
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/java/org/mockftpserver/stub/example/
H A DFtpWorkingDirectory.java33 private int port; field in class:FtpWorkingDirectory
43 ftpClient.connect(server, port);
56 * Set the port number for the FTP server
57 * @param port - the port number
59 public void setPort(int port) { argument
60 this.port = port;
/external/mockftpserver/tags/2.0.1/src/test/java/org/mockftpserver/stub/example/
H A DFtpWorkingDirectory.java33 private int port; field in class:FtpWorkingDirectory
43 ftpClient.connect(server, port);
56 * Set the port number for the FTP server
57 * @param port - the port number
59 public void setPort(int port) { argument
60 this.port = port;
/external/mockftpserver/tags/2.0.2/src/test/java/org/mockftpserver/stub/example/
H A DFtpWorkingDirectory.java33 private int port; field in class:FtpWorkingDirectory
43 ftpClient.connect(server, port);
56 * Set the port number for the FTP server
57 * @param port - the port number
59 public void setPort(int port) { argument
60 this.port = port;
/external/mockftpserver/tags/2.1/src/test/java/org/mockftpserver/stub/example/
H A DFtpWorkingDirectory.java33 private int port; field in class:FtpWorkingDirectory
43 ftpClient.connect(server, port);
56 * Set the port number for the FTP server
57 * @param port - the port number
59 public void setPort(int port) { argument
60 this.port = port;
/external/mockftpserver/tags/2.2/src/test/java/org/mockftpserver/stub/example/
H A DFtpWorkingDirectory.java33 private int port; field in class:FtpWorkingDirectory
43 ftpClient.connect(server, port);
56 * Set the port number for the FTP server
57 * @param port - the port number
59 public void setPort(int port) { argument
60 this.port = port;
/external/mockftpserver/tags/2.3/src/test/java/org/mockftpserver/stub/example/
H A DFtpWorkingDirectory.java33 private int port; field in class:FtpWorkingDirectory
43 ftpClient.connect(server, port);
56 * Set the port number for the FTP server
57 * @param port - the port number
59 public void setPort(int port) { argument
60 this.port = port;
/external/mockftpserver/tags/2.4/src/test/java/org/mockftpserver/stub/example/
H A DFtpWorkingDirectory.java33 private int port; field in class:FtpWorkingDirectory
43 ftpClient.connect(server, port);
56 * Set the port number for the FTP server
57 * @param port - the port number
59 public void setPort(int port) { argument
60 this.port = port;
/external/mockftpserver/tags/2.5/src/test/java/org/mockftpserver/stub/example/
H A DFtpWorkingDirectory.java33 private int port; field in class:FtpWorkingDirectory
43 ftpClient.connect(server, port);
56 * Set the port number for the FTP server
57 * @param port - the port number
59 public void setPort(int port) { argument
60 this.port = port;
/external/mockftpserver/tags/2.x_Before_IDEA/src/test/java/org/mockftpserver/stub/example/
H A DFtpWorkingDirectory.java33 private int port; field in class:FtpWorkingDirectory
43 ftpClient.connect(server, port);
56 * Set the port number for the FTP server
57 * @param port - the port number
59 public void setPort(int port) { argument
60 this.port = port;
/external/autotest/server/cros/servo/
H A Dpd_console.py37 'port': 'Port\s+([\w]+)',
106 def execute_pd_state_cmd(self, port):
111 the dict containing port, polarity, role, pd_state, and flags.
113 @param port: Type C PD port 0 or 1
119 pd_cmd = cmd +" " + str(port) + " " + subcmd
135 def get_pd_state(self, port):
138 @param port: Type C PD port 0/1
142 pd_dict = self.execute_pd_state_cmd(port)
[all...]
/external/autotest/server/hosts/
H A Drpc_server_tracker.py37 @param port: The host object associated with this instance of
44 def _setup_rpc(self, port, command_name, remote_pid=None):
48 We could open the port, but doing that would conflict with security
50 the port on the target we use an ssh tunnel.
54 a remote port. As such, it enforces a single proxy->remote port
55 policy, i.e if one starts a jsonrpc proxy/server from port A->B,
56 and then tries to start an xmlrpc proxy forwarded to the same port,
70 to the same remote port. If methods are invoked on the client
73 @param port
[all...]
/external/clang/test/CodeGen/
H A Dx86_32-inline-asm.c34 unsigned int port; local
35 __asm__ volatile("outb %0, %w1" : : "a" (data), "Nd" (port)); // No error expected.
37 __asm__ volatile("outb %0, %w1" : : "R" (val), "Nd" (port)); // expected-error {{invalid input size for constraint 'R'}}
38 __asm__ volatile("outb %0, %w1" : : "q" (val), "Nd" (port)); // expected-error {{invalid input size for constraint 'q'}}
39 __asm__ volatile("outb %0, %w1" : : "Q" (val), "Nd" (port)); // expected-error {{invalid input size for constraint 'Q'}}
40 __asm__ volatile("outb %0, %w1" : : "b" (val), "Nd" (port)); // expected-error {{invalid input size for constraint 'b'}}
41 __asm__ volatile("outb %0, %w1" : : "c" (val), "Nd" (port)); // expected-error {{invalid input size for constraint 'c'}}
42 __asm__ volatile("outb %0, %w1" : : "d" (val), "Nd" (port)); // expected-error {{invalid input size for constraint 'd'}}
43 __asm__ volatile("outb %0, %w1" : : "S" (val), "Nd" (port)); // expected-error {{invalid input size for constraint 'S'}}
44 __asm__ volatile("outb %0, %w1" : : "D" (val), "Nd" (port)); // expecte
[all...]
/external/autotest/tko/
H A Ddb_mysql.py9 def connect(self, host, database, user, password, port):
16 if port:
17 connection_args['port'] = int(port)
/external/autotest/site_utils/
H A Dlog_socket_server.py5 # receiver. The receiver listens to default logging port (9020) and save log to
85 def __init__(self, host='localhost', port=None,
87 if not port:
88 port = utils.get_unused_port()
89 SocketServer.ThreadingTCPServer.__init__(self, (host, port), handler)
93 self.port = port
113 port = None variable in class:LogSocketServer
126 port = multiprocessing.Value(ctypes.c_int, 0)
129 args=(server_started, port),
[all...]
/external/dnsmasq/contrib/port-forward/
H A Ddnsmasq-portforward6 # It logs to $LOGFILE, if it exists, and maintains port-forwards using
45 for port in $ports; do
48 if [ ${port:0:1} = u ] ; then
50 port=${port/u/}
52 src=${port/:*/}
53 dst=${port/*:/}
55 ${IPTABLES} -t nat -D PREROUTING -p $protocol --destination-port $src -j DNAT --to-destination ${3}:$dst
57 ${IPTABLES} -t nat -A PREROUTING -p $protocol --destination-port $src -j DNAT --to-destination ${3}:$dst
/external/guava/guava/src/com/google/common/net/
H A DHostAndPort.java34 * An immutable representation of a host and port.
58 * concerned with brackets, colons, and port numbers. Full validation of the
68 /** Magic value indicating the absence of a port number. */
74 /** Validated port number in the range [0..65535], or NO_PORT */
75 private final int port; field in class:HostAndPort
80 private HostAndPort(String host, int port, boolean hasBracketlessColons) { argument
82 this.port = port;
97 /** Return true if this instance has a defined port. */
99 return port >
133 fromParts(String host, int port) argument
311 isValidPort(int port) argument
[all...]
/external/autotest/client/site_tests/usbpd_GFU/
H A Dusbpd_GFU.py65 def _is_gfu(self, port):
68 @param port: EC_USBPD object for port.
72 return port.is_amode_supported(self.GOOGLE_VID)
74 def _is_in_rw(self, port):
77 @param port: EC_USBPD object for port.
81 flash_info = port.get_flash_info()
95 def _modify_rw(self, port, rw=None, tries=3):
96 """Modify RW of USB-PD device in <port>
[all...]
/external/apache-http/src/org/apache/http/
H A DHttpHost.java41 * This includes remote host name, port and scheme.
67 /** The port to use. */
68 protected final int port; field in class:HttpHost
79 * @param port the port number.
80 * <code>-1</code> indicates the scheme default port.
85 public HttpHost(final String hostname, int port, final String scheme) { argument
97 this.port = port;
104 * @param port th
107 HttpHost(final String hostname, int port) argument
[all...]
/external/chromium-trace/catapult/devil/devil/android/
H A Dports.py15 # The net test server is started from port 10201.
18 # A file to record next valid port of test server.
23 # The following two methods are used to allocate the port source for various
25 # same time, it's important to have a mechanism to allocate the port
26 # process-safe. In here, we implement the safe port allocation by leveraging
29 """Resets the port allocation to start from TEST_SERVER_PORT_FIRST.
41 logging.exception('Error while resetting port allocation')
46 """Allocates a port incrementally.
49 Returns a valid port which should be in between TEST_SERVER_PORT_FIRST and
50 TEST_SERVER_PORT_LAST. Returning 0 means no more valid port ca
[all...]
/external/conscrypt/src/main/java/org/conscrypt/
H A DClientSessionContext.java24 * Caches client sessions. Indexes by host and port. Users are typically
25 * looking to reuse any session for a given host and port.
30 * Sessions indexed by host and port. Protect from concurrent
52 int port = session.getPeerPort();
56 HostAndPort hostAndPortKey = new HostAndPort(host, port);
63 * Finds a cached session for the given host name and port.
66 * @param port of server
69 public SSLSession getSession(String host, int port) { argument
74 HostAndPort hostAndPortKey = new HostAndPort(host, port);
84 byte[] data = persistentCache.getSessionData(host, port);
126 final int port; field in class:ClientSessionContext.HostAndPort
128 HostAndPort(String host, int port) argument
[all...]

Completed in 1502 milliseconds

1234567891011>>