OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:invalidport
(Results
1 - 4
of
4
) sorted by null
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
SSLSocketTest.java
63
int[]
invalidPort
= {-1, Integer.MIN_VALUE, 65536, Integer.MAX_VALUE};
76
for (int i = 0; i <
invalidPort
.length; i++) {
78
getSSLSocket(InetAddress.getLocalHost(),
invalidPort
[i]);
138
int[]
invalidPort
= {-1, Integer.MIN_VALUE, 65536, Integer.MAX_VALUE};
151
for (int i = 0; i <
invalidPort
.length; i++) {
153
getSSLSocket(InetAddress.getLocalHost().getHostName(),
invalidPort
[i]);
172
int[]
invalidPort
= {-1, Integer.MIN_VALUE, 65536, Integer.MAX_VALUE};
185
for (int i = 0; i <
invalidPort
.length; i++) {
187
getSSLSocket(InetAddress.getLocalHost().getHostName(),
invalidPort
[i],
194
InetAddress.getLocalHost(),
invalidPort
[i])
[
all
...]
/external/avahi/avahi-sharp/
ClientException.cs
39
InvalidPort
= -12,
/external/avahi/avahi-sharp/en/Avahi/
ErrorCode.xml
131
<Member MemberName="
InvalidPort
">
132
<MemberSignature Language="C#" Value="
InvalidPort
" />
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
CallTest.java
153
@Test public void
invalidPort
() throws Exception {
[
all
...]
Completed in 250 milliseconds