OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:u3b
(Results
1 - 2
of
2
) sorted by null
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
URLTest.java
128
URL
u3b
= new URL("file://www.yahoo4.com");
local
129
assertEquals("
u3b
returns a wrong protocol", "file",
u3b
.getProtocol());
130
assertEquals("
u3b
returns a wrong host", "www.yahoo4.com",
u3b
132
assertEquals("
u3b
returns a wrong port", -1,
u3b
.getPort());
133
assertTrue("
u3b
returns a wrong file",
u3b
.getFile().equals(""));
134
assertNull("
u3b
returns a wrong anchor", u3b.getRef())
[
all
...]
/external/netcat/
stupidh
155
u3b
Completed in 54 milliseconds