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

/external/slf4j/jcl-over-slf4j/src/test/java/org/apache/commons/logging/impl/
H A DSerializationTest.java42 ObjectInputStream ois; field in class:SerializationTest
62 ois = new ObjectInputStream(bis);
64 Log resuscitatedLog = (Log) ois.readObject();
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/linear/
H A DLinearConstraint.java223 * @param ois stream from which the object should be read
227 private void readObject(ObjectInputStream ois) argument
229 ois.defaultReadObject();
230 MatrixUtils.deserializeRealVector(this, "coefficients", ois);
H A DLinearObjectiveFunction.java137 * @param ois stream from which the object should be read
141 private void readObject(ObjectInputStream ois) argument
143 ois.defaultReadObject();
144 MatrixUtils.deserializeRealVector(this, "coefficients", ois);
H A DSimplexTableau.java579 * @param ois stream from which the object should be read
583 private void readObject(ObjectInputStream ois) argument
585 ois.defaultReadObject();
586 MatrixUtils.deserializeRealMatrix(this, "tableau", ois);
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
H A DMatrixUtils.java773 * private void readObject(ObjectInputStream ois) throws ClassNotFoundException, IOException {
774 * ois.defaultReadObject(); // takes care of name field
775 * MatrixUtils.deserializeRealVector(this, "coefficients", ois);
801 * <code>ois.defaultReadObject()</code>) in a class that has a
809 * @param ois stream from which the real vector should be read
816 final ObjectInputStream ois)
821 final int n = ois.readInt();
824 data[i] = ois.readDouble();
874 * private void readObject(ObjectInputStream ois) throws ClassNotFoundException, IOException {
875 * ois
814 deserializeRealVector(final Object instance, final String fieldName, final ObjectInputStream ois) argument
919 deserializeRealMatrix(final Object instance, final String fieldName, final ObjectInputStream ois) argument
[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/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DTimeZoneFormat.java3163 * @param ois the object input stream
3167 private void readObject(ObjectInputStream ois) throws ClassNotFoundException, IOException { argument
3168 ObjectInputStream.GetField fields = ois.readFields();
/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 ...
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Dlog4j-1.2.14.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...
H A Dlog4j-1.3alpha-8.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...
H A Dlogback-classic-0.9.8-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF ch/ ch/qos/ ch/qos/logback/ ch/qos/logback/classic/ ...

Completed in 385 milliseconds