HomeSort by relevance Sort by last modified time
    Searched refs:writeObject (Results 101 - 125 of 357) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DLSet.java 98 dOut.writeObject((ASN1Encodable)obj);
DLTaggedObject.java 86 out.writeObject(primitive);
DERUniversalString.java 88 aOut.writeObject(this);
  /external/guava/guava/src/com/google/common/collect/
HashMultiset.java 84 private void writeObject(ObjectOutputStream stream) throws IOException {
LinkedHashMultiset.java 92 private void writeObject(ObjectOutputStream stream) throws IOException {
  /external/guava/guava-gwt/src/com/google/common/collect/
ImmutableSortedMap_CustomFieldSerializer.java 55 writer.writeObject(instance.comparator());
Multiset_CustomFieldSerializerBase.java 63 writer.writeObject(entry.getElement());
RegularImmutableSortedSet_CustomFieldSerializer.java 62 writer.writeObject(instance.comparator());
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
ReserializingTestCollectionGenerator.java 57 out.writeObject(object);
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/serializing/serializers/
StringSerializer.java 71 public void writeObject(ByteBuffer buffer, Object object) throws IOException {
ArraySerializer.java 93 public void writeObject(ByteBuffer buffer, Object object) throws IOException {
125 elementSerializer.writeObject(buffer, element);
FieldSerializer.java 150 public void writeObject(ByteBuffer buffer, Object object) throws IOException {
175 serializer.writeObject(buffer, val);
  /external/smack/src/org/jivesoftware/smack/util/collections/
ReferenceMap.java 148 private void writeObject(ObjectOutputStream out) throws IOException {
  /libcore/luni/src/main/java/java/sql/
SQLOutput.java 226 public void writeObject(SQLData theObject) throws SQLException;
  /libcore/luni/src/test/java/tests/api/java/io/
ObjectInputStreamTest.java 56 oos.writeObject(testString);
76 oos.writeObject(String.class);
99 oos.writeObject(testString);
117 oos.writeObject(testString);
144 oos.writeObject(testString);
173 oos.writeObject(testString);
233 oos.writeObject(testString);
272 oos.writeObject(testString);
329 oos.writeObject(testString);
558 oos.writeObject(testString)
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
ObjectInputStreamTest.java 89 private void writeObject(ObjectOutputStream oos) throws IOException {
239 oos.writeObject(s);
332 * writeObject which simply read and write the first field but not the
336 oos.writeObject(new SerializableTestHelper("Gabba", "Jabba"));
430 oos.writeObject(s);
633 out.writeObject(test);
684 oos.writeObject(String.class);
748 oos.writeObject(to1);
788 oos.writeObject(original);
944 out.writeObject(a)
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
ObjectInputStreamTest.java 88 private void writeObject(ObjectOutputStream oos) throws IOException {
238 oos.writeObject(s);
331 * writeObject which simply read and write the first field but not the
335 oos.writeObject(new SerializableTestHelper("Gabba", "Jabba"));
429 oos.writeObject(s);
632 out.writeObject(test);
683 oos.writeObject(String.class);
747 oos.writeObject(to1);
787 oos.writeObject(original);
943 out.writeObject(a)
    [all...]
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
DataFormatFieldTest.java 190 out.writeObject(dfield);
191 out.writeObject(field);
  /external/javassist/src/test/test/javassist/proxy/
ProxySerializationTest.java 38 out.writeObject(proxy);
65 out.writeObject(proxy);
  /libcore/crypto/src/main/java/org/conscrypt/
OpenSSLECPrivateKey.java 162 private void writeObject(ObjectOutputStream stream) throws IOException {
168 stream.writeObject(getEncoded());
OpenSSLECPublicKey.java 165 private void writeObject(ObjectOutputStream stream) throws IOException {
171 stream.writeObject(getEncoded());
  /libcore/luni/src/main/java/java/lang/
StringBuilder.java 696 private void writeObject(ObjectOutputStream out) throws IOException {
699 out.writeObject(getValue());
  /libcore/luni/src/main/java/java/util/logging/
LogRecord.java 462 private void writeObject(ObjectOutputStream out) throws IOException {
471 out.writeObject((element == null) ? null : element.toString());
  /cts/tools/signature-tools/src/signature/io/impl/
BinaryApi.java 45 oos.writeObject(api);
  /dalvik/tests/093-serialization/src/
Main.java 49 objStream.writeObject(sub);

Completed in 904 milliseconds

1 2 3 45 6 7 8 91011>>