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

/libcore/luni/src/main/java/java/nio/
H A DServerSocketChannelImpl.java50 public ServerSocketChannelImpl(SelectorProvider sp) throws IOException { argument
51 super(sp);
/libcore/luni/src/test/java/tests/api/javax/xml/parsers/
H A DSAXParserTest.java124 SAXParserTestSupport sp = new SAXParserTestSupport(); field in class:SAXParserTest
347 HashMap<String, String> hm = sp.readFile(
448 HashMap<String, String> hm = sp.readFile(list_out_hb[i].getPath());
547 HashMap<String, String> hm = sp.readFile(
655 HashMap<String, String> hm = sp.readFile(list_out_hb[i].getPath());
696 HashMap<String, String> hm = sp.readFile(list_out_hb[i].getPath());
778 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 125 milliseconds