Home
last modified time | relevance | path

Searched defs:setOutput (Results 1 – 9 of 9) sorted by relevance

/libcore/xml/src/main/java/org/xmlpull/v1/
DXmlSerializer.java94 void setOutput (OutputStream os, String encoding) in setOutput() method
101 void setOutput (Writer writer) in setOutput() method
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DCollections2Test.java525 HashSet<String> setOutput = new HashSet<>(); in testMapForEach() local
531 assertEquals(map.keySet(), setOutput); in testMapForEach() local
DWeakHashMapTest.java420 HashSet setOutput = new HashSet(); in test_forEach() local
422 assertEquals(map.keySet(), setOutput); in test_forEach() local
DHashMapTest.java708 HashSet<String> setOutput = new HashSet<>(); in test_forEach() local
710 assertEquals(map.keySet(), setOutput); in test_forEach() local
DLinkedHashMapTest.java724 LinkedHashSet<String> setOutput = new LinkedHashSet<>(); in test_forEach() local
726 assertEquals(map.keySet(), setOutput); in test_forEach() local
DIdentityHashMapTest.java874 HashSet<String> setOutput = new HashSet<>(); in test_forEach() local
876 assertEquals(map.keySet(), setOutput); in test_forEach() local
DTreeMapTest.java1970 HashSet<String> setOutput = new HashSet<>(); in test_forEach() local
1972 assertEquals(map.keySet(), setOutput); in test_forEach() local
/libcore/xml/src/main/java/com/android/org/kxml2/io/
DKXmlSerializer.java337 public void setOutput(Writer writer) { in setOutput() method in KXmlSerializer
358 public void setOutput(OutputStream os, String encoding) in setOutput() method in KXmlSerializer
/libcore/luni/src/test/java/libcore/xml/
DXmlPullParserFactoryTest.java155 public void setOutput(OutputStream os, String encoding) throws IOException { in setOutput() method in XmlPullParserFactoryTest.XmlSerializerStub
158 public void setOutput(Writer writer) throws IOException { in setOutput() method in XmlPullParserFactoryTest.XmlSerializerStub