Home
last modified time | relevance | path

Searched defs:writeExternal (Results 1 – 16 of 16) sorted by relevance

/external/emma/core/java12/com/vladium/emma/data/
DCoverageOptions.java67 static void writeExternal (final CoverageOptions options, final DataOutput out) in writeExternal() method in CoverageOptions
DClassDescriptor.java189 static void writeExternal (final ClassDescriptor cls, final DataOutput out) in writeExternal() method in ClassDescriptor
DCoverageData.java187 static void writeExternal (final CoverageData cdata, final DataOutput out) in writeExternal() method in CoverageData
DMethodDescriptor.java279 static void writeExternal (final MethodDescriptor method, final DataOutput out) in writeExternal() method in MethodDescriptor
DMetaData.java238 static void writeExternal (final MetaData mdata, final DataOutput out) in writeExternal() method in MetaData
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/geocoding/
DDefaultMapStorage.java82 public void writeExternal(ObjectOutput objectOutput) throws IOException { in writeExternal() method in DefaultMapStorage
DAreaCodeMapStorageStrategy.java79 public abstract void writeExternal(ObjectOutput objectOutput) throws IOException; in writeExternal() method in AreaCodeMapStorageStrategy
DAreaCodeMap.java131 public void writeExternal(ObjectOutput objectOutput) throws IOException { in writeExternal() method in AreaCodeMap
DMappingFileProvider.java108 public void writeExternal(ObjectOutput objectOutput) throws IOException { in writeExternal() method in MappingFileProvider
DFlyweightMapStorage.java155 public void writeExternal(ObjectOutput objectOutput) throws IOException { in writeExternal() method in FlyweightMapStorage
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
DPhonemetadata.java153 public void writeExternal(ObjectOutput objectOutput) throws IOException { in writeExternal() method in Phonemetadata.NumberFormat
260 public void writeExternal(ObjectOutput objectOutput) throws IOException { in writeExternal() method in Phonemetadata.PhoneNumberDesc
667 public void writeExternal(ObjectOutput objectOutput) throws IOException { in writeExternal() method in Phonemetadata.PhoneMetadata
944 public void writeExternal(ObjectOutput objectOutput) throws IOException { in writeExternal() method in Phonemetadata.PhoneMetadataCollection
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
DObjectStreamClassTest.java221 public void writeExternal(ObjectOutput output) throws IOException { in writeExternal() method in ObjectStreamClassTest.ExternalizableClass
DObjectOutputStreamTest.java489 public void writeExternal(ObjectOutput out) { in writeExternal() method in ObjectOutputStreamTest.ExternalizableWithReplace
671 public void writeExternal(ObjectOutput output) { in writeExternal() method in ObjectOutputStreamTest.ExternalTest
DObjectInputStreamTest.java1030 public void writeExternal(ObjectOutput out) throws IOException { in writeExternal() method in ObjectInputStreamTest.TestExtObject
/external/jmonkeyengine/engine/src/core/com/jme3/math/
DVector2f.java732 public void writeExternal(ObjectOutput out) throws IOException { in writeExternal() method in Vector2f
DQuaternion.java1255 public void writeExternal(ObjectOutput out) throws IOException { in writeExternal() method in Quaternion