Searched defs:sp (Results 1 - 4 of 4) sorted by relevance

/libcore/luni/src/main/java/java/nio/
H A DServerSocketChannelImpl.java49 public ServerSocketChannelImpl(SelectorProvider sp) throws IOException { argument
50 super(sp);
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
H A DShortTest.java22 private Short sp = new Short((short) 18000); field in class:ShortTest
134 short sp = Short.parseShort("32746");
137 assertTrue("Incorrect parse of short", sp == (short) 32746
262 assertTrue("Invalid string returned", sp.toString().equals("18000")
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/
H A DSAXParserTest.java124 SAXParserTestSupport sp = new SAXParserTestSupport(); field in class:SAXParserTest
342 HashMap<String, String> hm = sp.readFile(
439 HashMap<String, String> hm = sp.readFile(list_out_hb[i].getPath());
529 HashMap<String, String> hm = sp.readFile(
637 HashMap<String, String> hm = sp.readFile(list_out_hb[i].getPath());
678 HashMap<String, String> hm = sp.readFile(list_out_hb[i].getPath());
755 HashMap<String, String> hm = sp.readFile(
/libcore/luni/src/test/java/libcore/xml/
H A DDomTest.java79 + " <!ENTITY sp \"Maple Syrup\">"
84 + " <name a:standard=\"strawberry\" deluxe=\"&sp;\">Waffles</name>\n"
87 + " <a:option>&sp;</a:option>\n"
100 private Entity sp; field in class:DomTest
138 sp = (Entity) doctype.getEntities().item(0);
170 if (sp != null) {
171 allNodes.add(sp);
189 assertNotNull("This implementation does not parse entity declarations", sp);
202 if (sp != null) {
203 assertEquals(null, sp
[all...]

Completed in 157 milliseconds