Searched defs:writeInt (Results 1 - 9 of 9) 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/Messaging/src/com/android/messaging/util/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.java176 writeInt(sizeBytes, 0, line.length);
283 private int writeInt(byte[] out, int pos, int value) { method in class:DictionaryBackupAgent
/packages/apps/SpeechRecorder/src/com/android/speechrecorder/
H A DWaveHeader.java233 writeInt(out, 36 + mNumBytes);
238 writeInt(out, 16);
241 writeInt(out, mSampleRate);
242 writeInt(out, mNumChannels * mSampleRate * mBitsPerSample / 8);
248 writeInt(out, mNumBytes);
257 private static void writeInt(OutputStream out, int val) throws IOException { method in class:WaveHeader
/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/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...

Completed in 798 milliseconds