Home
last modified time | relevance | path

Searched refs:readObject (Results 1 – 25 of 137) sorted by relevance

123456

/libcore/luni/src/test/java/tests/api/java/io/
DComputeSerialVersionUIDTest.java26 .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 …]
DObjectOutputStreamTest.java91 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 …]
DObjectInputStreamGetFieldTest.java136 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()
DObjectStreamFieldTest.java315 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
DObjectInputStreamTest.java141 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/
DSerializationTester.java78 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/
DObjectInputStreamTest.java82 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/
DOldNumberFormatFieldTest.java58 NumberFormat.Field nfield2 = (NumberFormat.Field) in.readObject(); in test_readResolve()
62 in.readObject(); in test_readResolve()
DOldMessageFormatFieldTest.java66 mfield2 = (MessageFormat.Field) in.readObject(); in test_readResolve()
73 in.readObject(); in test_readResolve()
/libcore/luni/src/main/java/javax/crypto/
DSealedObject.java56 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/
DSignedObject.java42 private void readObject(ObjectInputStream s) throws IOException, in readObject() method in SignedObject
107 return ois.readObject(); in getObject()
DBasicPermission.java208 private void readObject(java.io.ObjectInputStream in) throws IOException, in readObject() method in BasicPermission
DAllPermissionCollection.java130 private void readObject(java.io.ObjectInputStream in) throws IOException, in readObject() method in AllPermissionCollection
/libcore/luni/src/main/java/java/io/
DObjectInput.java99 public Object readObject() throws ClassNotFoundException, IOException; in readObject() method
/libcore/luni/src/main/java/java/util/
DInvalidPropertiesFormatException.java65 private void readObject(ObjectInputStream in) in readObject() method in InvalidPropertiesFormatException
DHashSet.java197 private void readObject(ObjectInputStream stream) throws IOException, in readObject() method in HashSet
205 E key = (E) stream.readObject(); in readObject()
DTreeSet.java486 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()
DPropertyPermissionCollection.java90 private void readObject(ObjectInputStream stream) throws IOException, in readObject() method in PropertyPermissionCollection
/libcore/luni/src/main/java/java/util/prefs/
DNodeChangeEvent.java91 private void readObject (ObjectInputStream in) throws IOException, ClassNotFoundException { in readObject() method in NodeChangeEvent
DPreferenceChangeEvent.java109 private void readObject(ObjectInputStream in) throws IOException{ in readObject() method in PreferenceChangeEvent
/libcore/luni/src/main/java/java/sql/
DSQLInput.java243 public Object readObject() throws SQLException; in readObject() method
/libcore/luni/src/main/java/java/util/logging/
DLogRecord.java481 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/
DStringBuilder.java678 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/
DPKIXCertPathValidatorSpiTest.java71 (ASN1Sequence) new ASN1InputStream(trustedCert).readObject())), null)); in testTrustAndRemoteCertificatesWithDifferentEncodings()
/libcore/luni/src/main/java/java/beans/
DPropertyChangeSupport.java412 private void readObject(ObjectInputStream ois) throws IOException, in readObject() method in PropertyChangeSupport
415 .readObject(); in readObject()
425 sourceBean = ois.readObject(); in readObject()

123456