Searched defs:readInt (Results 1 - 13 of 13) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
H A DByteArrayDictBuffer.java52 public int readInt() { method in class:ByteArrayDictBuffer
/packages/apps/UnifiedEmail/src/org/apache/commons/io/input/
H A DSwappedDataInputStream.java158 public int readInt() method in class:SwappedDataInputStream
/packages/apps/Camera2/src/com/android/camera/exif/
H A DCountedDataInputStream.java109 public int readInt() throws IOException { method in class:CountedDataInputStream
116 return readInt() & 0xffffffffL;
/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/exif/
H A DCountedDataInputStream.java114 int readInt() throws IOException { method in class:CountedDataInputStream
121 return readInt() & 0xffffffffL;
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
H A DCountedDataInputStream.java109 public int readInt() throws IOException { method in class:CountedDataInputStream
116 return readInt() & 0xffffffffL;
/packages/apps/Messaging/src/com/android/messaging/util/exif/
H A DCountedDataInputStream.java113 public int readInt() throws IOException { method in class:CountedDataInputStream
120 return readInt() & 0xffffffffL;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeyStylesSet.java156 readInt(keyAttr, R.styleable.Keyboard_Key_maxMoreKeysColumn);
157 readInt(keyAttr, R.styleable.Keyboard_Key_backgroundType);
167 private void readInt(final TypedArray a, final int index) { method in class:KeyStylesSet.DeclaredKeyStyle
/packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/
H A DDictionaryBackupAgent.java213 int length = readInt(dictionary, pos);
291 private int readInt(byte[] in, int pos) { method in class:DictionaryBackupAgent
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
H A DBinaryDictDecoderUtils.java49 public int readInt(); method in interface:BinaryDictDecoderUtils.DictBuffer
83 public int readInt() { method in class:BinaryDictDecoderUtils.ByteBufferDictBuffer
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
H A DBlobCache.java202 if (readInt(buf, IH_MAGIC) != MAGIC_INDEX_FILE) {
207 if (readInt(buf, IH_VERSION) != mVersion) {
212 mMaxEntries = readInt(buf, IH_MAX_ENTRIES);
213 mMaxBytes = readInt(buf, IH_MAX_BYTES);
214 mActiveRegion = readInt(buf, IH_ACTIVE_REGION);
215 mActiveEntries = readInt(buf, IH_ACTIVE_ENTRIES);
216 mActiveBytes = readInt(buf, IH_ACTIVE_BYTES);
218 int sum = readInt(buf, IH_CHECKSUM);
257 if (readInt(magic, 0) != MAGIC_DATA_FILE) {
265 if (readInt(magi
640 static int readInt(byte[] buf, int offset) { 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/ ...
/packages/apps/TV/libs/
H A Dexoplayer.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/exoplayer/ ...
H A Dexoplayer_v2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/exoplayer2/ ...

Completed in 2237 milliseconds