Searched defs:writeInt (Results 1 - 8 of 8) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/exif/
H A DOrderedDataOutputStream.java44 public OrderedDataOutputStream writeInt(int value) throws IOException { method in class:OrderedDataOutputStream
52 writeInt((int) rational.getNumerator());
53 writeInt((int) rational.getDenominator());
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
H A DOrderedDataOutputStream.java44 public OrderedDataOutputStream writeInt(int value) throws IOException { method in class:OrderedDataOutputStream
52 writeInt((int) rational.getNumerator());
53 writeInt((int) rational.getDenominator());
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
H A DOrderedDataOutputStream.java44 public OrderedDataOutputStream writeInt(int value) throws IOException { method in class:OrderedDataOutputStream
52 writeInt((int) rational.getNumerator());
53 writeInt((int) rational.getDenominator());
/packages/apps/Mms/src/com/android/mms/exif/
H A DOrderedDataOutputStream.java44 public OrderedDataOutputStream writeInt(int value) throws IOException { method in class:OrderedDataOutputStream
52 writeInt((int) rational.getNumerator());
53 writeInt((int) rational.getDenominator());
/packages/apps/Gallery2/src/com/android/gallery3d/util/
H A DProfileData.java52 private byte mScratch[] = new byte[4]; // scratch space for writeInt()
106 writeInt(0);
107 writeInt(3);
108 writeInt(1);
109 writeInt(20000); // Sampling period: 20ms
110 writeInt(0);
116 writeInt(0);
117 writeInt(1);
118 writeInt(0);
132 writeInt(nod
161 private void writeInt(int v) throws IOException { method in class:ProfileData
[all...]
/packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/
H A DDictionaryBackupAgent.java175 writeInt(sizeBytes, 0, line.length);
264 private int writeInt(byte[] out, int pos, int value) { method in class:DictionaryBackupAgent
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
H A DBlobCache.java305 writeInt(buf, IH_MAGIC, MAGIC_INDEX_FILE);
306 writeInt(buf, IH_MAX_ENTRIES, maxEntries);
307 writeInt(buf, IH_MAX_BYTES, maxBytes);
308 writeInt(buf, IH_ACTIVE_REGION, 0);
309 writeInt(buf, IH_ACTIVE_ENTRIES, 0);
310 writeInt(buf, IH_ACTIVE_BYTES, DATA_HEADER_SIZE);
311 writeInt(buf, IH_VERSION, mVersion);
312 writeInt(buf, IH_CHECKSUM, checkSum(buf, 0, IH_CHECKSUM));
321 writeInt(buf, 0, MAGIC_DATA_FILE);
332 writeInt(mIndexHeade
655 static void writeInt(byte[] buf, int offset, int value) { method in class:BlobCache
[all...]
/packages/apps/Mms/src/com/android/mms/util/
H A DBlobCache.java304 writeInt(buf, IH_MAGIC, MAGIC_INDEX_FILE);
305 writeInt(buf, IH_MAX_ENTRIES, maxEntries);
306 writeInt(buf, IH_MAX_BYTES, maxBytes);
307 writeInt(buf, IH_ACTIVE_REGION, 0);
308 writeInt(buf, IH_ACTIVE_ENTRIES, 0);
309 writeInt(buf, IH_ACTIVE_BYTES, DATA_HEADER_SIZE);
310 writeInt(buf, IH_VERSION, mVersion);
311 writeInt(buf, IH_CHECKSUM, checkSum(buf, 0, IH_CHECKSUM));
320 writeInt(buf, 0, MAGIC_DATA_FILE);
331 writeInt(mIndexHeade
641 static void writeInt(byte[] buf, int offset, int value) { method in class:BlobCache
[all...]

Completed in 303 milliseconds