HomeSort by relevance Sort by last modified time
    Searched defs:port (Results 401 - 425 of 1373) sorted by null

<<11121314151617181920>>

  /libcore/luni/src/test/java/libcore/java/net/
OldURLClassLoaderTest.java 202 int port = server.initServer(tmp.getAbsolutePath(), "text/html"); local
204 URL[] urls = { new URL("http://localhost:" + port + "/") };
231 int port = server.initServer(); local
244 String tempPath3 = "http://localhost:" + port + "/";
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLSocketFactoryTest.java 114 public Socket createSocket(Socket s, String host, int port, boolean autoClose) {
119 public Socket createSocket(InetAddress address, int port, InetAddress localAddress,
125 public Socket createSocket(InetAddress host, int port) {
130 public Socket createSocket(String host, int port, InetAddress localHost, int localPort) {
135 public Socket createSocket(String host, int port) {
245 int port = sa.getPort(); local
246 Socket s = new Socket(host, port);
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/http/
HttpURLConnectionTest.java 57 public int port() { method in class:HttpURLConnectionTest.MockServer
122 // proxy port
124 // server port
172 new URL("http://localhost:" + httpServer.port()).openConnection();
191 URL url = new URL("http://localhost:" + server.port());
196 proxy.port())));
231 URL url = new URL("http://localhost:" + server.port());
237 new TestProxySelector(server.port(), proxy.port()));
289 new InetSocketAddress("localhost", proxy.port())));
    [all...]
  /libcore/support/src/test/java/tests/http/
MockWebServer.java 80 private int port = -1; field in class:MockWebServer
83 if (port == -1) {
84 throw new IllegalStateException("Cannot retrieve port before calling play()");
86 return port;
172 * @param port the port to listen to, or 0 for any available port.
173 * Automated tests should always use port 0 to avoid flakiness when a
174 * specific port is unavailable.
176 public void play(int port) throws IOException
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
AdvancedWifiOptionsFlow.java 358 int port = 0; local
361 port = Integer.parseInt(portStr);
367 mIpConfiguration.setHttpProxy(new ProxyInfo(host, port, exclusionList));
  /packages/services/Telephony/src/com/android/phone/vvm/omtp/imap/
ImapHelper.java 77 int port = Integer.parseInt( local
86 port = 993;
91 context, username, password, port, serverName, auth, network);
93 LogUtils.w(TAG, "Could not parse port number");
98 * If mImapStore is null, this means that there was a missing or badly formatted port number,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
inet_diag.h 71 int port; member in struct:inet_diag_hostcond
tipc.h 85 * Application-accessible port name types
93 * Publication scopes when binding port names and port name sequences
130 #define TIPC_SUB_PORTS 0x01 /* filter for port availability */
157 struct tipc_portid port; /* associated port */ member in struct:tipc_event
usbdevice_fs.h 122 * except find out what device connects to what port. */
125 char port [127]; /* e.g. port 3 connects to device 27 */ member in struct:usbdevfs_hub_portinfo
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/net/
if.h 119 unsigned char port; member in struct:ifmap
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
inet_diag.h 71 int port; member in struct:inet_diag_hostcond
tipc.h 85 * Application-accessible port name types
93 * Publication scopes when binding port names and port name sequences
130 #define TIPC_SUB_PORTS 0x01 /* filter for port availability */
151 struct tipc_portid port; /* associated port */ member in struct:tipc_event
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/net/
if.h 119 unsigned char port; member in struct:ifmap
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
usbdevice_fs.h 96 char port [127]; member in struct:usbdevfs_hub_portinfo
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
usbdevice_fs.h 96 char port [127]; member in struct:usbdevfs_hub_portinfo
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
usbdevice_fs.h 96 char port [127]; member in struct:usbdevfs_hub_portinfo
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
usbdevice_fs.h 96 char port [127]; member in struct:usbdevfs_hub_portinfo
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
usbdevice_fs.h 96 char port [127]; member in struct:usbdevfs_hub_portinfo
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
usbdevice_fs.h 96 char port [127]; member in struct:usbdevfs_hub_portinfo
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
usbdevice_fs.h 96 char port [127]; member in struct:usbdevfs_hub_portinfo
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
usbdevice_fs.h 96 char port [127]; member in struct:usbdevfs_hub_portinfo
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
usbdevice_fs.h 96 char port [127]; member in struct:usbdevfs_hub_portinfo
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
usbdevice_fs.h 96 char port [127]; member in struct:usbdevfs_hub_portinfo
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
usbdevice_fs.h 96 char port [127]; member in struct:usbdevfs_hub_portinfo
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
usbdevice_fs.h 96 char port [127]; member in struct:usbdevfs_hub_portinfo

Completed in 386 milliseconds

<<11121314151617181920>>