Searched refs:readResolve (Results 1 - 18 of 18) sorted by relevance

/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
H A DKeyRepTest.java71 kr.readResolve();
78 kr.readResolve();
85 kr.readResolve();
94 kr.readResolve();
101 kr.readResolve();
108 kr.readResolve();
117 kr.readResolve();
124 kr.readResolve();
131 kr.readResolve();
142 kr.readResolve();
167 @Override public Object readResolve() throws ObjectStreamException { method in class:KeyRepTest.KeyRepChild
[all...]
/libcore/luni/src/test/java/tests/security/cert/
H A DCertPathCertPathRepTest.java47 Object obj = rep.readResolve();
55 rep.readResolve();
H A DCertificateCertificateRepTest.java57 * Test for <code>readResolve()</code> method<br>
65 rep.readResolve();
74 Certificate obj = (Certificate) rep1.readResolve();
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/
H A DMyCertPath.java129 public Object readResolve() throws ObjectStreamException { method in class:MyCertPath.MyCertPathRep
130 return super.readResolve();
H A DMyCertificate.java133 public Object readResolve() throws ObjectStreamException { method in class:MyCertificate.MyCertificateRep
134 return super.readResolve();
/libcore/luni/src/test/java/libcore/java/text/
H A DOldAttributedCharacterIteratorAttributeTest.java46 public Object readResolve() throws InvalidObjectException { method in class:OldAttributedCharacterIteratorAttributeTest.MockAttributedCharacterIteratorAttribute
47 return super.readResolve();
143 * java.text.AttributedCharacterIterator.Attribute#readResolve() Test
145 * java.text.AttributedCharacterIterator.Attribute#readResolve().
151 mac1.readResolve();
/libcore/luni/src/main/java/java/text/
H A DAttributedCharacterIterator.java123 protected Object readResolve() throws InvalidObjectException { method in class:AttributedCharacterIterator.Attribute
/libcore/luni/src/main/java/java/security/
H A DKeyRep.java104 protected Object readResolve() throws ObjectStreamException { method in class:KeyRep
/libcore/luni/src/main/java/java/security/cert/
H A DCertPath.java220 protected Object readResolve() throws ObjectStreamException { method in class:CertPath.CertPathRep
H A DCertificate.java244 protected Object readResolve() throws ObjectStreamException { method in class:Certificate.CertificateRep
/libcore/luni/src/main/java/java/util/
H A DCurrency.java188 private Object readResolve() { method in class:Currency
H A DEnumSet.java327 private Object readResolve() { method in class:EnumSet.SerializationProxy
H A DCollections.java105 private Object readResolve() { method in class:Collections.EmptyList
126 private Object readResolve() { method in class:Collections.EmptySet
159 private Object readResolve() { method in class:Collections.EmptyMap
196 private Object readResolve() throws ObjectStreamException { method in class:Collections.ReverseComparator
496 * @see SynchronizedList#readResolve()
645 private Object readResolve() { method in class:Collections.SynchronizedList
1019 * @see UnmodifiableList#readResolve()
1138 private Object readResolve() { method in class:Collections.UnmodifiableList
H A DTreeMap.java1716 protected Object readResolve() throws ObjectStreamException { method in class:TreeMap.NavigableSubMap
1751 protected Object readResolve() throws ObjectStreamException { method in class:TreeMap.SubMap
/libcore/luni/src/main/java/java/util/logging/
H A DLevel.java255 private Object readResolve() { method in class:Level
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
H A DTestCertUtils.java267 protected Object readResolve() { method in class:TestCertUtils.TestCertPath
415 protected Object readResolve() { method in class:TestCertUtils.TestCertificate
/libcore/luni/src/main/java/java/net/
H A DInetAddress.java852 private Object readResolve() throws ObjectStreamException { method in class:InetAddress
/libcore/benchmarks/libs/
H A Dcaliper.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/caliper/ com/google/caliper/AllocationMeasurer ...

Completed in 435 milliseconds