Home
last modified time | relevance | path

Searched refs:writeUnshared (Results 1 – 4 of 4) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DObjectOutputStreamTest.java1142 oos.writeUnshared(o); in test_writeUnshared()
1173 oos.writeUnshared(o); in test_writeUnshared2()
/libcore/ojluni/annotations/hiddenapi/java/io/
DObjectOutputStream.java55 public void writeUnshared(java.lang.Object obj) throws java.io.IOException { in writeUnshared() method in ObjectOutputStream
/libcore/ojluni/src/main/java/java/io/
DObjectOutputStream.java435 public void writeUnshared(Object obj) throws IOException { in writeUnshared() method in ObjectOutputStream
/libcore/api/
Dcurrent.txt1791 method public void writeUnshared(Object) throws java.io.IOException;