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

/packages/inputmethods/LatinIME/java/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/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/Launcher3/src/com/android/gallery3d/exif/
H A DCountedDataInputStream.java109 public int readInt() throws IOException { method in class:CountedDataInputStream
116 return readInt() & 0xffffffffL;
/packages/apps/Mms/src/com/android/mms/exif/
H A DCountedDataInputStream.java109 public int readInt() throws IOException { method in class:CountedDataInputStream
116 return readInt() & 0xffffffffL;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeyStylesSet.java147 readInt(keyAttr, R.styleable.Keyboard_Key_maxMoreKeysColumn);
148 readInt(keyAttr, R.styleable.Keyboard_Key_backgroundType);
158 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.java212 int length = readInt(dictionary, pos);
272 private int readInt(byte[] in, int pos) { method in class:DictionaryBackupAgent
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
H A DBinaryDictDecoderUtils.java61 public int readInt(); method in interface:BinaryDictDecoderUtils.DictBuffer
94 public int readInt() { method in class:BinaryDictDecoderUtils.ByteBufferDictBuffer
518 final int magic = dictBuffer.readInt();
/packages/apps/Exchange/src/com/android/exchange/adapter/
H A DParser.java365 readInt(); // ?
366 readInt(); // 106 (UTF-8)
367 readInt(); // string table length
487 int length = readInt();
566 private int readInt() throws IOException { method in class:Parser
/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/apps/Mms/src/com/android/mms/util/
H A DBlobCache.java201 if (readInt(buf, IH_MAGIC) != MAGIC_INDEX_FILE) {
206 if (readInt(buf, IH_VERSION) != mVersion) {
211 mMaxEntries = readInt(buf, IH_MAX_ENTRIES);
212 mMaxBytes = readInt(buf, IH_MAX_BYTES);
213 mActiveRegion = readInt(buf, IH_ACTIVE_REGION);
214 mActiveEntries = readInt(buf, IH_ACTIVE_ENTRIES);
215 mActiveBytes = readInt(buf, IH_ACTIVE_BYTES);
217 int sum = readInt(buf, IH_CHECKSUM);
256 if (readInt(magic, 0) != MAGIC_DATA_FILE) {
264 if (readInt(magi
626 static int readInt(byte[] buf, int offset) { method in class:BlobCache
[all...]

Completed in 310 milliseconds