/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/ |
D | CountedDataInputStream.java | 82 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/ |
D | CountedDataInputStream.java | 82 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/ |
D | CountedDataInputStream.java | 84 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/ |
D | CountedDataInputStream.java | 82 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()
|