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

/packages/apps/Email/src/org/apache/commons/io/input/
H A DSwappedDataInputStream.java158 public int readInt() method in class:SwappedDataInputStream
/packages/apps/Gallery2/tests/src/com/android/gallery3d/util/
H A DProfileTest.java114 private byte[] mScratch = new byte[4]; // scratch buffer for readInt
161 int sampleCount = readInt();
162 int depth = readInt();
167 e.stackId[i] = readInt();
172 private int readInt() throws IOException { method in class:ParsedProfile
/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/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeyStylesSet.java149 readInt(keyAttr, R.styleable.Keyboard_Key_maxMoreKeysColumn);
150 readInt(keyAttr, R.styleable.Keyboard_Key_backgroundType);
160 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.java208 int length = readInt(dictionary, pos);
268 private int readInt(byte[] in, int pos) { method in class:DictionaryBackupAgent
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DUserHistoryDictIOUtils.java83 public int readInt() { method in class:UserHistoryDictIOUtils.ByteArrayWrapper
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
H A DParser.java371 readInt(); // ?
372 readInt(); // 106 (UTF-8)
373 readInt(); // string table length
493 int length = readInt();
572 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...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
H A DBinaryDictInputOutput.java64 public int readInt(); method in interface:BinaryDictInputOutput.FusionDictionaryBufferInterface
96 public int readInt() { method in class:BinaryDictInputOutput.ByteBufferWrapper
1618 headerSize = buffer.readInt();

Completed in 351 milliseconds