Home
last modified time | relevance | path

Searched refs:readOrThrow (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
DCountedDataInputStream.java82 public void readOrThrow(byte[] b, int off, int len) throws IOException { in readOrThrow() method in CountedDataInputStream
87 public void readOrThrow(byte[] b) throws IOException { in readOrThrow() method in CountedDataInputStream
88 readOrThrow(b, 0, b.length); in readOrThrow()
100 readOrThrow(mByteArray, 0 ,2); in readShort()
110 readOrThrow(mByteArray, 0 , 4); in readInt()
120 readOrThrow(mByteArray, 0 , 8); in readLong()
127 readOrThrow(buf); in readString()
133 readOrThrow(buf); in readString()
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
DCountedDataInputStream.java82 public void readOrThrow(byte[] b, int off, int len) throws IOException { in readOrThrow() method in CountedDataInputStream
87 public void readOrThrow(byte[] b) throws IOException { in readOrThrow() method in CountedDataInputStream
88 readOrThrow(b, 0, b.length); in readOrThrow()
100 readOrThrow(mByteArray, 0 ,2); in readShort()
110 readOrThrow(mByteArray, 0 , 4); in readInt()
120 readOrThrow(mByteArray, 0 , 8); in readLong()
127 readOrThrow(buf); in readString()
133 readOrThrow(buf); in readString()
/packages/apps/Messaging/src/com/android/messaging/util/exif/
DCountedDataInputStream.java84 public void readOrThrow(byte[] b, int off, int len) throws IOException { in readOrThrow() method in CountedDataInputStream
91 public void readOrThrow(byte[] b) throws IOException { in readOrThrow() method in CountedDataInputStream
92 readOrThrow(b, 0, b.length); in readOrThrow()
104 readOrThrow(mByteArray, 0 , 2); in readShort()
114 readOrThrow(mByteArray, 0 , 4); in readInt()
124 readOrThrow(mByteArray, 0 , 8); in readLong()
131 readOrThrow(buf); in readString()
137 readOrThrow(buf); in readString()
/packages/apps/Camera2/src/com/android/camera/exif/
DCountedDataInputStream.java82 public void readOrThrow(byte[] b, int off, int len) throws IOException { in readOrThrow() method in CountedDataInputStream
87 public void readOrThrow(byte[] b) throws IOException { in readOrThrow() method in CountedDataInputStream
88 readOrThrow(b, 0, b.length); in readOrThrow()
100 readOrThrow(mByteArray, 0 ,2); in readShort()
110 readOrThrow(mByteArray, 0 , 4); in readInt()
120 readOrThrow(mByteArray, 0 , 8); in readLong()
127 readOrThrow(buf); in readString()
133 readOrThrow(buf); in readString()