OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:invalid_port
(Results
1 - 2
of
2
) sorted by null
/libcore/luni/src/test/java/tests/api/javax/net/ssl/
SSLContextSpiTest.java
74
int[]
invalid_port
= {Integer.MIN_VALUE, -65535, -1, 65536, Integer.MAX_VALUE};
local
87
for (int i = 0; i <
invalid_port
.length; i++) {
89
SSLEngine sleng = ssl.engineCreateSSLEngine("localhost",
invalid_port
[i]);
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
ProxySelectorTest.java
242
final String
INVALID_PORT
= "abc";
246
System.setProperty("http.proxyPort",
INVALID_PORT
);
249
System.setProperty("https.proxyPort",
INVALID_PORT
);
252
System.setProperty("ftp.proxyPort",
INVALID_PORT
);
255
System.setProperty("socksproxyPort",
INVALID_PORT
);
Completed in 61 milliseconds