Home
last modified time | relevance | path

Searched refs:exportNode (Results 1 – 8 of 8) sorted by relevance

/libcore/luni/src/test/java/libcore/java/util/prefs/
DPreferencesTest.java105 p.exportNode(baos); in testHtmlEncoding()
DOldAbstractPreferencesTest.java996 pref.exportNode(baos); in testExportNode()
1013 pref.exportNode(new ByteArrayOutputStream()); in testExportNode()
DOldPreferencesTest.java81 p.exportNode(null); in testAbstractMethods()
982 public void exportNode(OutputStream ostream) throws IOException, BackingStoreException { in exportNode() method in OldPreferencesTest.MockPreferences
/libcore/ojluni/src/main/java/java/util/prefs/
DPreferences.java1239 public abstract void exportNode(OutputStream os) in exportNode() method in Preferences
DAbstractPreferences.java1648 public void exportNode(OutputStream os)
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/prefs/
DAbstractPreferencesTest.java931 pref.exportNode(null); in testExportNode()
942 child.exportNode(out); in testExportNode()
1114 p.exportNode(new ByteArrayOutputStream()); in testBackingStoreException()
1242 p.exportNode(new ByteArrayOutputStream()); in testRuntimeException()
1320 p.exportNode(System.out); in testSPIReturnNull()
1501 pref.exportNode(null); in testIllegalStateException()
DPreferencesTest.java267 public void exportNode(OutputStream ostream) throws IOException, in exportNode() method in PreferencesTest.MockPreferences
/libcore/api/
Dcurrent.txt17836 …method public void exportNode(java.io.OutputStream) throws java.util.prefs.BackingStoreException, …
17918 …method public abstract void exportNode(java.io.OutputStream) throws java.util.prefs.BackingStoreEx…