Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DObjectStreamFieldTest.java303 public ObjectStreamClass readClassDescriptor() throws IOException, in readClassDescriptor() method in MockObjectInputStream
305 ObjectStreamClass osc = super.readClassDescriptor(); in readClassDescriptor()
389 protected ObjectStreamClass readClassDescriptor() in readClassDescriptor() method in MyObjectInputStream
DObjectInputStream2Test.java150 readClassDescriptor(); in test()
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
DObjectInputStreamTest.java601 public ObjectStreamClass readClassDescriptor() throws IOException, in readClassDescriptor() method in ObjectInputStreamTest.ObjectInputStreamWithReadDesc
1052 public ObjectStreamClass readClassDescriptor() throws IOException, in readClassDescriptor() method in ObjectInputStreamTest.ObjectInputStreamWithReadDesc1
1054 return super.readClassDescriptor(); in readClassDescriptor()
1152 Object obj = ois.readClassDescriptor(); in test_readClassDescriptor()
1165 obj = ois.readClassDescriptor(); in test_readClassDescriptor()
1180 obj = ois.readClassDescriptor(); in test_readClassDescriptor()
1195 obj = ois.readClassDescriptor(); in test_readClassDescriptor()
1252 public ObjectStreamClass readClassDescriptor() throws IOException, in readClassDescriptor() method in ObjectInputStreamTest.ObjectIutputStreamWithReadDesc2
1254 ObjectStreamClass osc = super.readClassDescriptor(); in readClassDescriptor()
1386 … protected ObjectStreamClass readClassDescriptor() throws IOException, ClassNotFoundException { in readClassDescriptor() method in ObjectInputStreamTest.TestObjectInputStream
/libcore/ojluni/src/main/java/java/io/
DObjectInputStream.java827 protected ObjectStreamClass readClassDescriptor() in readClassDescriptor() method in ObjectInputStream
1602 readDesc = readClassDescriptor(); in readNonProxyDesc()