Searched refs:writeShort (Results 1 – 10 of 10) sorted by relevance
94 writeShort(entry.getValue()); in endStream()102 writeShort(createPropertyIndex(name)); in addProperty()107 writeShort(createPropertyIndex(name)); in addProperty()108 writeShort(s); in addProperty()113 writeShort(createPropertyIndex(name)); in addProperty()119 writeShort(createPropertyIndex(name)); in addProperty()125 writeShort(createPropertyIndex(name)); in addProperty()145 writeShort(createPropertyIndex(name)); in addPropertyKey()167 writeShort(SIG_END_MAP); in endPropertyMap()179 private void writeShort(short s) { in writeShort() method in ViewHierarchyEncoder[all …]
224 dataOutputStream.writeShort(JpegHeader.APP1); in writeExifData()225 dataOutputStream.writeShort((short) (exifSize + 8)); in writeExifData()227 dataOutputStream.writeShort((short) 0x0000); in writeExifData()229 dataOutputStream.writeShort(TIFF_BIG_ENDIAN); in writeExifData()231 dataOutputStream.writeShort(TIFF_LITTLE_ENDIAN); in writeExifData()234 dataOutputStream.writeShort(TIFF_HEADER); in writeExifData()284 dataOutputStream.writeShort((short) tags.length); in writeIfd()286 dataOutputStream.writeShort(tag.getTagId()); in writeIfd()287 dataOutputStream.writeShort(tag.getDataType()); in writeIfd()513 dataOutputStream.writeShort((short) tag.getValueAt(i)); in writeTagValue()
37 public OrderedDataOutputStream writeShort(short value) throws IOException { in writeShort() method in OrderedDataOutputStream
239 out.writeShort(FILE_FORMAT_VERSION); in save()
724 output.writeShort(dnsPacket.length); in sendDoTProbe()
4372 dataOutputStream.writeShort(mExifByteOrder == ByteOrder.BIG_ENDIAN in writeExifSegment()4794 public void writeShort(short val) throws IOException { in writeShort() method in ExifInterface.ByteOrderedDataOutputStream4819 writeShort((short) val); in writeUnsignedShort()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
39832 method public abstract void writeShort(int) throws java.io.IOException;39848 method public final void writeShort(int) throws java.io.IOException;40183 method public void writeShort(int) throws java.io.IOException;40468 method public final void writeShort(int) throws java.io.IOException;46788 method public abstract void writeShort(short) throws java.sql.SQLException;
62312 method public void writeShort(int) throws java.io.IOException;62328 method public final void writeShort(int) throws java.io.IOException;62663 method public void writeShort(int) throws java.io.IOException;62959 method public final void writeShort(int) throws java.io.IOException;70674 method public void writeShort(short) throws java.sql.SQLException;
32028 HSPLjava/io/DataOutputStream;->writeShort(I)V32262 HSPLjava/io/ObjectOutputStream$BlockDataOutputStream;->writeShort(I)V32306 HSPLjava/io/ObjectOutputStream;->writeShort(I)V38193 HSPLjava/util/zip/GZIPOutputStream;->writeShort(I[BI)V