/libcore/luni/src/test/java/tests/api/java/io/ |
D | ComputeSerialVersionUIDTest.java | 26 .readObject(); in testComputeSUIDClass() 28 .readObject(); in testComputeSUIDClass() 30 .readObject(); in testComputeSUIDClass() 32 .readObject(); in testComputeSUIDClass() 34 .readObject(); in testComputeSUIDClass() 36 .readObject(); in testComputeSUIDClass() 50 .readObject(); in testComputeSUIDInterfaces() 52 .readObject(); in testComputeSUIDInterfaces() 54 .readObject(); in testComputeSUIDInterfaces() 56 .readObject(); in testComputeSUIDInterfaces() [all …]
|
D | ObjectOutputStreamTest.java | 91 private void readObject(ObjectInputStream ois) throws IOException { in readObject() method in ObjectOutputStreamTest.SerializableTestHelper 180 private void readObject(java.io.ObjectInputStream in) in readObject() method in ObjectOutputStreamTest.ReadWriteObject 183 in.readObject(); in readObject() 202 public void readObject(java.io.ObjectInputStream in) in readObject() method in ObjectOutputStreamTest.PublicReadWriteObject 205 in.readObject(); in readObject() 232 private void readObject(java.io.ObjectInputStream in) in readObject() method in ObjectOutputStreamTest.JustReadObject 327 private void readObject(java.io.ObjectInputStream in) in readObject() method in ObjectOutputStreamTest.MyExceptionWhenDumping 359 private void readObject(java.io.ObjectInputStream in) in readObject() method in ObjectOutputStreamTest.MyUnserializableExceptionWhenDumping 406 private void readObject(java.io.ObjectInputStream in) in readObject() method in ObjectOutputStreamTest.SerialPersistentFields 434 private void readObject(java.io.ObjectInputStream in) in readObject() method in ObjectOutputStreamTest.WriteFieldsWithoutFetchingPutFields [all …]
|
D | ObjectInputStreamGetFieldTest.java | 136 Support_GetPutFields object = (Support_GetPutFields) ois.readObject(); in test_get() 146 (Support_GetPutFieldsDefaulted) ois.readObject(); in test_get() 172 Support_GetPutFields object = (Support_GetPutFields) ois.readObject(); in test_defaultedLjava_lang_String() 186 (Support_GetPutFieldsDefaulted) ois.readObject(); in test_defaultedLjava_lang_String() 254 Support_GetPutFields object = (Support_GetPutFields) ois.readObject(); in test_getException() 378 Support_GetPutFields object = (Support_GetPutFields) ois.readObject(); in test_getObjectStreamClass()
|
D | ObjectStreamFieldTest.java | 315 SerializableObject obj = (SerializableObject) ois.readObject(); in test_getType_Deserialized() 358 ois.readObject(); in test_getType_MockObjectInputStream() 405 SerializableObject2 newObj = (SerializableObject2) ois.readObject(); in test_isUnshared() 468 private void readObject(ObjectInputStream in) throws NotActiveException, in readObject() method in SerializableObject 533 private void readObject(ObjectInputStream in) throws NotActiveException, in readObject() method in SerializableObject2
|
D | ObjectInputStreamTest.java | 141 Object obj = ois.readObject(); in test_ClassDescriptor() 407 sth = (SerializableTestHelper) (ois.readObject()); in test_readFields() 617 assertEquals("Read incorrect Object value", s, ois.readObject()); in test_readObject() 690 Object o = ois.readObject(); in test_readObject() 694 assertNull(new ObjectInputStream() {}.readObject()); in test_readObject() 777 in.readObject(); in test_readObjectCorrupt() 1046 Test another = (Test) in.readObject(); in test_readObject_withPrimitiveClass() 1099 private void readObject(ObjectInputStream ois) throws Exception { in readObject() method in ObjectInputStreamTest.SerializableTestHelper 1257 .readObject(); in test_resolveClass() 1304 Integer actual = (Integer) ois.readObject(); in test_resolveObjectLjava_lang_Object()
|
/libcore/support/src/test/java/tests/util/ |
D | SerializationTester.java | 78 Object outputObject = ois.readObject(); in getDeserilizedObject() 125 return obj == readObject(obj, fileName); in assertCompabilitySame() 142 return obj.equals(readObject(obj, fileName)); in assertCompabilityEquals() 156 public static Object readObject(Object obj, String fileName) in readObject() method in SerializationTester 171 Object newObj = oinput.readObject(); in readObject()
|
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/ |
D | ObjectInputStreamTest.java | 82 private void readObject(ObjectInputStream ois) throws Exception { in readObject() method in ObjectInputStreamTest.SerializableTestHelper 338 sth = (SerializableTestHelper) (ois.readObject()); in test_readFields() 432 assertEquals("Read incorrect Object value", s, ois.readObject()); in test_readObject() 505 Object o = ois.readObject(); in test_readObject() 509 assertNull(new ObjectInputStream() {}.readObject()); in test_readObject() 551 in.readObject(); in test_readObjectCorrupt() 636 Test another = (Test) in.readObject(); in test_readObject_withPrimitiveClass() 689 Object obj = ois.readObject(); in test_ClassDescriptor() 753 .readObject(); in test_resolveClass() 796 Integer actual = (Integer) ois.readObject(); in test_resolveObjectLjava_lang_Object() [all …]
|
/libcore/luni/src/test/java/libcore/java/text/ |
D | OldNumberFormatFieldTest.java | 58 NumberFormat.Field nfield2 = (NumberFormat.Field) in.readObject(); in test_readResolve() 62 in.readObject(); in test_readResolve()
|
D | OldMessageFormatFieldTest.java | 66 mfield2 = (MessageFormat.Field) in.readObject(); in test_readResolve() 73 in.readObject(); in test_readResolve()
|
/libcore/luni/src/main/java/javax/crypto/ |
D | SealedObject.java | 56 private void readObject(ObjectInputStream s) in readObject() method in SealedObject 168 return ois.readObject(); in getObject() 219 return ois.readObject(); in getObject() 263 return ois.readObject(); in getObject()
|
/libcore/luni/src/main/java/java/security/ |
D | SignedObject.java | 42 private void readObject(ObjectInputStream s) throws IOException, in readObject() method in SignedObject 107 return ois.readObject(); in getObject()
|
D | BasicPermission.java | 208 private void readObject(java.io.ObjectInputStream in) throws IOException, in readObject() method in BasicPermission
|
D | AllPermissionCollection.java | 130 private void readObject(java.io.ObjectInputStream in) throws IOException, in readObject() method in AllPermissionCollection
|
/libcore/luni/src/main/java/java/io/ |
D | ObjectInput.java | 99 public Object readObject() throws ClassNotFoundException, IOException; in readObject() method
|
/libcore/luni/src/main/java/java/util/ |
D | InvalidPropertiesFormatException.java | 65 private void readObject(ObjectInputStream in) in readObject() method in InvalidPropertiesFormatException
|
D | HashSet.java | 197 private void readObject(ObjectInputStream stream) throws IOException, in readObject() method in HashSet 205 E key = (E) stream.readObject(); in readObject()
|
D | TreeSet.java | 486 private void readObject(ObjectInputStream stream) throws IOException, in readObject() method in TreeSet 490 (Comparator<? super E>) stream.readObject()); in readObject() 494 E elem = (E)stream.readObject(); in readObject()
|
D | PropertyPermissionCollection.java | 90 private void readObject(ObjectInputStream stream) throws IOException, in readObject() method in PropertyPermissionCollection
|
/libcore/luni/src/main/java/java/util/prefs/ |
D | NodeChangeEvent.java | 91 private void readObject (ObjectInputStream in) throws IOException, ClassNotFoundException { in readObject() method in NodeChangeEvent
|
D | PreferenceChangeEvent.java | 109 private void readObject(ObjectInputStream in) throws IOException{ in readObject() method in PreferenceChangeEvent
|
/libcore/luni/src/main/java/java/sql/ |
D | SQLInput.java | 243 public Object readObject() throws SQLException; in readObject() method
|
/libcore/luni/src/main/java/java/util/logging/ |
D | LogRecord.java | 481 private void readObject(ObjectInputStream in) throws IOException, in readObject() method in LogRecord 495 parameters[i] = in.readObject(); in readObject()
|
/libcore/luni/src/main/java/java/lang/ |
D | StringBuilder.java | 678 private void readObject(ObjectInputStream in) throws IOException, in readObject() method in StringBuilder 682 char[] value = (char[]) in.readObject(); in readObject()
|
/libcore/luni/src/test/java/org/bouncycastle/jce/provider/ |
D | PKIXCertPathValidatorSpiTest.java | 71 (ASN1Sequence) new ASN1InputStream(trustedCert).readObject())), null)); in testTrustAndRemoteCertificatesWithDifferentEncodings()
|
/libcore/luni/src/main/java/java/beans/ |
D | PropertyChangeSupport.java | 412 private void readObject(ObjectInputStream ois) throws IOException, in readObject() method in PropertyChangeSupport 415 .readObject(); in readObject() 425 sourceBean = ois.readObject(); in readObject()
|