Searched refs:getByteCount (Results 1 - 14 of 14) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
H A DBase64ReaderTests.java54 assertEquals("0 char", 0, reader.getByteCount());
67 assertEquals("1 char", 0, reader.getByteCount());
82 assertEquals("2 chars", 1, reader.getByteCount());
99 assertEquals("3 chars", 2, reader.getByteCount());
118 assertEquals("4 chars", 3, reader.getByteCount());
131 assertEquals("count: all byte pattern: pos " + i, i + 1, reader.getByteCount());
134 assertEquals("all byte pattern", 256, reader.getByteCount());
147 assertEquals("0 char", 0, reader.getByteCount());
160 assertEquals("1 char", 0, reader.getByteCount());
173 assertEquals("2 chars", 1, reader.getByteCount());
[all...]
/packages/apps/UnifiedEmail/src/org/apache/commons/io/output/
H A DCountingOutputStream.java93 * See {@link #getByteCount()} for a method using a <code>long</code>.
99 long result = getByteCount();
134 public synchronized long getByteCount() { method in class:CountingOutputStream
H A DThresholdingOutputStream.java184 public long getByteCount() method in class:ThresholdingOutputStream
/packages/apps/UnifiedEmail/src/com/android/bitmap/
H A DReusableBitmap.java73 public int getByteCount() { method in class:ReusableBitmap
74 return bmp.getByteCount();
111 sb.append(bmp.getByteCount() >> 10);
H A DAltBitmapCache.java56 return value.getByteCount();
/packages/apps/UnifiedEmail/src/org/apache/commons/io/input/
H A DCountingInputStream.java114 * See {@link #getByteCount()} for a method using a <code>long</code>.
120 long result = getByteCount();
155 public synchronized long getByteCount() { method in class:CountingInputStream
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
H A DBase64Reader.java52 public int getByteCount() { method in class:Base64Reader
/packages/apps/Gallery2/src/com/android/photos/data/
H A DSparseArrayBitmapPool.java120 mSizeBytes -= n.bitmap.getByteCount();
170 int bytes = b.getByteCount();
/packages/apps/Browser/src/com/android/browser/
H A DDataController.java202 if (mBuffer == null || mBuffer.limit() < capture.getByteCount()) {
203 mBuffer = ByteBuffer.allocate(capture.getByteCount());
H A DTab.java1875 + "capture: " + mCapture.getByteCount());
/packages/apps/UnifiedEmail/src/com/android/mail/photomanager/
H A DPhotoManager.java216 return value.getByteCount();
359 cached.getByteCount(),
383 cachedReplacement.getByteCount(),
594 bitmapBytes += b.getByteCount();
/packages/apps/ContactsCommon/src/com/android/contacts/common/
H A DContactPhotoManager.java575 return value.getByteCount();
629 bitmapBytes += b.getByteCount();
647 bitmapBytes += b.getByteCount();
798 if (cachedBitmap.getByteCount() < mBitmapCache.maxSize() / 6) {
857 + ", " + btk(bitmap.getByteCount()));
/packages/apps/Mms/src/com/android/mms/util/
H A DThumbnailManager.java293 resultBitmap.getByteCount());
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
H A DMediaItemView.java643 return value.getByteCount();

Completed in 1146 milliseconds