Home
last modified time | relevance | path

Searched refs:writeExternal (Results 1 – 20 of 20) sorted by relevance

/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
670 generalDesc_.writeExternal(objectOutput); in writeExternal()
674 fixedLine_.writeExternal(objectOutput); in writeExternal()
678 mobile_.writeExternal(objectOutput); in writeExternal()
682 tollFree_.writeExternal(objectOutput); in writeExternal()
686 premiumRate_.writeExternal(objectOutput); in writeExternal()
690 sharedCost_.writeExternal(objectOutput); in writeExternal()
694 personalNumber_.writeExternal(objectOutput); in writeExternal()
[all …]
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/geocoding/
DAreaCodeMap.java65 mapStorage.writeExternal(objectOutputStream); in getSizeOfAreaCodeMapStorage()
131 public void writeExternal(ObjectOutput objectOutput) throws IOException { in writeExternal() method in AreaCodeMap
133 areaCodeMapStorage.writeExternal(objectOutput); in writeExternal()
DAreaCodeMapStorageStrategy.java79 public abstract void writeExternal(ObjectOutput objectOutput) throws IOException; in writeExternal() method in AreaCodeMapStorageStrategy
DDefaultMapStorage.java82 public void writeExternal(ObjectOutput objectOutput) throws IOException { in writeExternal() method in DefaultMapStorage
DFlyweightMapStorage.java155 public void writeExternal(ObjectOutput objectOutput) throws IOException { in writeExternal() method in FlyweightMapStorage
DMappingFileProvider.java108 public void writeExternal(ObjectOutput objectOutput) throws IOException { in writeExternal() method in MappingFileProvider
/external/emma/core/java12/com/vladium/emma/data/
DMetaData.java238 static void writeExternal (final MetaData mdata, final DataOutput out) in writeExternal() method in MetaData
241 CoverageOptions.writeExternal (mdata.m_options, out); in writeExternal()
260 ClassDescriptor.writeExternal (cls, out); in writeExternal()
DClassDescriptor.java189 static void writeExternal (final ClassDescriptor cls, final DataOutput out) in writeExternal() method in ClassDescriptor
212 MethodDescriptor.writeExternal (methods [i], out); in writeExternal()
DCoverageOptions.java67 static void writeExternal (final CoverageOptions options, final DataOutput out) in writeExternal() method in CoverageOptions
DCoverageData.java187 static void writeExternal (final CoverageData cdata, final DataOutput out) in writeExternal() method in CoverageData
DDataFactory.java726 case TYPE_METADATA: MetaData.writeExternal ((MetaData) data, dout); in writeEntry()
729 … default /* TYPE_COVERAGEDATA */: CoverageData.writeExternal ((CoverageData) data, dout); in writeEntry()
DMethodDescriptor.java279 static void writeExternal (final MethodDescriptor method, final DataOutput out) in writeExternal() method in MethodDescriptor
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/geocoding/
DMappingFileProviderTest.java63 mappingProvider.writeExternal(objectOutputStream); in testReadWriteExternal()
DFlyweightMapStorageTest.java80 mapStorage.writeExternal(objectOutputStream); in testWriteAndReadExternal()
DAreaCodeMapTest.java164 areaCodeMap.writeExternal(objectOutputStream); in createNewAreaCodeMap()
/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