Searched defs:clientPort (Results 1 - 14 of 14) sorted by relevance

/external/testng/src/main/java/org/testng/remote/adapter/
H A DDefaultWorkerAdapter.java72 private static ConnectionInfo resetSocket(int clientPort, ConnectionInfo oldCi) argument
76 ServerSocket serverSocket = new ServerSocket(clientPort);
78 log("Waiting for connections on port " + clientPort);
/external/conscrypt/common/src/main/java/org/conscrypt/
H A DOpenSSLSocketImpl.java47 OpenSSLSocketImpl(String hostname, int port, InetAddress clientAddress, int clientPort) argument
49 super(hostname, port, clientAddress, clientPort);
53 int clientPort)
55 super(address, port, clientAddress, clientPort);
52 OpenSSLSocketImpl(InetAddress address, int port, InetAddress clientAddress, int clientPort) argument
H A DAbstractConscryptSocket.java111 AbstractConscryptSocket(String hostname, int port, InetAddress clientAddress, int clientPort) argument
113 super(hostname, port, clientAddress, clientPort);
121 int clientPort) throws IOException {
122 super(address, port, clientAddress, clientPort);
120 AbstractConscryptSocket(InetAddress address, int port, InetAddress clientAddress, int clientPort) argument
H A DConscryptEngineSocket.java74 ConscryptEngineSocket(String hostname, int port, InetAddress clientAddress, int clientPort, argument
76 super(hostname, port, clientAddress, clientPort);
80 ConscryptEngineSocket(InetAddress address, int port, InetAddress clientAddress, int clientPort, argument
82 super(address, port, clientAddress, clientPort);
H A DConscryptFileDescriptorSocket.java133 int clientPort, SSLParametersImpl sslParameters) throws IOException {
134 super(hostname, port, clientAddress, clientPort);
141 int clientPort, SSLParametersImpl sslParameters) throws IOException {
142 super(address, port, clientAddress, clientPort);
132 ConscryptFileDescriptorSocket(String hostname, int port, InetAddress clientAddress, int clientPort, SSLParametersImpl sslParameters) argument
140 ConscryptFileDescriptorSocket(InetAddress address, int port, InetAddress clientAddress, int clientPort, SSLParametersImpl sslParameters) argument
/external/conscrypt/android-stub/src/main/java/com/android/org/conscrypt/
H A DOpenSSLSocketImpl.java63 protected OpenSSLSocketImpl(String host, int port, InetAddress clientAddress, int clientPort, argument
69 int clientPort, SSLParametersImpl sslParameters) throws IOException {
68 OpenSSLSocketImpl(InetAddress address, int port, InetAddress clientAddress, int clientPort, SSLParametersImpl sslParameters) argument
/external/conscrypt/android-stub/src/main/java/org/apache/harmony/xnet/provider/jsse/
H A DOpenSSLSocketImpl.java63 protected OpenSSLSocketImpl(String host, int port, InetAddress clientAddress, int clientPort, argument
69 int clientPort, SSLParametersImpl sslParameters) throws IOException {
68 OpenSSLSocketImpl(InetAddress address, int port, InetAddress clientAddress, int clientPort, SSLParametersImpl sslParameters) argument
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1346 milliseconds