Searched defs:ois (Results 1 - 8 of 8) sorted by relevance

/external/smack/src/org/apache/harmony/javax/security/auth/
H A DPrivateCredentialPermission.java188 private void readObject(ObjectInputStream ois) throws IOException, ClassNotFoundException { argument
189 ois.defaultReadObject();
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DSerializationStressTest.java88 protected transient ObjectInputStream ois; field in class:SerializationStressTest
234 ois = new ObjectInputStream(loadStream());
237 return ois.readObject();
239 ois.close();
337 ois = new ObjectInputStream(loadStream());
338 ois.close();
354 ois = new ObjectInputStream(loadStream());
355 ois.readFully(buf);
356 ois.close();
375 ois
[all...]
H A DObjectInputStreamTest.java61 ObjectInputStream ois; field in class:ObjectInputStreamTest
83 private void readObject(ObjectInputStream ois) throws Exception { argument
85 ObjectInputStream.GetField fields = ois.readFields();
149 ois = new ObjectInputStream(new ByteArrayInputStream(bao.toByteArray()));
150 ois.close();
154 ois = new ObjectInputStream(new ByteArrayInputStream(new byte[90]));
168 ois = new ObjectInputStream(new ByteArrayInputStream(bao.toByteArray()));
217 ois = new ObjectInputStream(new ByteArrayInputStream(bao.toByteArray()));
218 assertEquals("Read incorrect bytes", 10, ois.available());
219 ois
[all...]
H A DObjectOutputStreamTest.java66 private void readObject(ObjectInputStream ois) throws IOException { argument
69 ObjectInputStream.GetField fields = ois.readFields();
560 protected ObjectInputStream ois; field in class:ObjectOutputStreamTest
634 ois = new ObjectInputStream(new ByteArrayInputStream(bao.toByteArray()));
635 sth = (SerializableTestHelper) (ois.readObject());
653 ois = new ObjectInputStream(new ByteArrayInputStream(bao.toByteArray()));
654 ois.close();
699 ois = new ObjectInputStream(new ByteArrayInputStream(bao.toByteArray()));
700 ExternalTest t2 = (ExternalTest) ois.readObject();
701 ois
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-weblogic.jar ... .io.FileInputStream fis java.io.ObjectInputStream ois javax.ejb.deployment.DeploymentDescriptor dd Exception e ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.runtime.compatibility.auth_3.2.200.v20100517.jar ... .auth.CipherInputStream cis java.io.ObjectInputStream ois public void save () throws org.eclipse.core. ...
H A Dorg.apache.commons.httpclient_3.1.0.v201005080502.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 171 milliseconds